You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know that the library is not working in the Arduino Due and UNO R4 Wifi, but I thought it would work in all ESP32 boards, including the Nano. My concern is that while I have no problems with the pin configuration when using the WROOM and the Adafruit, I have an infinite loop of restarts when using the Arduino Nano. At least in the other Arduinos, I can run the program without restarting, even if it’s not working well.
I would like to find an answer to this issue because the Nano has the same internal architecture as the other ESP32 boards. I have consciously checked all the pin setups and everything seems to be OK.
Hello, I have different boards:
I know that the library is not working in the Arduino Due and UNO R4 Wifi, but I thought it would work in all ESP32 boards, including the Nano. My concern is that while I have no problems with the pin configuration when using the WROOM and the Adafruit, I have an infinite loop of restarts when using the Arduino Nano. At least in the other Arduinos, I can run the program without restarting, even if it’s not working well.
I would like to find an answer to this issue because the Nano has the same internal architecture as the other ESP32 boards. I have consciously checked all the pin setups and everything seems to be OK.
Here is my configuration:
and this is the setup code:
For example, this is the setup for one board that works well:
Could you help me understand the reason? I would like to use the Nano board because of its size for my project.
Thank you :)
The text was updated successfully, but these errors were encountered: