Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qb4-dev/esp-supla-firmware
SUPLA firmware for various boards
https://github.com/qb4-dev/esp-supla-firmware
esp32 esp8266 homeautomation iot supla
Last synced: 22 days ago
JSON representation
SUPLA firmware for various boards
- Host: GitHub
- URL: https://github.com/qb4-dev/esp-supla-firmware
- Owner: QB4-dev
- Created: 2024-08-20T19:11:31.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-11T18:52:45.000Z (about 1 month ago)
- Last Synced: 2025-01-11T19:38:55.561Z (about 1 month ago)
- Topics: esp32, esp8266, homeautomation, iot, supla
- Language: C
- Homepage:
- Size: 249 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SUPLA firmware based on ESP8266_RTOS/ESP-IDF SDK with esp-libsupla component
## compatibility
- [ESP8266 RTOS-SDK](https://github.com/espressif/ESP8266_RTOS_SDK)
- [ESP-IDF](https://github.com/espressif/ESP-IDF)## How to start
#### Clone this repo with submodules:
`git clone --recursive https://github.com/QB4-dev/esp-supla-firmware`
#### To compile firmware for selected board go to `boards` directory and run:`make` for ESP8266-based boards with and ESP8266_RTOS SDK
`idf.py build` for ESP32-based boards with and ESP-IDF SDK