Arduino LED effects example
This is an example on how to create a sketch as used in the Arduino – LEDStrip effects for NeoPixel and FastLED article. In this example I assume we will be using the FastLED library, so make sure it...
View ArticleLED Effects – Star Trek Phaser Array
Hi Hans, I hope your busy week isn’t too stressful and the solution for my “steady color with pulsing meteor effect” problem is not too difficult. I was trying some stuff but had no luck. So I spend...
View ArticleReply To: LED Effects – Star Trek Phaser Array
I’ll try to get to it in the next few days … it is one of those things where I have to dig up my stuff, and set it up to do some testing.But at the moment I’m working on one of my larger projects,...
View ArticleReply To: LED Effects – Star Trek Phaser Array
Hello Hans, first of all, thanks again for your great forum and your help. The topic-title is wrong. The effect posted here is for the Star Trek Phaser Array, not “Steady color with pulsing meteor...
View ArticleReply To: Fastled ws2812b synch with audio DFplayer mini
Thanks Hans for ideas. I will send circuit connection, short video on what is working and where I am. We can use Tinkard to simulate the code.
View ArticleReply To: Fastled ws2812b synch with audio DFplayer mini
Atom animation. Hi Hans. Here is the video clip on Helium. Challenges start from Lithium onwards because i have to use the 2nd ring , and my code is not smooth because the leds in ring one have to...
View ArticleReply To: Fastled ws2812b synch with audio DFplayer mini
Hi Hans. here is the link on Tinkard with the Helium simulation. Helium simulation on Tinkard
View ArticleReply To: Fastled ws2812b synch with audio DFplayer mini
Hi Hans. Help improve on this code so that the led animation runs smoothly, maybe with use of millis. Below is the video of how its running. notice the red and green lighting have to move first before...
View ArticleReply To: LED Effects – Star Trek Phaser Array
Alrighty then … it took me a lot more time to find all my stuff, write the code and studying the YouTube video, I did have a lot of fun with it … so here we go. So I made it configurable, so you can...
View ArticleReply To: LED Effects – Star Trek Phaser Array
Here the videos – it took me some effort. The videos I recorded were 4K, and became to big to post. So I had to downsize them to 1080p.
View ArticleReply To: LED Effects – Star Trek Phaser Array
Just another attempt to post the videos, this time embedded: https://www.tweaking4all.com/wp-content/uploads/2020/01/startrek-phaser-normal-1.mp4...
View ArticleReply To: LED Effects – Star Trek Phaser Array
Hi Hans, I don´t know what to say. Really, I´m speechless! It is exactly what I was looking for and even more. To be able to set various parameters is great (had some funny color issues by tweaking...
View ArticleReply To: LED Effects – Star Trek Phaser Array
Hi Trace, glad to hear you like the code Like I said: it was a fun little project, and if fully functional, maybe I’ll add it to the LED effects article. As for your questions; 1) Dark laser after...
View ArticleReply To: Fastled ws2812b synch with audio DFplayer mini
Hi Geowai! This sounds a little more complex than I may be able to help you with.The Tinkard link (by the way: thanks for mention this site – I had not heard of them before!) gave me an “410 – The...
View ArticleReply To: LED Effects – Star Trek Phaser Array
Hi Hans, again all I can say is THANK YOU! I really like your structure of Loop and Void. Have the function in a void and call it in the loop, makes the pushbutton function easy.Yesterday I was trying...
View ArticleReply To: LED Effects – Star Trek Phaser Array
Hi Trace! You’re welcome!I’m happy to hear you’ve got it to work as you wanted it, and good to hear my explanation is helpful for you (if you’re interested; I did write an easy to read intro to...
View ArticleReply To: LED Effects – Star Trek Phaser Array
Hi Hans! I will take a closer look at your tutorial about programming, cause I like your art of programming and the way you explain things. The “loop” and “setup” is clear. But I very often read...
View ArticleReply To: LED Effects – Star Trek Phaser Array
Thank you for the compliments! Developers that only one “void” should probably learn to work a little cleaner, but that is just my opinion.The Arduino “standard” dictates both “setup()” and “loop()”...
View ArticleReply To: LED Effects – Star Trek Phaser Array
Hi Hans! Thanks for subrscribing on Youtube. You have never heard about the soundmodule? You will like it. It can also be used as a standalone solution. That is what I did before Arduino. You only...
View Article