Skip to content

Commit b9d0904

Browse files
committed
Add instructions on top of the IoT Bridges examples
1 parent 06b205c commit b9d0904

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

examples/Nicla_IoT_Bridge/Nicla_IoT_Bridge.ino

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
/*
2+
* Upload this sketch to a Host board to use it as an I2C bridge between
3+
* Nicla Sense ME and the Arduino Cloud.
4+
* Nicla Sense ME board needs to run the basic App.ino sketch and to be plugged
5+
* as a shield on top of the Host board.
6+
*
7+
* Before uploading this sketch to the Host board:
8+
* - add your Host device to Arduino Cloud
9+
* - setup temperature and seconds Things in Arduino Cloud
10+
* - get the THING_ID and copy it in thingProperties.h
11+
* - create a Dashboard in Arduino Cloud, like a live chart of the temperature
12+
*/
13+
114
#include "thingProperties.h"
215

316
#include "Arduino_BHY2Host.h"

examples/Portenta_BLE_Bridge/Portenta_BLE_Bridge.ino

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
/*
2+
* Upload this sketch to Portenta to use it as a BLE bridge between
3+
* Nicla Sense ME and the Arduino Cloud.
4+
* Nicla Sense ME board needs to run the basic App.ino sketch.
5+
*
6+
* Before uploading this sketch to Portenta:
7+
* - add your Portenta device to Arduino Cloud
8+
* - setup temperature and seconds Things in Arduino Cloud
9+
* - get the THING_ID and copy it in thingProperties.h
10+
* - create a Dashboard in Arduino Cloud, like a live chart of the temperature
11+
*/
12+
113
#include <ArduinoIoTCloud.h>
214
#include <Arduino_ConnectionHandler.h>
315
#include "thingProperties.h"

0 commit comments

Comments
 (0)