You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 22, 2022. It is now read-only.
Uh oh!
There was an error while loading. Please reload this page.
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."
Ref:
https://github.com/microsoft/IoT-For-Beginners/blob/main/2-farm/lessons/4-migrate-your-plant-to-the-cloud/wio-terminal-connect-hub.md
The text was updated successfully, but these errors were encountered: