-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What lamp do you use? #2
Comments
I used 1W RGB LED with a 15° 20mm lens found on aliexpress, the lens is smaller than the hole and I filled the space with paper and glued everything in place. I used three LED drivers based on CN5711, you can use the small trimmer on the boards to regulate the amount of max current for your specific LED. You can drive the boards with PWM over the CE pin, you can connect this pin directly to an output pin of the mcu. The LED boards must be powered by 5V but they happily accept 3v3 on the CE pin. Lens: https://aliexpress.com/item/1005004701092055.html LED: https://aliexpress.com/item/1005003478040421.html LED drivers: https://aliexpress.com/item/1005005751828800.html |
Thank you
Is the schematic available anywhere?
…On Tue, Jan 23, 2024 at 12:16 AM Andrea Ghidini ***@***.***> wrote:
I used 1W RGB LED with a 15° 20mm lens found on aliexpress, the lens is
smaller than the hole and I filled the space with paper and glued
everything in place.
I used three LED drivers based on CN5711, you can use the small trimmer on
the boards to regulate the amount of max current for your specific LED. You
can drive the boards with PWM over the CE pin, you can connect this pin
directly to an output pin of the mcu. The LED boards must be powered by 5V
but they happily accept 3v3 on the CE pin.
Lens: https://aliexpress.com/item/1005004701092055.html
LED: https://aliexpress.com/item/1005003478040421.html
LED drivers: https://aliexpress.com/item/1005005751828800.html
—
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABZLXHMTH4BA26CWTJGGZEDYP5WXDAVCNFSM6AAAAABCE5GLXOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMBVGUYDIOBWGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Unfortunately I did not draw a schematic for this project but it's pretty simple:
You can change the default pins here https://github.com/ghidosoft/esp8266_moving-head/blob/main/src/main.cpp#L23 |
What lamp do you use?
The text was updated successfully, but these errors were encountered: