-
Notifications
You must be signed in to change notification settings - Fork 204
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
Not working using new Arduino Nano ESP32 development board #100
Comments
What were the errors? |
Thank you! Here are the compilation results using ESP32 S3 Dev Module and Arduino nano ESP32 as board. I used the example code Adafruit MCP23017 Arduino Library (mcp23xxx)blink). ESP32 S3 Dev Module as board: (compilation OK) Arduino nano ESP32 as board: Here are the compilation results using ESP32 S3 Dev Module and Arduino nano ESP32 as board. I used the example code Adafruit MCP23017 Arduino Library (mcp23xxx)blink). ESP32 S3 Dev Module as board: (compilation OK) Arduino nano ESP32 as board: |
I tried the IDE Tools option "Pin numbering: By GPIO number (legacy)" and the compilation was OK! I will try if the example code will work when i upload it to the new Arduino Nano ESP32 board. Thank you! |
Thanks for the compilation output. Was able to recreate this locally. The issue is with the ESP32 Board Support Package. There's an open issue about this here: I tried the suggested "easy out" option:
and that got rid of the compilation errors, however, did not test any further (just a compilation check). Try that and see if it both compiles and runs as expected once the sketch is uploaded. |
Not working using new Arduino Nano ESP32 development board (Arduino IDE).
Arduino Nano ESP32 development board is using ESP32-S3 MCU.
When compiling using ESP32-S3 board, there was no error but when using new Arduino Nano ESP32 board, there were errors.
Can somebody please update the library? Thank you in advance for your help.
The text was updated successfully, but these errors were encountered: