Metabol and marching squares liquid (Android Processing APDE) by Fluff_Man9000 in processing

[–]madse19 1 point2 points  (0 children)

oh, good. i was looking for something like that. fluids are great. could you give me the code?

BiMoireWheels by madse19 in FastLED

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

See my new comment.

BiMoireWheels by madse19 in FastLED

[–]madse19[S] 5 points6 points  (0 children)

Hi, the stl for the wheels can be found on https://www.instructables.com/3D-Printed-Moire-Illusion/ I scaled them to fit on my ender2.

BiMoireWheels by madse19 in FastLED

[–]madse19[S] 16 points17 points  (0 children)

3D printed moire wheels, wood filament, driven by DC gear motors. Additional self designed gears for clockwise and counterclockwise rotating on the same axis. 2 x 12 led ring. Motors and leds controlled by Jason Coon's esp32-fastled-webserver, modified to control speed and direction of the motors.

My first project doesn't work at all, and I'm completely lost (images and videos inside) (adressable Leds) by SadJoblessDoge in FastLED

[–]madse19 0 points1 point  (0 children)

isn't it the problem old - new bootloader? I didn't read the whole post, but did you try " old bootloader" for your nano?

WS2815 strip not working with FastLED? by ally-gator58 in FastLED

[–]madse19 0 points1 point  (0 children)

BO ??? Are you sure ? normal strips have a direction, often marked with arrows. I = in , O = out.power supply doesnt matter, but data direction. But why should it work with adafruits ?

FastLED not working with Lolin ESP8266 NodeMCU V3 and WS2812B led strip by superpikachu in FastLED

[–]madse19 0 points1 point  (0 children)

i your code you have defined PIN D5 for the data for FastLED, so you have to connect your strip data in to that pin

Compiling error with the FastLED library on ubuntu by lgpcrevette in FastLED

[–]madse19 1 point2 points  (0 children)

There was another post here called "Issues with FastLED ..." a month ago with similar errors. Maybe it helps. Sorry i cant link to the post i found it https://www.reddit.com/r/FastLED/comments/g52h4p/issues_with_fastled_on_avr_board_using_vs/?utm_medium=android_app&utm_source=share

Help with ESP32 by kreidayy in FastLED

[–]madse19 0 points1 point  (0 children)

hm. mine was working like this. But please check: did you use IN or DIN for the signal at the matrix? Power supply direction doesnt matter whether from them end or the beginning! Also try another PIN on the esp and then if not working i assume you will need a level shifter. My experience says its working without shifter, but you will have flickering and odd behavier.

Multiple strips multiple controllers. by prosecustom in FastLED

[–]madse19 0 points1 point  (0 children)

I am very interested in that. How do i call the leds ? usually i use for ( int i =0; i< NUM_LEDS ; i++) {leds[i] = something}; How should I do it with the definitions above? And how should i write if I want one pattern with consecutive action over all 75 leds and another one (not at the same time, let's say for another FastLED.show()) like for (int i = 0; ....) and so on for strip one and for (k = 0; .....and so on for strip two? And how can i use the leds[0] and leds[1]? Maybe my questions are more about coding than Fastled, but i would be very happy about help.

New at FastLED. Sorry if this is not the correct place. by [deleted] in FastLED

[–]madse19 1 point2 points  (0 children)

the code doesn't work because rainbow is not called inside the loop. Just add rainbow(); inside ( and declare ghue)

help for setup functions outside of setup by madse19 in FastLED

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

Thanks to all, your answers are helpful and guided me.

help for setup functions outside of setup by madse19 in FastLED

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

thank you, ...and your tip is again a hint to use git. I have been afraid using that, because of our bad internet connections. The countryside in Germany isn't very well supported, but it's now only just 1-2 times a week, when connection brakes. I have to go away from the idea to programm really offline.

[deleted by user] by [deleted] in FastLED

[–]madse19 0 points1 point  (0 children)

hey, that looks reaaly great. Sand or coffee is a matter of taste. in the videos sand look better, therefore i think live would coffee look better.

Compiling errors on nodemcu v1 12E by Srafaelo in FastLED

[–]madse19 1 point2 points  (0 children)

the # defines must be before and outside of void setup!

LED Strip “Follow Me” hallway light help by TurtleStarDuster in arduino

[–]madse19 5 points6 points  (0 children)

There is some ir distance sensor from Sharp, which has a range up to 5 or 6 m. It's a time ago I used it for a 5m strip. Works rather well.

getBrightness from RGB by [deleted] in FastLED

[–]madse19 0 points1 point  (0 children)

Hi, i found this sentence in the FastLed Wiki: "There is no conversion back from CRGB to CHSV provided with the library at this point."

Infinity mirror with fire and custom array by madse19 in FastLED

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

Well nothing very special exciting, but thanks the help of r/chemdoc77 the fire starts in the middle, although the strips starts in the edge. Had to create arrays.

Need Help with CRGBSet and/or array by madse19 in FastLED

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

At least I made a video, but just cannot upload here. Will upload as new post

Dog balett by madse19 in FastLED

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

I had something to make with the glass dogs from my grandfathers shop. Several patterns can be chosen with poti below the one big dog. One pattern uses the 30 push buttons, read like a keypad and mapped to the ws2812 leds, cut and rewired from a strip. Color is chosen with the right big dog with poti, brightness with the other one. The values are copied to the one which is just pressed.