kkbin505 / Arduino-Transmitter-for-ELRS

Arduino based RC transmitter for ELRS external TX Module
GNU General Public License v3.0
185 stars 42 forks source link

About ExpressLRS 3.0 #8

Open mrAyaz opened 1 year ago

mrAyaz commented 1 year ago

Hi dear Developer. please tell me SimpleTX support Express LRS 3.0 or not. And now i make a RC baset on SimpleTX but my TX module (Happymodel 2.4 GHz) blink only Blue LED. why? please help. i connect only joystic Gimbal 4 chanel.

kkbin505 commented 1 year ago

SimpleTX support ELRS 3.0 in the way that gimbal data can be transfer to the TX moduel, because the communication between TX and the transmitter dosen't change since ELRS 1.0 (CRSF protocol). But the simpleTX do not support power or fresh rate config for 3.0 yet (plan to do that). For the Happymodel moduel, do you follow every step in my readme file, I can not test because I use DIY module (JR, nano and super slim) all of them works fine, most importand thing is uncheck - uart invert, because simpleTX only support un inverted uart on avr micro controller I use.

tmb-ix commented 1 year ago

Hello. on version 3.2, the modules establish a connection. But the channels are not transmitted. Tell me, is there a solution?

galaxyrepairman commented 9 months ago

Hello, according to your video operation, it seems that there is no need to burn the PPM to CRFS protocol into Arduino. Is it actually necessary to burn it into Arduino?

galaxyrepairman commented 9 months ago

我使用elrs2.5.1版本无法对频

sercona commented 1 month ago

Hello. on version 3.2, the modules establish a connection. But the channels are not transmitted. Tell me, is there a solution?

is it possible that you are using the wrong pad on the elrs 'rx as tx' chip?

this happened to me. I wired the tx uart pad on the nano cpu to the tx pad on the elrs module and that was incorrect. I tried using the rx pad on the elrs module and finally I was able to see data come thru. so that's one thing to check. only 1 wire for data is used on the elrs module. its clear that the tx (data-out) is the right one for nano since the nano is in 'transmit only' mode. but it was not clear to me which line on the elrs module was the one to use. try one, then try the other. that allowed me to see data come thru.