Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

No TX-data signal for OOK transmitter #105

Open
BlueDesign61 opened this issue Jan 7, 2024 · 1 comment
Open

No TX-data signal for OOK transmitter #105

BlueDesign61 opened this issue Jan 7, 2024 · 1 comment

Comments

@BlueDesign61
Copy link

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
Copy link
Contributor

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 #106

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants