https://github.com/ubidots/ubidots-arduino-wifi
An Arduino API client for Ubidots
https://github.com/ubidots/ubidots-arduino-wifi
Last synced: 3 months ago
JSON representation
An Arduino API client for Ubidots
- Host: GitHub
- URL: https://github.com/ubidots/ubidots-arduino-wifi
- Owner: ubidots
- License: mit
- Created: 2014-07-14T13:48:02.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-02-10T15:26:45.000Z (about 2 years ago)
- Last Synced: 2023-03-23T02:56:05.060Z (about 2 years ago)
- Language: C++
- Homepage: ubidots.com/docs
- Size: 91.8 KB
- Stars: 4
- Watchers: 18
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# [DEPRECATED] Ubidots Arduino WiFi
**WARNING:** The [Arduino Wi-Fi shield](https://store.arduino.cc/usa/arduino-wifi-shield) was retired from commercial sales markets in 2015; for this reason the library is **"DEPRECATED"**
# HTTP requests to Ubidots
To send **HTTP requests** to [Ubidots](https://ubidots.com/) using the Arduino WiFi Shield please follow the below steps:
1. Open the Arduino IDE. Go to **File > Examples > WiFi > WiFiWebClient**.
2. Assign your WiFi crendetials were is indicated.
3. Upload the code into the Arduino UNO. Before upload the code make sure to select the right COM Port from **Tools > Port > Port Assigned**.
4. Once the code is uploaded, open the **Serial Monitor** to verify the response of the sample request.
5. If everything is working properly, modify the sample code handling the request to Ubidots. Please, reference to the [REST API Reference](https://ubidots.com/docs/api/) to build the HTTP request.**NOTE**: For any additional assistance, please reference to [Ubidots Community](http://community.ubidots.com/).