Skip to content
This repository was archived by the owner on Jul 22, 2022. It is now read-only.

Arduino MKR WIFI 1010 Support #134

Open
mgungorchamp opened this issue Aug 23, 2021 · 0 comments
Open

Arduino MKR WIFI 1010 Support #134

mgungorchamp opened this issue Aug 23, 2021 · 0 comments

Comments

@mgungorchamp
Copy link

mgungorchamp commented Aug 23, 2021

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant