rkubera / ESP8266-RC-Transmitter-Receiver

ESP8266 RC Transmitter and Receiver
23 stars 8 forks source link

setup issue. #4

Open gordonf130 opened 3 years ago

gordonf130 commented 3 years ago

ive tried to configure this with a esp8266 d1 as tx and tx, using a joystick as input and servo as output, ive go them on the same pin on each d1 and the servo is not moving, when i reset the tx the servo moves of center and back again, so the rx and tx are connected, but it doesn't seem to be reading the joystick input

rkubera commented 3 years ago

My Transmiter and Receiver is working using PWM signals. It's a standard communication protocol for classic RC Transmitters and Receivers (for example FRSKY, FLYSKY, Futaba etc). Joystick is an analog device and cannot transmit PWM signal without signal conversion. You have 2 main options: 1) Use RoboRemo application on Android device as Transmitter 2) Convert joystick analog signal to pwm signal Regards, Radek.