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

Use of ESP8266 with interrupts #2

Open
Luc3as opened this issue Jan 29, 2020 · 1 comment
Open

Use of ESP8266 with interrupts #2

Luc3as opened this issue Jan 29, 2020 · 1 comment

Comments

@Luc3as
Copy link

Luc3as commented Jan 29, 2020

Hi, first of all, thank you for your amazing work you did, I was trying to find all informations about the same procedure of reverse engineering door phone I have, and luckily I found you.
I have system at our house from poland brand Laskomex, I will check if there is same or similiar protocol soon. What I'd like to ask is that if I could use ESP8266 like Wemos D1, with interrupt sketches, as you wrote, analog sensing is not as reliable, are there some hardware related issues like timing or handling all wifi stuffs and thus skipping messages on the bus ?

I'd like to connect the system to my HomeAssistant setup through MQTT or somehow.

Thanks.

@atc1441
Copy link
Owner

atc1441 commented Jan 29, 2020

Hi, you should be able to use an external comperator and an interrupt pin on the esp, in the interrupt you capture the data and only in main loop you parse that as you have the time there.

The esp is fast enough for that.

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

2 participants