-
Notifications
You must be signed in to change notification settings - Fork 117
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
Arduino Nano 33 IoT port (ESF-10) #28
Comments
Hi beriberikix, I didn't have intentions to add support for MIcrochip MCUs, as no one has asked for it before. I don't know about any examples with Microchip MCUs. In case you need port in near future, adding support for new target should be relatively easy. See README for reference what functions has to be implemented. Martin |
Hi, I've managed to mangle together a port* for the Arduino nano 33 iot. If your interested I'll make it a bit more readable and share the code, it would require quite a bit of work to fit the thematics of this git, *it's not really a port but I took this source and turned it into an Arduino library for use with the Arduino IDE. I'm assuming all this is done with cmake (which I don't know how to use really) and the only functional testing I've done is within the Arduino IDE |
Hi winner10920, if you can put together some working version of this port, your contribution in form of pull request would be much appreciated. |
I haven't tested this yet but #34 should be able to address this issue! |
https://store.arduino.cc/usa/nano-33-iot
The Arduino Nano 33 IoT is a low-cost Arduino board with a SAMD21 host processor and U-Blox NINA modem. The firmware is custom with an Arduino tool to update it.
Are there plans to target Microchip hosts like the SAMD21? If not, are there any examples in the community to look at? For example, Adafruit released this passthrough Arduino sketch.
The text was updated successfully, but these errors were encountered: