Releases: 4strium/Fothelia
Release list
v1.0
Released on 01/08/2025
Flashing the reception program to your microcontroller
Using PlatformIO (or another development environment), upload the project - located in the LEDstripControl directory - directly to your board.
By default the board specified in the project configuration file is an ESP32 but you can change to another development board as long as Arduino framework is supported.
For the wiring, please follow the instructions provided here.
Application to control the device
Please note that Bluetooth pairing between your LED strip controller and your computer is required before first use.
Windows Users
Download the executable (FotheliaControl.exe) from the attachments below. This is a fully portable version, so you won't need to install any dependencies.
Linux Users
Clone the repository and run the following command in the Application directory :
python .\app.py
Note : that dependencies must be fully installed in this case. Please follow the instructions provided [here].(https://github.com/4strium/Fothelia?tab=readme-ov-file#building-the-controller-device)