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
Sketch to connect an Arduino Nano 33 IoT to the Azure IoT Device Provisioning Service over WiFi with an SSL- secured connection, and authentication based on X.509 certificates. It supports both Group and Individual enrollment. The communication method is direct MQTT (no sdk).
Sketch to connect an Arduino Nano 33 IoT to the Azure IoT Device Provisioning Service over WiFi with an SSL-secured connection, and authentication based on SAS token. The communication method is direct MQTT (no sdk).
This solution can be used to ramp-up on Azure IoT Hub. Device provisioning, Sending messages from device to cloud and cloud to device are some of the scenarios demonstrated here.