Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevsiraki/arduino_rp2040_json_server
Controlling the built-in RGB LED with POST requests and JSON responses! Requires the ArduinoJson.h library.
https://github.com/kevsiraki/arduino_rp2040_json_server
Last synced: 11 days ago
JSON representation
Controlling the built-in RGB LED with POST requests and JSON responses! Requires the ArduinoJson.h library.
- Host: GitHub
- URL: https://github.com/kevsiraki/arduino_rp2040_json_server
- Owner: kevsiraki
- Created: 2022-08-29T03:24:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-31T23:05:49.000Z (over 2 years ago)
- Last Synced: 2024-11-17T08:35:05.937Z (2 months ago)
- Language: C++
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# arduino_rp2040_json_server
Controlling stuff with HTTP Requests requests and JSON responses!
Features:
- Display your local SSID on successful connection on a I2C OLED display
- Display client's IP address with the action they performed on the aforementioned display.
- Make a JSON-encoded response to the client with current state of digital/analog pins.
- Make stuff happen from anywhere if you properly setup port forwarding/packet destination policies in your local firewall.