Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Platformio Core | 7,186 | 5 days ago | 16 | August 12, 2022 | 205 | apache-2.0 | Python | |||
Your Gateway to Embedded Software Development Excellence :alien: | ||||||||||
Disaster Radio | 959 | 10 months ago | 37 | HTML | ||||||
A (paused) work-in-progress long-range, low-bandwidth wireless disaster recovery mesh network powered by the sun. | ||||||||||
Platform Espressif32 | 764 | 15 hours ago | 155 | apache-2.0 | Python | |||||
Espressif 32: development platform for PlatformIO | ||||||||||
My Ttgo Watch | 463 | 3 months ago | 21 | gpl-2.0 | C | |||||
A GUI named hedge for smartwatch like devices based on ESP32. Currently support for T-Watch2020 (V1,V2,V3), T-Watch2021, M5Paper, M5Core2 and native Linux support for testing. | ||||||||||
Esp8266 React | 417 | 3 months ago | 54 | lgpl-3.0 | TypeScript | |||||
A framework for ESP8266 & ESP32 microcontrollers with a React UI | ||||||||||
Platform Ststm32 | 358 | 7 days ago | 240 | apache-2.0 | Python | |||||
ST STM32: development platform for PlatformIO | ||||||||||
Platform Espressif8266 | 296 | 5 months ago | 72 | apache-2.0 | Python | |||||
Espressif 8266: development platform for PlatformIO | ||||||||||
Marlin Config | 292 | 2 | 5 years ago | 47 | October 04, 2018 | 62 | gpl-3.0 | JavaScript | ||
Marlin firmware instant configurator | ||||||||||
Lora_aprs_igate | 275 | 7 days ago | 29 | mit | C | |||||
This is a LoRa APRS iGate/Digi based on an ESP32 | ||||||||||
Lora_aprs_tracker | 264 | 11 days ago | 30 | mit | C++ | |||||
A LoRa based APRS tracker for ESP32 boards. |
This repository contains the firmware for Libre Solar Battery Management Systems based on Zephyr RTOS .
The main
branch is used for ongoing development of the firmware.
Releases are created from main
after significant updates have been introduced to the firmware. Each release has to pass tests with multiple boards.
A release is tagged with a version number consisting of the release year and a release count for that year (starting at zero). For back-porting of bug-fixes, a branch named after the release followed by -branch
is created, e.g. v21.0-branch
.
The firmware documentation including build instructions and API reference can be found under libre.solar/bms-firmware.
In order to build the documentation locally you need to install Doxygen, Sphinx and Breathe and run make html
in the docs
folder.
This firmware is released under the Apache-2.0 License.