Skip to content

Commit 3eb22de

Browse files
authored
Merge pull request #269 from stevisco/patch-1
Add Arduino Cloud option as integration method
2 parents 074d613 + e8011e3 commit 3eb22de

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/faq/interacting-with-arduino.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ connection.
1515
as they will conflict. You will need to stop Node-RED running if you wish
1616
re-program the Arduino from the IDE.
1717

18+
### Arduino Cloud
19+
20+
[Arduino Cloud](https://cloud.arduino.cc) allows to interact with Arduino boards registered as Internet-Of-Things devices.
21+
Nodes are available to be installed in the palette to easily poll data from IoT devices, or receive real-time notifications (see https://flows.nodered.org/node/@arduino/node-red-contrib-arduino-iot-cloud for details and installation).
22+
23+
1824
### Serial
1925

2026
As the Arduino appears as a Serial device, the Serial in/out nodes can be used

0 commit comments

Comments
 (0)