-
-
Notifications
You must be signed in to change notification settings - Fork 31
How to flash Glow Worm Luciferin firmware via esptool
Davide Perini edited this page Nov 7, 2023
·
2 revisions
If you don't want to use the Web Installer, you can use the tool you prefer, in this example we will show how to flash the firmware via esptool.
- Install Python.
- Install esptool with this command:
pip install esptool
. - Download Glow Worm Luciferin firmware.
- Install firmware with this two commands:
-
esptool --chip auto --port COM5 erase_flash
(this is optional, it erase your flash/settings) esptool --chip auto --port COM5 --baud 115200 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 20m --flash_size detect 0x0 firmware_name_based_on_your_device.bin
- Compatible hardware
- Official PCBs (with Case)
- RGB and RGBW support
- Supported GPIO and Baud Rate
- Device reset
- How to set up multiple monitors
- Power saving features
- Hardware button
- Surround lighting with satellites
- Color temperature and Gamma
- Color grading: HSL tuning
- Light effects
- Smoothing color transitions
- Aspect ratio
- Eye care and night mode
- Themes
- Profiles
- Group LEDs
- Test image and latency test
- Update management
- Static IP and auto discovery
- Tray icon shortcuts
- Linux support
- Using the Access Point
- Home Assistant integration