Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.