You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I hope someone can help me with my issue.
I set up the circuit and flashed it on the Wemos D1 mini. If I now press a button on the remote control, the MQTT.fx shows various values like (ired/status/ false), (ired/info/type IR server ) (ired/info/ip 192.168.178.21), that would mean that everything works properly. And now I would like to read the received ir-signal from my remote control (MECOOL KM3) or save it directly in a slot.
Is there some way to do this or just show the code on MQTT.fx? I would be very grateful for an example.
Thanks and sorry for my english ;)
The text was updated successfully, but these errors were encountered:
octavius08
changed the title
How can you read the received ir-signal or save it in the slot
How can you read/capture the received ir-signal or save it in the slot
Jan 24, 2021
Here my compiled firmware for testing on d1_mini (link firmware) and another simpel IR code to capture the RAW data via serial monitor (link firmware), because I could not capture any RAW data with the mqtt-ir transceiver firmware.
To keep the same circuit, i have change the gpios on the capture IR firmware to the same as on the mqtt-ir transceiver,
Now you can capture the RAW data with the capture firmware, and store to the slot via MQTT with the function (_ mqtt_prefix /sender/store Raw/ store_id_) on the mqtt-ir transceiver firmware.
Maybe someone can upload their compiled d1_mini version for testing.
Great regards
Hi, I hope someone can help me with my issue.
I set up the circuit and flashed it on the Wemos D1 mini. If I now press a button on the remote control, the MQTT.fx shows various values like (ired/status/ false), (ired/info/type IR server ) (ired/info/ip 192.168.178.21), that would mean that everything works properly. And now I would like to read the received ir-signal from my remote control (MECOOL KM3) or save it directly in a slot.
Is there some way to do this or just show the code on MQTT.fx? I would be very grateful for an example.
Thanks and sorry for my english ;)
The text was updated successfully, but these errors were encountered: