![]() |
|
| Register | FAQ | PM | News | Events | Groups | Blogs | Calendar | Mark Forums Read |
![]() |
|
Unregistered
|
||||||
| R/C Related Electronics DIY DIY R/C Electronics for tinkerers and the budget minded |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Registered Users
Join Date: Jun 2011
Location: Texas
|
Looking at a project using some arduino project and to get wireless hooked up i would like to know what the s marked on the receiver means?
![]() |
|
|
|
|
|
#2 |
|
Registered Users
Join Date: Apr 2011
Location: Cameron Park, California
|
S stands for Signal. You have Signal= (S) Positive= (+) and Negative= (-)
|
|
|
|
|
|
#3 |
|
Registered Users
Thread Starter
Join Date: Jun 2011
Location: Texas
|
What is the purpose of signal does it limit power output
![]() |
|
|
|
|
|
#4 |
|
Registered Users
Thread Starter
Join Date: Jun 2011
Location: Texas
|
Looking at this and wondering if any knows what signal does on a battery pack and how i can jimmy rig one?
|
|
|
|
|
|
#5 |
|
Registered Users
Join Date: Mar 2008
|
The signal pin on a receiver sends a pulse every 20ms with a pulse width that varies from 1ms to 2ms. The width of the pulse tells the servo what position it should be at. 1500-1520us is the center position of the servo and 1ms is the far end of the travel and 2ms is the far end of the travel in the other direction. On gyros and FBL systems they can have a higher frequency for digital servos to update the position quicker. On special Futaba tail servos they have a period of 760us with a shorter pulse width than a receiver.
The signal pin isn't used on a receiver battery pack. I don't have any experience with Arduino's, but you can create the pulse width with a couple of timers/delays. You would have one timer for the period. When the timer rolls over you would set the pin high. Then use another timer to set the pulse width. When that timer rolls over you set the pin low. Then you repeat. You can see what the signal is doing by using a timer and a capture feature. You would start the timer when the pin goes from a low to a high. Then you would stop the timer when the pin goes from a high to a low. Then you can use the value in the timer to see how long the pulse is.
__________________
MA Furion 450 MA Furion 6 MA Whiplash E |
|
|
|
![]() |
|
Unregistered
|
||||||
| R/C Related Electronics DIY DIY R/C Electronics for tinkerers and the budget minded |
| Thread Tools | |
| Display Modes | |
|
|