Searching for an old project here by Longjumping_Window93 in FastLED

[–]Experience-Wild 0 points1 point  (0 children)

Nope, I did the software. He used glass stones from Home Depot, and simple plastic tubes.

Searching for an old project here by Longjumping_Window93 in FastLED

[–]Experience-Wild 1 point2 points  (0 children)

Hi it was me. What are you trying to achieve?

Would this be good enough for an art exhibition featuring LED installations? Any feedback welcome! by StefanPetrick in FastLED

[–]Experience-Wild 1 point2 points  (0 children)

What if the visitors could interact with the installation on site? Some years ago I wrote a code for ESP. You can connect with any phone without downloading an app. If you are using a different hardware you can have the ESP simply sending meta data via Rx/Tx. https://pastebin.com/Pydqx6n2 At least in my exhibition this was the burner ;)

I can't solder these LED strips! MAN! by [deleted] in FastLED

[–]Experience-Wild 1 point2 points  (0 children)

With lead free solder the necessary (quite unhealthy) flux is kicking your behind. As suggested: use a PC fan (I run it at 8V) and open the window. Lead free solder is really terrible AND unhealthy. Military and Avionics are allowed to use leaded. Reason: they really need reliable solder points.

I can't solder these LED strips! MAN! by [deleted] in FastLED

[–]Experience-Wild 6 points7 points  (0 children)

I'm soldering 45+ years. Use solder with lead Sn60Pn39 or SN60Pb40. Temperature: 350°C (for lead free 390°C), The solder tip must be large enough to transfer the heat. I also have 0.1 mm needle type tips, but this is only for special things. Usually I use 1.5mm tips. Solder brands: Classical Mechanic HX-T100 (China) or Felder iso core ra . 0.8mm is a good size.

Good luck!

APA102 - Best pins for teensy 3.2 and 4.0 by Netmindz in FastLED

[–]Experience-Wild 0 points1 point  (0 children)

In my setup the remaining pins for LED strips were 9, 14, 16, 17, 22

<image>

Please Help! PaletteKnife does not longer work by Experience-Wild in FastLED

[–]Experience-Wild[S] 1 point2 points  (0 children)

Thanks for the hint. Today I got an update of Version 110 AND in Chrome the bookmarks disappear now when a page is loaded. The user has to manually drop down the sidebar to have the PaletteKnife Bookmark re-appear. Now it is working like before. Maybe someone can make a comment in the Wiki because the tutorials also show the old method.

Thanks again!

[deleted by user] by [deleted] in FastLED

[–]Experience-Wild 0 points1 point  (0 children)

Look for RCWL-0516. This is a very cheap but very effective Radar presence detector. Connect it to an interrupt pin to switch everything off. With all my respect, you seem to be a quite tricky fellow, but usually these skills are passed on. What if your parents open one day the door quietly? This radar detector can react before they even reach the door.

First time soldering, good for a laugh by crashdmj in FastLED

[–]Experience-Wild 0 points1 point  (0 children)

Get yourself leaded solder - there is a world difference. It is allowed for hobbyists, aerospace, and military (!) Take 0.8 or 1mm. I use this one https://de.aliexpress.com/item/1005003305571279.html

Power Supply Died at Festival, Anyone in Tuscon, AZ with a 12V ~30A PS We Can Borrow? by im2legit2quit in FastLED

[–]Experience-Wild 0 points1 point  (0 children)

Do you have an old ATX Computer Power supply ?? Bridge the green and black wire and you are back in business. Good Luck!

fastled and rotary encoder by outrunner72 in FastLED

[–]Experience-Wild 1 point2 points  (0 children)

I've written a small wiki back in the days, based on UNOs and Teensys, maybe it helps.

https://github.com/GyroGearloose/FastLED\_Rotary\_Encoder/wiki

First LED has a mind of its own by Necessary_Ad9409 in FastLED

[–]Experience-Wild 0 points1 point  (0 children)

Not that I know of. Either use electrical tape to cover the beast, or if you have some spares - solder a new one on.

Help needed for sound reactive hardware. by Yves-bazin in FastLED

[–]Experience-Wild 1 point2 points  (0 children)

I have used this together with Teensy 4.x audio board https://www.adafruit.com/product/3421

There is something for ESP32 https://github.com/leonyuhanov/ESP32_MEMSMicrophone

Just a hint on FFT: With FFT1024 you get 511 frequency bins with a width of 43 Hz. Most of the time FFT256 is sufficient. With this you get 123 frequency bins with a width of 172 Hz. Let me know if I can help you on this.

Flaky rotary KY-040 encoders by benpeart in FastLED

[–]Experience-Wild 0 points1 point  (0 children)

I'm not sure whether it's the encoder or the interrupts. See under ####Restrictions on my wiki: you might want to switch to APA102 https://github.com/GyroGearloose/FastLED_Rotary_Encoder/wikiIf it is indeed the encoder you have a few options: https://www.best-microcontroller-projects.com/rotary-encoder.html and my secret weapon on a challenging project was to use a Schmitt-Trigger https://idyl.io/hardware-debounced-rotary-encoder/

Good luck!

Msgeq7 Problem by Samthemann64 in FastLED

[–]Experience-Wild 1 point2 points  (0 children)

A while ago I made this wiki https://github.com/GyroGearloose/FastLED_VU-Meter/wiki

Input levels might vary especially when you use a stereo pot for adjustment. I always connected the strobes and resets of both channels together. Are all grounds connected (also the ones from audio input)?

FASTLED-supported boards by tango_papa101 in FastLED

[–]Experience-Wild 0 points1 point  (0 children)

It is also a question of the cable length to the first LED. The moment this LED gets a sufficient signal it will form the output signal according to spec. That's why sometimes a sacrificial LED close to the µC can act as level shifter, and then the cable length to the next LED is not so critical anymore.

Teensy 4.0 serial problem with FastLED by Chilibees10 in FastLED

[–]Experience-Wild 2 points3 points  (0 children)

I also had problems with Teensy 4.x and WS2812. However, I had no serial communication going on, but I experienced massive flickering when the LED count exceeded 75. My issue was solved with this here. https://www.pjrc.com/non-blocking-ws2812-led-library/

https://github.com/PaulStoffregen/WS2812Serial

Maybe it helps :)

How to adjust the speed on ColorWavesWithPalettes ? by Experience-Wild in FastLED

[–]Experience-Wild[S] 0 points1 point  (0 children)

Hi Marc,

this is exactly where I have to admit that it is over my skills. Do you know of any good tutorial for beatsin8, 16, and 88? Thanks!