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
Copy file name to clipboardExpand all lines: content/arduino-cloud/01.getting-started/04.api-overview/api-overview.md
+27-1Lines changed: 27 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ With this API, you can:
43
43
As a wrapper for the Device API, we have the following libraries:
44
44
45
45
- An official Arduino IoT Cloud Library for your Arduino sketches: `ArduinoIoTCloud.h`
46
-
- An NPM Javascript package: `arduino-iot-js`
46
+
- An NPM Javascript package: `arduino-iot-js`
47
47
48
48
### Arduino IoT Cloud Sketch library
49
49
@@ -79,6 +79,32 @@ Full examples and documentation can be found at:
79
79
- The [official repository](https://github.com/arduino/arduino-iot-js)
80
80
- The [NPM module](https://www.npmjs.com/package/arduino-iot-js) page
81
81
82
+
### MicroPython
83
+
84
+
The [Arduino IoT Cloud Python Client](https://github.com/arduino/arduino-iot-cloud-py) can be installed on a board running MicroPython, and is designed to be easy to use. With just a few lines of code you can connect to the cloud, using credentials obtained during the manual device configuration.
For more information, visit the [Connecting to Arduino IoT Cloud using MicroPython](/arduino-cloud/getting-started/iot-cloud-micropython) guide.
101
+
102
+
### Python
103
+
104
+
The [Arduino IoT Cloud Python Client](https://github.com/arduino/arduino-iot-cloud-py) can also be used with regular python, and is very similar to how you connect using MicroPython, with a few adjustments.
105
+
106
+
To find out more about how to connect using Python, you can refer to the Python section of the [Manual Device Configuration](/arduino-cloud/getting-started/manual-device#python) guide.
107
+
82
108
## Backward Compatibility Policy
83
109
84
110
Public Arduino IoT Cloud APIs are exposing versioned endpoints and are committed to preserving compatibility with the following policies in place:
0 commit comments