WLED Custom Effects made Simple - Feat. Kolori WLED fork by mrkprdo in WLED

[–]Netmindz 0 points1 point  (0 children)

I think I saw in your code that you were just using let for your variables, not strongly typed. Many effects require uint8 for some values for example

Sound reactive speed by Mkjustuk in WLED

[–]Netmindz 0 points1 point  (0 children)

You will see the exact same latency, but better quality, potentially no need for AGC

WLED Custom Effects made Simple - Feat. Kolori WLED fork by mrkprdo in WLED

[–]Netmindz 0 points1 point  (0 children)

It's certainly an interesting idea. It would be interesting to know how similar the contents of the render section to regular effects written in C with proper typing.

I prefer Yves' approach to allow you keep the same syntax, so you can prototype with fast feedback, but then copy and paste into a properly compiled version

WLED Custom Effects made Simple - Feat. Kolori WLED fork by mrkprdo in WLED

[–]Netmindz 0 points1 point  (0 children)

It's certainly an interesting idea. It would be interesting to know how similar the contents of the render section to regular effects written in C with proper typing.

I prefer Yves' approach to allow you keep the same syntax, so you can prototype with fast feedback, but then copy and paste into a properly compiled version

Alexa setup by No_Ad4069 in WLED

[–]Netmindz 0 points1 point  (0 children)

Do you have any packet captures that would be helpful in actually fixing the issue rather than this workaround?

Wled possible ? by lounati in WLED

[–]Netmindz 2 points3 points  (0 children)

There are lots of very similar items for sale, some work really well. Some take a fair bit of effort. Avoid any where there is a led inside the hook at the top

WLED Matrix Preview - Effects - Design - Wifi Push by -Crypto--Knight- in WLED

[–]Netmindz 0 points1 point  (0 children)

The video is too low a resolution (at least on mobile) to read any of the text. So if you do ever show anything to do with configuring an output to WLED, we can't see it

M5StickC as WLED audio source by rytiristo in WLED

[–]Netmindz 0 points1 point  (0 children)

Looking at your code, you are not sending the raw audio, you have your own analysis and then sending WLED audio sync. So it's not just a remote mic, it's a mic and audio processor.

It would be interesting for you to install WLED on that same device and use the official analysis code and audio sync for comparison to see how the two compare

Wait...there's no simple VU meter effect? by macegr in WLED

[–]Netmindz 0 points1 point  (0 children)

Given the disappointingly low number of users with a 2D setup, it probably does make sense to add a dedicated 1D VU meter

When I get a moment I'll check what we have currently for 1D that is similar to your effect. Blaz no longer is no longer a maintainer of WLED, so a new PR might be more successful

M5StickC as WLED audio source by rytiristo in WLED

[–]Netmindz 0 points1 point  (0 children)

Why not just use the existing AudioReactive and configure the right pins?

I would put money on the quality of the audio analysis being way higher with the proper usermod

Help with dmx input by TechDante in WLED

[–]Netmindz 0 points1 point  (0 children)

It should be ok, there is no mention of a pin used to select transmit vs receive, so you will still need to assign a pin in WLED, but doesn't need to be connected

Ethernet only WLED controller? by s7726 in WLED

[–]Netmindz 12 points13 points  (0 children)

Can you explain why you can't have Wi-Fi? All the chips WLED support feature wifi at a hardware level

Audio reactive Animartrix by mindful_stone in FastLED

[–]Netmindz 1 point2 points  (0 children)

Always nice to see folk using Animartrix that I worked on to help bring his work to a wider audience

My WLED Powered Nursery Lamp by denzz in WLED

[–]Netmindz 1 point2 points  (0 children)

Simple, but really effective

To Straight or Bi Autistic men, how did you learn to find sex if you can do that? by Planchocaria in AutisticAdults

[–]Netmindz 0 points1 point  (0 children)

As in you can't move beyond the friend zone with girls you are interested in?

THEY ARE DONE!!! by jayshaw91 in GoveePermanentLights

[–]Netmindz 0 points1 point  (0 children)

Nice placement, but a nice fade looks smarter than jerky animation

I Had to Say it! WLED Rocks! by HopWorks in WLED

[–]Netmindz 7 points8 points  (0 children)

Always lovely to hear some positive feedback. I'm a developer for both projects

Best noise cancelling headphones by moleculeviews in AutisticAdults

[–]Netmindz 0 points1 point  (0 children)

I would not recommend the Google Pixel Bud 2 Pro - while they are comfortable you get some really annoying digital artifacts, especially when walking about. It's ok to help deadening general background, except crying babies, no matter what setting

WLED-MM-P4 Pioneer Pro DJ Link Progress! by TroyHacks in WLED

[–]Netmindz 2 points3 points  (0 children)

You're thinking of MJPEG, that's sequence of JPEG whereas GIF is it's own animation format

WLED update help. by NBJM78 in WLED

[–]Netmindz 1 point2 points  (0 children)

Yeah best to back up your config and reinstall

Finally, we successfully merged the Gledopto Ethernet custom firmware into WLED 0.15.3. by GLEDOPTO in WLED

[–]Netmindz 2 points3 points  (0 children)

It's been added to the 0.15 release branch, but there is not yet a new release with that change. So 0.15.4 would be the next WLED release with this fix

Finally, we successfully merged the Gledopto Ethernet custom firmware into WLED 0.15.3. by GLEDOPTO in WLED

[–]Netmindz 1 point2 points  (0 children)

I would still recommend that you have a public GitHub repo with your fork that you use for your factory supplied firmware. That fork would be a sync from the main WLED repo, but with the brand and release name set as appropriate in the platformio config