This is the ESP32 Arduino based firmware for the OMOTE - Open Universal Remote.
To run this firmware, you have two options
- run it on the OMOTE ESP32 Hardware
- run it in the simulator on Linux, macOs or Windows
The software can be adjusted to your needs. You can add your own amplifier, TV and media player. Smart home devices can be controlled with MQTT. The software is an example made up of:
- a TV and an amplifier controlled with infrared
- a Fire TV media player controlled with BLE (bluetooth keyboard)
- some smart home devices controlled with MQTT
- an IR receiver for decoding the IR codes from your remote
Please see the wiki on how to understand and modify the firmware.
You need to have PlatformIO running, and you need to know how to compile and flash your own firmware with PlatformIO. There is no prebuilt firmware.
The remote can be charged and programmed via its USB-C port. Open the PlatformIO project to compile and upload the code to the ESP32.
As a long term goal, maybe a prebuilt firmware will be published, where you can configure your OMOTE via a web interface.
A simulator for running the LVGL UI on your local Windows, Linux, or macOS machine is available.
You can run the simulator in Visual Studio Code with PlatformIO. No need for any other compiler or development environment (no Visual Studio needed as often done in other LVGL simulators).
For details, please see the wiki for the software simulator for fast creating and testing of LVGL GUIs.
Long term goals (not yet scheduled)
- Add an interface for graphically editing the configuration
- Store the configuration in Flash (e.g. as a editable json file)
See the open issues and discussions for a full list of proposed features (and known issues).
If you have a suggestion for an improvement, please fork the repo and create a pull request. You can also simply open an issue or - for more general feature requests - head over to the discussions.
Distributed under the GPL v3 License. See LICENSE for more information.
Join the OMOTE Discord: https://discord.gg/5PnYFAsKsG