Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/upc-pre-202402-si572-wv71/esp32-rest-api-client-embedded-app-wv71
This project is an embedded system application that illustrates how to build and send HTTP POST and GET Request to a Web RESTful API. It also shows how to handle JSON Object and JSON Array responses. The project is developed with C++ Arduino Sketch.
https://github.com/upc-pre-202402-si572-wv71/esp32-rest-api-client-embedded-app-wv71
arduino cpp esp32 iot-application rest-api-client sketch wokwi
Last synced: 6 days ago
JSON representation
This project is an embedded system application that illustrates how to build and send HTTP POST and GET Request to a Web RESTful API. It also shows how to handle JSON Object and JSON Array responses. The project is developed with C++ Arduino Sketch.
- Host: GitHub
- URL: https://github.com/upc-pre-202402-si572-wv71/esp32-rest-api-client-embedded-app-wv71
- Owner: upc-pre-202402-si572-wv71
- Created: 2024-10-13T13:20:24.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-10-13T13:23:45.000Z (2 months ago)
- Last Synced: 2024-10-23T19:52:41.438Z (2 months ago)
- Topics: arduino, cpp, esp32, iot-application, rest-api-client, sketch, wokwi
- Language: C++
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ESP32 REST Client
## Summary
This project is an embedded system application that illustrates how to build and send HTTP POST and GET Request to a Web RESTful API. It also shows how to handle JSON Object and JSON Array responses. The project is developed with C++ Arduino Sketch.## Hardware
- ESP32# Libraries
- WiFi
- HttpClient
- ArduinoJson# Fake API
The Fake API is available at https://iot-edge-sample-wv71.free.beeceptor.com/api/v1/data-records# External Services
The Fake API was implemented on https://beeceptor.com/