I need some basic information on accessing Arduino IoT cloud via webclient.
I have configured a dashboard and an account for accessing the MKR 1010 wifi via web and update the code. The dashboard work perfectly, but i cannot manage to access the data other than via the Dashboard, or the historical download.
I would need a method for getting real time data. I have understood that I need to make an API request. I am currently stuck on getting a token, but do I really need it?
Hi!
You should check out the following docs:
- Overview: https://docs.arduino.cc/arduino-cloud/getting-started/api-overview
- Getting started guide: https://docs.arduino.cc/arduino-cloud/getting-started/arduino-iot-api
- Full API documentation: Arduino IoT Cloud API
In those docs you have more links to examples and code.
I hope this helps!
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.