Skip to content

Commit a2c6a8d

Browse files
authored
Update README.md
1 parent 4f602ac commit a2c6a8d

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@ The program is designed to receive 3 PWM inputs from an RC receiver operating in
55

66
There are 3 wave-forms the user can select: sine wave, triangle wave, and saw wave. The controller also is equipped with a low-voltage cutoff routine. This will dissable the throttle channel to prevent over-discharging a battery. The routine uses an analog-pin to read the input voltage via a voltage-divider.
77

8-
The program was written for an Arduino Nano but it should be compatible with other boards. It requires the "PinChageInterrupt" library found here:
9-
10-
https://www.arduino.cc/reference/en/libraries/pinchangeinterrupt/
11-
12-
For more information on the controller, please see this RCgroups post:
13-
14-
https://www.rcgroups.com/forums/showpost.php?p=41325203&postcount=69
8+
The program was written for an Arduino Nano but it should be compatible with other boards.
9+
It requires the [PinChageInterrupt](https://www.arduino.cc/reference/en/libraries/pinchangeinterrupt/) library.
10+
For more information on the controller, please see this [RCgroups post](https://www.rcgroups.com/forums/showpost.php?p=41325203&postcount=69).
1511

1612
See the attached schematic for an example of the required circuit:
1713

1814
<img src = "ReceiverServoFlap_VoltCutoff.png" width = "90%" height = "90%">
1915

20-
Finally, here is an example of the kind of aircraft this code was writen for:
21-
22-
<img src = "/example_pics/servo_body_res.jpg" width = "30%" height = "30%"> <img src = "/example_pics/bottom_view_res.JPG" width = "30%" height = "30%"> <img src = "/example_pics/side_view_res.JPG" width = "30%" height = "30%">
23-
24-
<img src = "/example_pics/flap_motion.gif" width = "30%" height = "30%"> <img src = "/example_pics/roll_motion.gif" width = "30%" height = "30%"> <img src = "/example_pics/pitch_motion.gif" width = "30%" height = "30%">
16+
This video shows what the controller and how it works:
17+
[<img src="https://img.youtube.com/vi/T6NfZD_iuEs/maxresdefault.jpg" width="50%">](https://youtu.be/T6NfZD_iuEs)
2518

19+
Lastly, here is an example of the kind of aircraft this code was writen for:
2620

21+
<img src = "/example_pics/servo_body_res.jpg" width = "30%"></img>
22+
<img src = "/example_pics/bottom_view_res.JPG" width = "30%"></img>
23+
<img src = "/example_pics/side_view_res.JPG" width = "30%"></img>
2724

25+
<img src = "/example_pics/flap_motion.gif" width = "30%"></img>
26+
<img src = "/example_pics/roll_motion.gif" width = "30%"></img>
27+
<img src = "/example_pics/pitch_motion.gif" width = "30%"></img>

0 commit comments

Comments
 (0)