mirror of
https://github.com/c0de-archive/pixo-server.git
synced 2024-12-22 07:02:39 +00:00
Update readme
This commit is contained in:
parent
969f55c866
commit
ba26d0859a
19
README.md
19
README.md
@ -1,2 +1,21 @@
|
|||||||
# pixo-server
|
# pixo-server
|
||||||
|
|
||||||
A general purpose server that can be used with pixo-thiclient
|
A general purpose server that can be used with pixo-thiclient
|
||||||
|
|
||||||
|
|
||||||
|
## What's the purpose?
|
||||||
|
|
||||||
|
The goal for this server is to communicate with the API provided by [pixo-thinclient](https://github.com/alopexc0de/pixo-thinclient) and provide various example methods such as
|
||||||
|
* Uploading images provided to it to the pixo
|
||||||
|
* Send commands to show images
|
||||||
|
* management of all settings via web UI
|
||||||
|
* Reading accelerometer data
|
||||||
|
* OTA Updates (user provides compiled binary)
|
||||||
|
* Polling various sites for notifications and showing them on the pixo
|
||||||
|
|
||||||
|
|
||||||
|
## What is pixo-pixel?
|
||||||
|
|
||||||
|
Pixo Pixel is a 16x16 REB LED display, using an ESP32 microcontroller and a 3-axis Accelerometer + Gyro.
|
||||||
|
|
||||||
|
Originally created by [Sean Hodgens](https://github.com/IdleHandsProject/pixopixel) as a Make 100, the hardware is interesting but no general purpose firmware has been created publically. I've contributed to the project a bit in the past [here](https://github.com/alopexc0de/pixopixel/tree/fw_cleanup), in the form of updating the readme and also some expansion/rewriting of example display functions.
|
Loading…
Reference in New Issue
Block a user