Website • Documentation • Forum • Discord
The Borneo-IoT Project offers cutting-edge, open-source, modular, and affordable hardware and software solutions for hobbyists and professionals to create aquarium LEDs and other smart aquatic devices.
For more information, please visit the project's website: www.borneoiot.com.
PDF versions of the hardware schematics, datasheets and BoM can be found in hw/datasheets
.
If you like this project, please don't forget to give it a star. Thank you!
The Buce (Model BLC06MK1) LED PWM dimmer in this project is an OSHWA (Open Source Hardware Association) certificated open-hardware:
-
Full Stack Open Source
- PCB design (schematic and board layout) using Horizon EDA
- Firmware based on ESP-IDF framework
- Flutter mobile app
-
Modular Hardware Design
- Compact core board (22×30mm) for easy integration
- Reference schematics for custom PCB implementations
-
Component-based Firmware
- Multi-ESP32 family support (ESP32/ESP32-C3/C5) via unified board definitions
- Zephyr RTOS-like driver architecture with hardware abstraction
- CoAP + CBOR protocol stack for multi-device support (lamps, pumps, sensors)
-
Rich Functionality
- 6-channel PWM dimmer with zero peripheral components
- Graphical sunrise/sunset dimming with soft-start
- SNTP time sync & PID-controlled cooling
- Python API client & demo scripts
- Optional INA139 current monitoring
-
Cost-effective Solution
- ESP32-C3/ESP32 MCUs with standard components
- Integrated driver for basic/PWM cooling fans
- Pin-header friendly for DIY integration
-
Production-ready System1
- Wireless OTA firmware updates
- Automated production tools:
- Batch programming & QA testing
- Product parameter configuration
-
Field-proven
- The prototype of this dimmer and LED driver has been running stably on my own planted tank for years
- Extensible architecture (ongoing pump/pH monitor development)
![]() LED Dimmer Module Appearance |
![]() LED LED Dimmer Module Schematic |
---|---|
![]() 5-Channel LED Dimmer - Obsoleted Prototype |
![]() Aluminum PCB - Obsoleted Prototype |
![]() Aluminum PCB Appearance |
![]() Reference Design Lamp Appearance2 |
Beta:The firmware is full functionality and stability, but some minor features are still not quite perfect.
Pre-Beta:All major functions have been completed and are operational, but minor functions such as setting the time zone still need to be implemented, and the stability also requires further polishing.
Checkout the milestones to get a glimpse of the upcoming features and milestones.
client/
: Mobile app source codeborneopy/
: A open-source Python client library for the devices under the Borneo-IoT Projectfw/
: Firmware source codescripts
: Related Python scriptscmake
: CMake scriptscomponents
: Common ESP-IDF component source codelyfi
: LED dimmer firmware-related source codedoser
: Dosing pump firmware-related source code (under development)
hw/
: Circuit design source filesblc06
: The board design of Buce, the 6-channel WiFi LED PWM dimmerblb0657f
: 6-channel 57W LED lamp aluminum PCB designbld6f
: 6-channel LED driver PCB designblc05mk3
: 5-channel LED driver PCB design (Obsoleted)blb08103
: 5-channel 63W LED lamp aluminum PCB design (Obsoleted)3d-models
: STEP format 3D modelsdatasheets
: The hardware specifications in PDF format3
tools/
: Related scripts and tools
Please check out the online documentation.
Please read CONTRIBUTING.md for more details.
If you want to support the development of this project, you could consider buying me a beer.
We welcome your feedback! If you encounter any issues or have suggestions, please open an issue.
- Website:www.borneoiot.com
- Online documentation:docs.borneoiot.com
- GutHub Discussions: github.com/oldrev/borneo/discussions
- Author's e-mail: [email protected]
- Borneo-IoT Discord Server: discord.gg/EFJTm7PpEs
The software and firmware in this project is dual-licensed under the GNU General Public License version 3 or later (GPL-3.0+) and a proprietary license. You can find the full text of the GPL-3.0 license in the LICENSE file.
The hardware design in this project is licensed under the CERN Open Hardware Licence Version 2 - Strongly Reciprocal (CERN-OHL-S-2.0). You can find the full text of the license in the LICENSE-HARDWARE file.
In addition to the GPL-3.0 license, I also offer proprietary licensing options for those who wish to use this software in proprietary products.
If you are interested in obtaining a proprietary license, please contact me at [email protected].
Footnotes
-
The open-source project does not provide mass production-related fixtures and software. ↩
-
The enclosure was manually measured and modeled by me after purchasing it from a friend, therefore, I regret that the design cannot be made public. If there is significant interest, I can redesign it. ↩
-
Since the datasheets are based on templates from my other products, the source file will not be provided in this repository. ↩