Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cpresser
Esp32 Dimmer
Commits
adee177a
Commit
adee177a
authored
Mar 03, 2021
by
cpresser
Committed by
Carsten Presser
Mar 03, 2021
Browse files
Add README.md
parent
6d2aaedc
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
0 → 100644
View file @
adee177a
# ESP32 based Dimmer for 4x RGBW LED strips (12/24Volts)

## Features
*
ESP32-WROOM based controller
*
Micropython firmware,
*Home assistant*
compatible with autodetect
*
4x RGBW dimmer channels, 12 Bit PWM resolution
*
12V or 24V operating voltage
*
Header to add a BME280 module for Temperature, Pressure + Humidity measurements
*
Two status LEDs
*
Two user Buttons
## Quickstart
*
Install micropython
*
https://docs.micropython.org/en/latest/esp32/tutorial/intro.html#deploying-the-firmware
*
Use rshell to connect to the board and copy files
*
`pip3 install rshell`
*
`rshell -p /dev/ttyUSB0`
*
`> cp *.py /pyboard`
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment