Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

How can you read/capture the received ir-signal or save it in the slot #25

Open
octavius08 opened this issue Jan 23, 2021 · 1 comment

Comments

@octavius08
Copy link

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 ;)

@octavius08 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
@octavius08
Copy link
Author

octavius08 commented Jan 26, 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

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

No branches or pull requests

1 participant