Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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/