-
-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question: RC Transmitter #4
Comments
ESP8266 ? |
There is no ESP8266 version, but one for STM32: https://github.com/TheDIYGuy999/RC_Transmitter_STM32 |
Hi, I want to start building similar transmitter. Do I need Pro Mini 168 or 328 for the transmitter?. Also what about the receiver? I like your work BTW, its so proffessional Thanks |
Hi, you need the 328 version. Both the transmitter and the receiver use the same Atmel IC. Also have a look at the manual in the transmitter section. Thanks for the praise |
Thanks for you kind reply. Can I use 5v Pro mini instead of 3.3v version? |
#5 YES! |
Yes, but you have to make sure, that your battery voltage is at least 5.5V (before the 5V regulator) and that your radio module is supplied with 3.3V, using a separate regulator. |
now I use 16M/3.3v, it‘s ok |
Thanks I got it. I think its best to use the 3.3v instead of using another regulator for the RF module. Thanks to all for your comments |
Can I use this to make 3 rc car/radios to work together? |
Hi,
Sorry if my question is stupid,
I'd like to setup an "Arduino Bridge" between an RC Car WLtoys K989 and a computer.
Sending WebSocket/HTTP command to the Arduino then to the RC Car Receiver.
(Yes I know, lag will be a problem)
Should I start with RC_Transmitter repository code ? Or is there a lighweight version / article ?
Thanks
The text was updated successfully, but these errors were encountered: