cpainchaud / RFLink32

RFLink for ESP, with MQTT client
Other
138 stars 46 forks source link

No TX-data signal for OOK transmitter #105

Open BlueDesign61 opened 10 months ago

BlueDesign61 commented 10 months ago

Hi. Perhaps anybody can help me further. I planned to use rflink32 with MQTT for sending COCO/KIKA signals. But after setting up the rflink32 using the web interface, only data is received. But I never get a transmit data signal on any pin when trying to transmit. I planned to use GPIO 2 as the transmit signal to control a simple OOK transmitter. I send data from the usb/serial port with the command ''NewKaku;ID=0010ab0e;SWITCH=b;CMD=ON;" or 'NewKaku;0010ab0e;b;ON;'. rflink responses with : Message arrived [Serial]:NewKaku;0010ab0e;b;ON; but no data is transmitted. Also sending a message to the MQTT topic 'cmd' gives no result. What I am doing wrong or forget?

lennart-k commented 7 months ago

Hey, in case you are still interested or someone else is reading this from this line you'll find out that the command needs to prefixed by 10;, so

10;NewKaku;ID=0010ab0e;SWITCH=b;CMD=ON;

However, you might currently run into the issue for NewKaku specifically that your ESP32 will crash by this command, see https://github.com/cpainchaud/RFLink32/issues/106