Search found 6 matches
- Sun Oct 02, 2022 10:00 pm
- Forum: ESP32 Arduino
- Topic: Properly powering 5mm LED on GPIO pin
- Replies: 1
- Views: 2035
Properly powering 5mm LED on GPIO pin
I have read quite a bit about needing a resistor when powering a 5mm LED from an esp32 GPIO pin, however, other experts say that if a LED is powered correctly, it won't need a resistor at all and won't burn out. 1. Is it as easy as purchasing a LED that is powered properly for an esp32 GPIO pin so t...
- Fri Feb 19, 2021 9:14 pm
- Forum: General Discussion
- Topic: esp32 interrupt firing occasionally on it's own
- Replies: 6
- Views: 8629
Re: esp32 interrupt firing occasionally on it's own
I have spent quite a bit of time troubleshooting this issue and I still am looking for suggestions. Here's what I have done: I replaced the switch with the another more reliable one. I have tried using a different GPIO port. I replaced the internal pullup with an external resistor pullup, and also t...
- Tue Jan 12, 2021 3:06 am
- Forum: General Discussion
- Topic: esp32 interrupt firing occasionally on it's own
- Replies: 6
- Views: 8629
esp32 interrupt firing occasionally on it's own
I have assigned an interrupt to a switch, and the code works perfectly, except every few days the interrupt code gets triggered when the switch has not been pressed. What could cause an interrupt to fire on it's own? I would think this might be hardware related, but it seems to be an issue on more t...
- Tue Jan 05, 2021 12:00 am
- Forum: ESP32 Arduino
- Topic: Using Flash Memory while also using Autoconnect
- Replies: 4
- Views: 4214
Re: Using Flash Memory while also using Autoconnect
Thanks - can you share any links that might get me started in the right direction with this?
- Sun Jan 03, 2021 2:38 pm
- Forum: ESP32 Arduino
- Topic: Using Flash Memory while also using Autoconnect
- Replies: 4
- Views: 4214
Using Flash Memory while also using Autoconnect
The tutorials I have found for storing and retrieving flash memory on the ESP32 only provide examples that presume you are not using flash for anything else. I am using autoconnect (hieromon.github.io/AutoConnect)... can someone explain and provide links to sample code where I can learn to store and...
- Thu Sep 17, 2020 3:59 pm
- Forum: General Discussion
- Topic: Best practices/questions about using esp_now with ESP32s
- Replies: 0
- Views: 1634
Best practices/questions about using esp_now with ESP32s
Can anyone answer these questions about getting multiple esp32s to communicate directly using esp_now: - In order to get 2 ESP32s to communicate back and forth, does each ESP32 need to establish a session (esp_now_add_peer) with the other (A calls with B AND ALSO B calls with A), or if only one need...