This repository was archived by the owner on Jul 22, 2022. It is now read-only.
This repository was archived by the owner on Jul 22, 2022. It is now read-only.
Arduino MKR WIFI 1010 Support #134
Open
Description
I have Arduino MKR WiFi 1010 - which is better than the WiFI 1000 since it has also a Bluetooth module.
But MKR WIFI 1010 uses WiFiNINA.h instead of WiFi101.h
I added these lines where appropriate.
#elif ARDUINO_SAMD_MKRWIFI1010
#include <WiFiNINA.h>
but it still did not cooperate, silently did not connect always give me connection errors.
If you can add this support that would be a great addition.
Thank you
I got help from this rep, I always get "Failure creating Iothub device. Hint: Check your connection string."
Metadata
Metadata
Assignees
Labels
No labels