Skip to content
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
@mgungorchamp

Description

@mgungorchamp

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions