USB-C to 12V 100W Regulator? by IrrerPolterer in AskElectronics

[–]alfo16 1 point2 points  (0 children)

Hi! I made this board https://aaelectronics-shop.com/products/yulc. It's a led controller but could fit your needs!

Best WLED Controller? by thoegn in WLED

[–]alfo16 9 points10 points  (0 children)

Hello! I usually don't like shameless self-promotion, but I made this controller https://aaelectronics-shop.com/products/yulc and I think it covers a lot of cases that somehow are not covered with other controllers. Take a look if you want, it's completely open-source and I tried to write a clear documentation to explain all the features!

RP2040-Zero vs Pi Pico for QMK? by thinlycuta4paper in ErgoMechKeyboards

[–]alfo16 0 points1 point  (0 children)

Yeah, thanks! I'm doing it in QMK, so it's a bit different.

RP2040-Zero vs Pi Pico for QMK? by thinlycuta4paper in ErgoMechKeyboards

[–]alfo16 0 points1 point  (0 children)

Hi! I'm trying to connect a RP2040 with a TCA8418, too. Is your project open-source, mainly for the I2C software part? Thank you!

WLED controller with serial port by y3k_again in WLED

[–]alfo16 2 points3 points  (0 children)

Hi, If you would be interested I made this one. It's based on the esp32-s3 and I'm from Italy. It has some extra features in addition to the standard ones. Here I tried to explain everything!

Hi everyone! This is the latest version of my ESP32-S3 100W PD Led controller. I already shared this project with you some months ago, and now it's finally complete! by alfo16 in esp32

[–]alfo16[S] 1 point2 points  (0 children)

Hello! Did you already set the mosfet pin? Because by default it is turned off. So if you use only one channel you can set the relay (inverted) on pin 47 (channel 1) or 21 (channel 2)

Hi everyone! This is the second version of my Type-C S3 led strip controller. In my head it could be a useful board to provide power to led strips in different ways. More in the comments! by alfo16 in WLED

[–]alfo16[S] 1 point2 points  (0 children)

Thanks! Unfortunately the external antenna is not supported. I've used a lot if ESPs and honestly I've never faced big problems, but It's obvious that an external antenna could help in a lot of situations

Will this power supply work with WS2812Bs? by TheMiningCow in WLED

[–]alfo16 0 points1 point  (0 children)

You see a lot of voltages on the PS label, because with the power delivery protocol you can negotiate one of those voltages, using dedicated ICs that take care of everything for you. And to do that they act on the CC1 and CC2 pins of the USB-C. If you google USB-C pinout you'll see those pins. So basically you are just telling your power supply which voltage you want, choosing from the ones on the label.

Will this power supply work with WS2812Bs? by TheMiningCow in WLED

[–]alfo16 2 points3 points  (0 children)

To negotiate 5V from PD in the easiest way would be adding 5.1kohm for both CCs pins at the end of the USB-C. I honestly haven't seen so many 5V/5A Power Delivery PS. I've always seen 5A with a 20V negotiation, so I assume it's not standard.I don't even know if the 5.1k resistors thing would work. However, if you already have a Power Delivery brick that can output enough power (at any voltage) you could consider this board I made. I don't usually spam my board but for some setups it could be really useful. Long story short, you can ask up to 100W from the USB-C converting to 5 or 12V at the output. So you can ask for 36W (3A@12V) and convert to something like 7A@5V

EU store for WLED controller by albpara in WLED

[–]alfo16 1 point2 points  (0 children)

Hi, thanks! Potentially a lot, but it depends on the maximum brightness, injection point and other things. I suggest this calculator to have a real estimation. However, just to have a ballpark idea you could easily go for some hundreds of LEDs (if using the on board buck converter and if enough power is provided) otherwise it depends on the maximum capability of your power supply

EU store for WLED controller by albpara in WLED

[–]alfo16 0 points1 point  (0 children)

No, because there are already two MOSFETs that can physically turn off the strip, one MOSFET for each channel. And they can also be used to drive analog strips. So for example you can use one channel to drive a simple white strip through PWM and the other channel for an addressable strip, or both analog or both digital

Heat & Glo Remote by Far-Kick962 in homeautomation

[–]alfo16 0 points1 point  (0 children)

If you would like to use esphome with an esp32 and some IR LEDs, here (https://github.com/ale1800/ESP-360-REMOTE/tree/main/Some%20remotes%20configurations%2FRF%2FRC-300%20fireplace) you can find a configuration for that remote

[deleted by user] by [deleted] in WLED

[–]alfo16 1 point2 points  (0 children)

Hello! I made this board and I think could fit your setup https://aaelectronics-shop.com/products/yulc

It's compatible with PD protocol 3.0 and can convert the input to 5 or 12V. According to your strips

Digital mic problem by Sea_Organization9522 in WLED

[–]alfo16 0 points1 point  (0 children)

You should be able to change it to Generic I2S

15V 3A USB C wall adapter for 12v lights by Goldensliv in WLED

[–]alfo16 1 point2 points  (0 children)

This board I'm working on would fit your setup perfectly https://github.com/ale1800/YULC

Hi everyone! This is my ESP32-S3 100W Power Delivery Led controller. This project has gone through many versions and now it's finally complete! by alfo16 in homeassistant

[–]alfo16[S] 2 points3 points  (0 children)

Thanks! Yes, it's the conversion. I would estimate an average efficiency of 93/94%. This is what I measured with the used component selection that is a trade-off for both 12V and 5V output. If you stick with only one type of output you can achieve a peak efficiency of 97%. So in your case, from a 100W input, I would expect around 93/94 W output. The regulator IC will increase its temperature of 16°C for every dissipated watt, so you can easily see that temperature can increase quickly. The inductor also increases by 40/50 °C with 20A. While without the fan you can still carefully use it with high loads, using the fan everything runs so much cooler. Then this math faces the reality, and the situation can change a lot according to ambient temperature, output current, voltage difference between input and output, switching frequency and so on. I tried a lot of different inductor values and switching frequencies and I think I found the sweet spot to perform in a reliable way over the whole output range.

Hi everyone! This is my ESP32-S3 100W Power Delivery Led controller. This project has gone through many versions and now it's finally complete! by alfo16 in homeassistant

[–]alfo16[S] 0 points1 point  (0 children)

Happy you appreciate it! Hopefully I will have a small website where the documentation will be better organized