-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Adding Arduino Nano RP2040 Connect #4802
Conversation
Re-commiting to fix local GitHub config issues. Adding CircuitPython support for the Arduino Nano RP2040 Connect. Have tested all digital and analog I/O, I2C, onboard LSM6DSOX. Uses the AT25SF128A external flash.
While testing WIFI realized MISO was defined incorrectly
example of displaying gyro data on oled
|
example code for wifi connectivy
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM; too bad about the confusing pin naming
yeah its wierd because some analog pins are routed thru the esp32! |
I might be a week or two late on this but here's a very simple example in micropython of blinking the lights:
|
@elijahsgh Thanks for sharing! How do you use the wifi part of the code? TIA |
With the code I pasted above? You can't. That code was just me goofing around with the weird pin mappings that were being discussed. You can only blink lights with it. :) To use the wifi part you'd need the full Adafruit esp32spi, etc. |
Got it, thanks! |
New PR to fix local GitHub config issues and running pre-commit. Adding CircuitPython support for the Arduino Nano RP2040 Connect. Have tested all digital and analog I/O, I2C, onboard LSM6DSOX. Uses the AT25SF128A external flash.