RC_Transmitter icon indicating copy to clipboard operation
RC_Transmitter copied to clipboard

Question: RC Transmitter

Open JpEncausse opened this issue 5 years ago • 10 comments

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

JpEncausse avatar Apr 08 '19 21:04 JpEncausse

ESP8266 ?

jindaxia avatar May 19 '19 14:05 jindaxia

There is no ESP8266 version, but one for STM32: https://github.com/TheDIYGuy999/RC_Transmitter_STM32

TheDIYGuy999 avatar May 19 '19 20:05 TheDIYGuy999

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

Ahmedabdulamir avatar May 28 '19 08:05 Ahmedabdulamir

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

TheDIYGuy999 avatar May 28 '19 09:05 TheDIYGuy999

Thanks for you kind reply. Can I use 5v Pro mini instead of 3.3v version?

Ahmedabdulamir avatar May 28 '19 09:05 Ahmedabdulamir

#5 YES!

jindaxia avatar May 29 '19 10:05 jindaxia

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.

TheDIYGuy999 avatar May 29 '19 21:05 TheDIYGuy999

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,

jindaxia avatar May 30 '19 01:05 jindaxia

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

Ahmedabdulamir avatar May 30 '19 08:05 Ahmedabdulamir

Can I use this to make 3 rc car/radios to work together?

sosssego avatar Jan 28 '21 12:01 sosssego