A small Raspberry Pi Express server that uses the Pi's bluetooth to control BLE LED Devices
Find a file
gurrrrrrett3 5ac12e2466 Revert "update bluetooth device address"
This reverts commit 85e877acbe.
2021-12-12 02:50:48 -05:00
public Added an info page, for when I attempt to connect to the server 2021-07-27 06:47:21 -04:00
.gitattributes Initial commit 2021-07-08 05:43:54 -04:00
.gitignore Initial commit 2021-07-08 05:43:54 -04:00
index.js Revert "update bluetooth device address" 2021-12-12 02:50:48 -05:00
package-lock.json bodyparser 2021-07-08 06:33:05 -04:00
package.json Update package.json 2021-11-02 18:11:08 -04:00
README.md Update README.md 2021-09-14 15:22:27 -04:00

pi-lightproxy

A small Raspberry Pi Express server that uses the Pi's bluetooth to control BLE LED Devices

Endpoints

GET  /    | Info about the server
POST /    | Accepts body data formatted as { hex: FFFFFF } to set LED color
POST /on  | Enables the lights
POST /off | Disables the lights

About

This project was used as a small "proxy" server that allowed other projects (that were run from a server that didn't have bluetooth) to communicate with an LED strip.