sfrwmaker

Results 32 comments of sfrwmaker

Oh, I have near overheat my brain trying to understand the issue. :) OK. Have you got an e-mail address to discuss the problem?

Hello, You can just load any example code into the arduino controller. There is one parameter only - pin number pf neopixel ring. Change the pin number on neopixel ring...

It seems boring sequence. Just switch between three colors. It would be better to change the color like the raindow sequence, smoothly. Drawing each third pixel, like the original theaterChaser...

Hi! If you are still looking for the theaterChaseporting into the ws2812 strip. Here it is (see the attachment). You need one more time to fix the 'randomize feature'. For...

Hello! You have sent me a great link to animation examples. Thank you very much. I need some time to investigate them. Maybe some of them i could add to...

As you can see, random color is generated by Wheel() function. Maybe the issue is that he random generator was not initialized? And you can replace w = random(265) to...

#include #ifdef __AVR__ #include #endif const byte NEO_BRGHT = 255; const byte NEO_PIN = 6; // Pin of Neopixel Strip const byte StripSize = 24; // Length of Neopixel Strip...

Perhaps, the coordinates are wrong. https://en.wikipedia.org/wiki/All_India_Institute_of_Hygiene_and_Public_Health 22.5761885°N 88.3586926°E

Hello! This code is for atmega328p-pu microcontroller, Arduino UNO or Arduino nano. See here: https://www.instructables.com/id/5-Minutes-Christmas-Neopixel-Led-Strip/

You can just rewrite the shuffle function, just fill-up the array with your favorite sequence in any order. 17 Фев 2017 г. 18:21 пользователь "LedArts" написал: > hello sir, i...