-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Arduino Nano 33 IoT support #2638
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
Conversation
lgtm - please be aware that there's not enough memory in circuitpy to talk to the wifi module and do internetty things :) |
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.
Looks good, but it would be good to add wifi module pins.
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.
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.
Thanks for the changes. There are still some missing ESP32 pins, still, mainly having to do with the separate TX/RX lines for updating, but it's not vital they're added. GPIO33 is called "...BUSY" by us, but '...ACK" on the Arduino schematic. I'm not sure it's worth changing these now or not. We could just get the board in. @ladyada do you have an opinion?
oh shoot i missed the serial nina pins - lets merge so this is in before the next realaseand @fgallaire please submit a pr for those two pins :) |
yay - will merge once passing |
a noob question before: |
nope - the pin itself is the same :) |
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.
Thank you!
Hello, nevertheless I would like to test it, so I need to upgrade the NINA firmware. So I need a Serial Passthroug firmware for the Nano IoT but I don't find the repo to fork/how to do it. |
Check out this thread: https://forum.arduino.cc/index.php?topic=654833.0 |
Thanks @dhalbert I'm so focused on CircuitPython that I forgot that it's an Arduino board ;-) |
I have done my best:
But always the same error:
|
No description provided.