Open heyitsaustin123 opened 5 months ago
Similar issue here with M5Stack Atom Matrix using remote_transmitter component. The issue seems to affect only arduino framework, since esp-idf framework version works flawlessly.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
The problem
I am trying to set up a basic IR receiver to record IR codes for a project. I started by flashing the board over USB with https://web.esphome.io/ "Prepare for First Use" in Chrome. Then I uploaded a basic YAML config, tacking
on to the default YAML config (I also tried with GPIO4 and GPIO16) and connected a one of these VS1838B IR receivers from Amazon (Pins connected to from L->R GPIO32, GND, 3.3V) This seems to upload fine but is a bit buggy and crashes/reboots sometimes but seems relatively stable when using GPIO32.
The real issue is if I try to upload a new YAML. I get
in HA and
when reading the log over USB via ESPHome Web.
The only way I can get OTA to work again is if I reflash with "Prepare for First Use".
The ESP has good signal strength (I think ~-40dB) and I've tried installing with the ESP ~1m from the AP, same results. I've tried powering via my laptop's USB port and via large Anker battery pack to exclude potentially noisy input power, same results. I used my DMM to measure the current on Vin and Signal of the receiver and it was small enough to not register. <1mA, so not a short loading down the PS.
The above log seems to indicate that the Watchdog Timer is getting triggered for some reason during the OTA but I don't know enough about the ESP32 to parse what the rest means.
I've replicated this on two different types of ESP32-WROOM-32D boards (micro-USB and USB-C with different serial chips) and ESPHome versions 2024.5.0 and 2024.5.1
Which version of ESPHome has the issue?
2024.5.1
What type of installation are you using?
Home Assistant Add-on
Which version of Home Assistant has the issue?
2024.5.4
What platform are you using?
ESP32
Board
No response
Component causing the issue
remote_receiver
Example YAML snippet
Anything in the logs that might be useful for us?
See above.
Additional information
No response