File tree 2 files changed +25
-0
lines changed
2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change
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
+
1
14
#include " thingProperties.h"
2
15
3
16
#include " Arduino_BHY2Host.h"
Original file line number Diff line number Diff line change
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
+
1
13
#include < ArduinoIoTCloud.h>
2
14
#include < Arduino_ConnectionHandler.h>
3
15
#include " thingProperties.h"
You can’t perform that action at this time.
0 commit comments