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: 5 months 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 (about 3 years ago)
 - Default Branch: main
 - Last Pushed: 2022-08-31T23:05:49.000Z (about 3 years ago)
 - Last Synced: 2025-06-20T16:11:35.227Z (5 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.