RFLink32 icon indicating copy to clipboard operation
RFLink32 copied to clipboard

No TX-data signal for OOK transmitter

Open BlueDesign61 opened this issue 1 year ago • 1 comments

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?

BlueDesign61 avatar Jan 07 '24 16:01 BlueDesign61

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

lennart-k avatar Apr 07 '24 19:04 lennart-k