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: about 2 months 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 (5 months ago)
- Default Branch: main
- Last Pushed: 2024-11-19T18:48:50.000Z (about 2 months ago)
- Last Synced: 2024-11-19T19:51:47.070Z (about 2 months ago)
- Topics: esp32, esp8266, homeautomation, iot, supla
- Language: C
- Homepage:
- Size: 246 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