Skip to content
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

Open
beriberikix opened this issue Jul 11, 2021 · 4 comments
Open

Arduino Nano 33 IoT port (ESF-10) #28

beriberikix opened this issue Jul 11, 2021 · 4 comments
Labels
Type: Feature Request Feature Request for esp-serial-flasher

Comments

@beriberikix
Copy link

beriberikix commented Jul 11, 2021

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.

@MaValki
Copy link
Contributor

MaValki commented Jul 12, 2021

Hi beriberikix,

I didn't have intentions to add support for MIcrochip MCUs, as no one has asked for it before.
However, creating Arduino library on top of some platform independent UART and GPIO libraries seems to be a good idea.

I don't know about any examples with Microchip MCUs.
At the moment, I am also working on other projects, so I am not able to give you any time line when Arduino support will be ready.

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

@winner10920
Copy link

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

@MaValki
Copy link
Contributor

MaValki commented Sep 15, 2021

Hi winner10920,

if you can put together some working version of this port, your contribution in form of pull request would be much appreciated.

@dobairoland dobairoland changed the title Arduino Nano 33 IoT port Arduino Nano 33 IoT port Dec 7, 2022
@github-actions github-actions bot changed the title Arduino Nano 33 IoT port Arduino Nano 33 IoT port (ESF-10) Dec 7, 2022
@beriberikix
Copy link
Author

I haven't tested this yet but #34 should be able to address this issue!

@DNedic DNedic added the Type: Feature Request Feature Request for esp-serial-flasher label Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature Request Feature Request for esp-serial-flasher
Projects
None yet
Development

No branches or pull requests

5 participants