Skip to content

Ports: Arduino MKR WIFI 1010 #10656

Answered by robert-hh
keenanjohnson asked this question in SAMD
Discussion options

You must be logged in to vote

Adapting the Pins should be easy, and the firmware should work straight away. There is already support for the Nina UBLOX module in the RP2040 port. So it might be possible to port that. But the show stopper for WiFi is the lack of available flash space, which is already being fully used. The only way to gain more space is reducing the size of the file system or dropping some MicroPython modules. But even that would not gain sufficient space for a good WiFi support, not to mention the lack of RAM. Unfortunately the Arduino board does not provide additional flash on the board like the Adafruit boards do. And I do not know why Arduino uses the SAMD21G18 for a relatively expensive board inst…

Replies: 8 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by keenanjohnson
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@keenanjohnson
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
SAMD
2 participants