-
Notifications
You must be signed in to change notification settings - Fork 12
Add support to Arduino UNO board #9
Add support to Arduino UNO board #9
Conversation
Updated WiFiNINA_Pinout_Generic.h by adding pinouts definitions to be able to communicate with nina module. Pinouts configuration was tested and we were able to connect to WiFi with Arduino UNO board.
Thanks for your PR. Could you please provide more info, such as
The supplied info will be very useful to other users as well as me because I don't have the similar settings to test / verify before merging the PR. BR, |
|
Thank so much for your impressive info. I'm merging your PR now and will create a new release soon. Best Regards, |
Thank you :) |
I'll add to new release v1.8.12 the support to almost all AVR boards using your settings as follows:
Thanks for your contributions, BR, |
Oh, too many boards I forgot. Will remove Mega, keep the remaining boards (other 328p, 32U4, 16u4, etc.). Thanks, |
### Releases v1.8.12 1. Sync with [Arduino WiFiNINA Library v1.8.12](https://github.com/arduino-libraries/WiFiNINA/releases/tag/1.8.12). - Update latest available nina-fw to v1.4.7 2. Add support to many AVR (328P, 32U4, 16U4, etc.) boards. Check [Add support to Arduino UNO board #9](#9)
### Releases v1.8.12 1. Sync with [Arduino WiFiNINA Library v1.8.12](https://github.com/arduino-libraries/WiFiNINA/releases/tag/1.8.12). - Update latest available nina-fw to v1.4.7 2. Add support to many AVR (328P, 32U4, 16U4, etc.) boards. Check [Add support to Arduino UNO board #9](#9)
WiFiNINA_Generic Releases v1.8.12 has just been published. Your contribution is noted in Contributions and Thanks. Looking forward to receiving more of your contribs. BR, |
Updated WiFiNINA_Pinout_Generic.h by adding pinouts definitions to be able to communicate with nina module.
Pinouts configuration was tested and we were able to connect to WiFi with Arduino UNO board.