You can configure your FLipMouse or FABI device via this page.
:warning: You need a Chromium based browser! (Chromium, Chrome, Edge, Vivaldi,…)
To adjust settings on your assistive device, please:
To run the WebGUIs locally you need to download this repository and start a local webserver to serve the data. Do the following steps:
git clone https://github.com/asterics/Addon-Bluetooth-WebGUI.git
npm install --global http-server
(or Python: python3 -m http.server 8080
)cd Addon-Bluetooth-WebGUI/webgui
and starting http-server
in this directoryhttp://localhost:8080/index_fm.htm
or http://localhost:8080/index_fabi.htm
in your browserThere are automatic test suites for testing correct function of the AT command API for a device:
This project here has two purposes:
If you are interested in flashing/updating your ESP32 addon for FABI/FLipMouse, please go to this repository’s page: Addon-Bluetooth-WebGUI