You can configure your FLipMouse or FABI device via this page.
⚠️ You need a Chromium based browser! (Chromium, Chrome, Edge, Vivaldi,...)
To adjust settings on your assistive device, please:
- Connect your device to the PC
- Select your device from below to go to the configuration page
To run the WebGUIs locally you need to download this repository and start a local webserver to serve the data. Do the following steps:
- Clone the repository with
git clone https://github.com/asterics/Addon-Bluetooth-WebGUI.git
- Install any local webserver, e.g. http-server from npm with
npm install --global http-server
(or Python:python3 -m http.server 8080
) - Start the local webserver to serve documents from the webgui folder e.g. with
cd Addon-Bluetooth-WebGUI/webgui
and startinghttp-server
in this directory - Open
http://localhost:8080/index_fm.htm
orhttp://localhost:8080/index_fabi.htm
in your browser
There are automatic test suites for testing correct function of the AT command API for a device:
This project here has two purposes:
- We will use it as landing page for this site (GitHub pages)
- All build files for building the ESP32 based Bluetooth and WebGUI addon are located here
If you are interested in flashing/updating your ESP32 addon for FABI/FLipMouse, please go to this repository's page: Addon-Bluetooth-WebGUI