RC_Transmitter
RC_Transmitter copied to clipboard
Question: RC Transmitter
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
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 I replaced the MIC5205 with a 3.3v version on the board, the MIC5205-3.3 is very easy to get,
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?