-
Notifications
You must be signed in to change notification settings - Fork 1
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
calibration setup #2
Comments
Have you been able to use any working values with the original firmware? |
I flashed esphome before ever booting the original firmware (I should have tested, oops) so I haven't tested that. I can't get the original firmware build so I was hoping to fix it within esphome |
The values should theoretically be the same as for the original firmware since the interrupt processing works the same, but when looking at your logs in more detail you don't even seem to get anything messages at all. I've just reverted to the original firmware myself since my doorbell ceases to work (specifically my apartment unit) when I connected the bridge running esphome. I suspect it may be using too much power since it runs at full CPU speed. |
I can't get a working compile environment set up, do you happen to have the bin file for the original firmware? The bin in the original project bootloops my device. You can underclock the CPU by doing
I haven't tested above, will try later/when I have time. |
The bin in the repo doesn't work for me when flashed with esptool either, so it's probably the flashing that's going wrong. Maybe the software mentioned here works. I'd already found the platformio options indeed, but decided it would be best to re-establish that my gain/voltage values are correct. |
I bought the hardware from Elektroarzt, flashed esphome, but can't get it to work. I do not have a oscilloscope to measure/monitor the input.
I tried some different combination or reading the voltage over ADC. In the end I do get some information from the log, but no message is being decoded. Also; there is a giant delay (~60s) between pressing the doorbell and the messages on the screen.
Do you have any idea/advice how to get the correct gain and voltage_level?
The text was updated successfully, but these errors were encountered: