Making a 144 LED VU meter from arduino and ws2812 addressable leds

  Рет қаралды 150,293

markusfuller

markusfuller

Күн бұрын

this is all new to me but its time I started to learn about the arduino and programmable leds.
the leds came from banggood.com for me to make this video.product link bit.ly/2bhKQo6
Music available for free to use download at / markusfuller
I'm a complete newbie with arduino but I hope this will be the start of some interesting future videos as I have a few more items coming from banggood to try out in the near future.
all music used in this video was created by markus fuller 2016

Пікірлер: 210
@RobertLErwinJr0224
@RobertLErwinJr0224 7 жыл бұрын
Very nicely done Markus... just starting to play with both LEDs and Arduinos. Your breakdown was clear and concise.
@melvinhonda2549
@melvinhonda2549 8 жыл бұрын
Amazing tutorial Mark! I just ordered my led strips and arduino thanks to you!
@harrisonlin4591
@harrisonlin4591 7 жыл бұрын
hello,if you need ws2812b led strip light,please contact to me. Skype: jeason888@outlook.com EMAIL: jeason_xt@jercio.com
@deadprivacy
@deadprivacy 3 жыл бұрын
Now we are onto the ws2813B - 5050 chips, dual data lines for failsafes in an array and way quicker update speed.
@rot_studios
@rot_studios 8 жыл бұрын
Well there's always the argument that: if you do something yourself, despite the fact that others already have done it for you, you can learn a lot and get a deep understanding of the subject at hand ;)
@markusfuller
@markusfuller 8 жыл бұрын
True and I did learn a lot looking through the programming and changing a few things along the way so see what happens.
@rot_studios
@rot_studios 8 жыл бұрын
Can't wait to see your next project ;) Speaking of which: there's some great projects and libraries for DSP on the Arduino, you should totally check them out!
@TheRealSasquatch
@TheRealSasquatch 8 жыл бұрын
I like the music - but it does sound somewhat digital in a dx7 style - what synths are you using? - because it would be interesting to hear a more anolgue-y (is that a word ?) version with some squelchy filters etc.
@TheRealSasquatch
@TheRealSasquatch 8 жыл бұрын
p.s. love the video - and thanks for doing this.
@markusfuller
@markusfuller 8 жыл бұрын
Thank you very much. hopefully as i learn more about these arduinos i will try and make something interesting.
@michaelbauers8800
@michaelbauers8800 8 жыл бұрын
So great to see a new Markus video!
@markusfuller
@markusfuller 8 жыл бұрын
Thanks Michael. sorry its been a while. been working.
@michaelbauers8800
@michaelbauers8800 8 жыл бұрын
Anything but that!! ;)
@Kostanj42
@Kostanj42 5 жыл бұрын
i prefer using fastled. also prewritten code may not work as you want and it can take a lot of time to modify it so i found writing my own code better, and you can be more pround of it :)
@paulhoward4161
@paulhoward4161 8 жыл бұрын
In your code, if you assign values to PIN and lightCount as you have done at the top, then you can use those variables in the "strip" definition
@markusfuller
@markusfuller 8 жыл бұрын
Im still banging my head with arduino code. Im a little bit behind but running as fast as i can.
@derplecbob
@derplecbob 6 жыл бұрын
Hi Mark, your video was very informative. But I was wondering if you still have that red green blue chase code?
@squalazzo
@squalazzo 7 жыл бұрын
at <a href="#" class="seekto" data-time="290">4:50</a>, the purpose of lines 3 and 4 is to have a generic line 13 as: Adafruit_NeoPizel strip = Adafruit_NeoPixel(lightCount, PIN, NEO_RGB + NEO_KHZ800); so you need to change only those 2 initial lines if you change pin or strip lenght...
@term0s
@term0s 2 жыл бұрын
One question mate: What if I connect to this arduino mega a 12v led strip with 12v power supply, not 5v because my led strip is for 12v only. Waiting for answer, thanks..
@binarybox.binarybox
@binarybox.binarybox 7 жыл бұрын
Thanks for the interesting video, Markus. I have just received a 30 led strip yesterday and got it working with some code from Nils, Hamburgtech, I think, and it looked quite impressive.Kevin Darrah also has a video on WS2812B strips. I have ordered a 300 led strip so that should be interesting. I like your presentations and esp your own music which is tastefully mixed unlike most on YT. I'm into guitar and electronic music.
@ThomasGrillo
@ThomasGrillo 8 жыл бұрын
Thanks for sharing this with us. That LED strip would be awesome if used at the bottom end of long translucent plastic curtains, hung from a black ceiling to simulate the aurora. Just add a light breeze from a small fan on them. Maybe?
@markusfuller
@markusfuller 8 жыл бұрын
actually that sounds a very good idea Thomas.
@harrisonlin4591
@harrisonlin4591 7 жыл бұрын
hello,if you need ws2812b led strip light,please contact to me. Skype: jeason888@outlook.com EMAIL: jeason_xt@jercio.com
@MagicScaleModeling
@MagicScaleModeling 7 жыл бұрын
Crystal clear explanations. Many thanks Mark. Very, very, very well done.
@steverussell1215
@steverussell1215 7 жыл бұрын
Your calc giving 5V at 2A is a bit off... 144 LEDs at 60mA/LED (20mA each for RGB) comes to 8.64A at full brightness white (43.2W) - you need a 10A supply if you're going to drive a 1m strip flat out. Also , you shouldn't have the 470R in the ground lead.. this may cause a voltage difference between the strip and the Arduino that may make data transfer unreliable. It may be necessary in the data line from pin 6 but you should connect the ground directly, without the 470R.
@markusfuller
@markusfuller 7 жыл бұрын
Hi Steve, your calculations are correct but I was only going by what my PSU was displaying.
@xanderguldie
@xanderguldie 5 жыл бұрын
Because you'll mix colors, you'll never gonna use 60mA. More in the range of 20mA
@rodstartube
@rodstartube 6 жыл бұрын
Each led at full power is 60mA, by 144 leds is 8.64A, so 2A is far from enough. An ATX power supply is a juicy and cheap/free candidate.
@robertheselwood4207
@robertheselwood4207 2 жыл бұрын
What is the actual sketch name you are using from the Adafruit Neopixel library as there a few to pick from. Thanks
@devanshbharti2828
@devanshbharti2828 4 жыл бұрын
where did he connect the capacitor?
@outaspaceman
@outaspaceman 8 жыл бұрын
Nice to see you've caught the Arduino bug....👍 I've got it so bad I build my own now.😕 BTW I was shouted at for saying I was 'linking 'X' to the negative..' Apparently I should have described it as 'common'.
@markusfuller
@markusfuller 8 жыл бұрын
Yes I really need to get into this arduino stuff Im amazed at what you can do with it. Oh common - negative - ground its all the same at the end of the day.
@outaspaceman
@outaspaceman 8 жыл бұрын
markusfuller Like you I've found adjusting other people's code is the best way forward. I have written my own for a recent project, but on seeing it a programmer friend of mine exclaimed 'my eyes, my eyes!!' 😳
@funnybasterd
@funnybasterd 8 жыл бұрын
look into ColorChord by CNLohr
@markusfuller
@markusfuller 8 жыл бұрын
Thanks funnybastard I just went and watched that video and realised just how far behind I am. it looked really good. many thanks
@GeeksThroughoutTime
@GeeksThroughoutTime 8 жыл бұрын
I've got some videos on my account for using these individually, creating an 8x8 matrix (1 meter square). Lots of soldering (basically, 6 points per, times 64). They are a lot of fun to work with, especially with a ESP8266 wifi chip to remotely push or pull data to them.
@markusfuller
@markusfuller 8 жыл бұрын
Hi Greg Im truly a newbie in the arduino/raspberry way of making things. I will certainly go and check your videos out as I want to learn more and more and more. many thanks.
@GeeksThroughoutTime
@GeeksThroughoutTime 8 жыл бұрын
No problem. Drop me a note if you have questions you think I might be able to answer.
@markusfuller
@markusfuller 8 жыл бұрын
Thanks Greg thats very much appreciated.
@mixtermuxter8602
@mixtermuxter8602 8 жыл бұрын
If you want to extend this idea you could go for a spectrum analyzer with e.g. 10 leds per tone. There is very useful microchip out there called MSGEQ7 (cheap and relatively easy to use). It is a seven-band spectrum analyzer and is very commonly seen in led-music kind of projects.
@mixtermuxter8602
@mixtermuxter8602 8 жыл бұрын
it is even possible to jimmy more than one together for a 14 band spectrum analyzer and so on
@markusfuller
@markusfuller 8 жыл бұрын
I have so many ideas but lack the knowledge of arduino. those MSGEQ7 chips sound interesting . many thanks
@herdysetyawan3990
@herdysetyawan3990 5 жыл бұрын
How to change mic to audio jack input ?
@andymouse
@andymouse 6 жыл бұрын
VU's usually go from green to red through amber (as you no so adjust software ?) and you don't need the 470 ohm on the ground line but a 100 mike Elec cap across VCC and GND will stop any supply voltage spikes. Your diagram is a bit misleading as it shows the "strip" as a 2 wire device, it should show VCC,GND and DATA..... you have a powered breadboard so point the cap out or include on diagram Pls (just thinking of your less experienced viewers) ........Love your style keep it up!
@TheCowboysdude
@TheCowboysdude 2 жыл бұрын
This seems easy for a beginner like me :) I have the components so here we go..... actually I have 2 strings of 144 lights but lets just start with one LOL Thank you Markus!!! You have a new Subscriber :) OHHHHH one question actually.... Do you have a link to the sketch you used for this? Many Thanks!
@markusfuller
@markusfuller 2 жыл бұрын
Hi John. sorry it was a long time ago I cannot remember where I got the sketch but it was probably on the website called github .
@TheCowboysdude
@TheCowboysdude 2 жыл бұрын
@@markusfuller You threw a couple capacitors in there but they don't show up on the wiring diagram... where did you put them ;) Thank you!
@markusfuller
@markusfuller 2 жыл бұрын
@@TheCowboysdude Hi John. the capacitors were placed across the power to help smooth the voltage from my power supply. they are not needed if you have a good smooth power supply.
@TheCowboysdude
@TheCowboysdude 2 жыл бұрын
@@markusfuller Once again Thank you!!!
@nobentrix
@nobentrix 6 жыл бұрын
Dear Markus, nice work! Coud you please provide me the Music at the end <a href="#" class="seekto" data-time="872">14:32</a> Thanks.
@mohammadshakeelsharif345
@mohammadshakeelsharif345 2 жыл бұрын
would you be willing to sell a fully setup arduino without the led strip lights ? electronics is not my thing. if so let me know
@pozsoz
@pozsoz 8 жыл бұрын
thanks man I'm always looking forward to your new videos
@markusfuller
@markusfuller 8 жыл бұрын
sorry i have been away for a while (work work work)
@tarochan3
@tarochan3 7 жыл бұрын
Sorry to bother but, How did you get it to center in the middle of your string and expand outwards? Is there specific coding that you added or is it default in the Neopixel library?
@Michael_Smith-Red_No.5
@Michael_Smith-Red_No.5 8 жыл бұрын
It's been a while! Great video, as always, and I'd no idea that one could fit a micro controller onto the same LED it was controlling.
@markusfuller
@markusfuller 8 жыл бұрын
Hi Michael, sorry I have been away for a while (work work work) but im back now with a head full of ideas.
@Michael_Smith-Red_No.5
@Michael_Smith-Red_No.5 8 жыл бұрын
markusfuller Looking forward to it!
@gogulica000
@gogulica000 7 жыл бұрын
Can the dynamic range be adjusted? It looks like it doesn't start from LED1 going towards the end of the strip. It looks like it only lights up a few LEDs over. As you change the pontentiometer it starts several LEDs further up and again it only goes a few more LEDs down the strip. In other words, can you adjust it to where the lowest dB will light up LED 1, and max dB go all the way to the end of the strip?
@MrJona305
@MrJona305 7 жыл бұрын
Can you use a no powered microphone instead of a powerd because i only have a 2 pin one availible and if it goes how do you connect it
@CONCERTSEC
@CONCERTSEC 8 жыл бұрын
Hi Mark, 👍 another great enjoyable video. Just thinking the led strips would look good stitched down "you know who's " trouser leg when he's playing the pedals!😂 Cheers Nigel
@markusfuller
@markusfuller 8 жыл бұрын
That would be a great idea but I would have to plug him into the mains somewhere ? LOL
@CONCERTSEC
@CONCERTSEC 8 жыл бұрын
+markusfuller worth considering!
@Toryllan
@Toryllan 7 жыл бұрын
Great video! I just had two questions: How did you hook up the capacitor? Also, at ~<a href="#" class="seekto" data-time="50">0:50</a> seconds you show a room with LEDs around the top. Ive been wanting to do that as well, but haven't figured out a way to power a strip long enough. I currently have 13 meters of WS2812B, but how would you recommend going powering them in-line? Thanks again for the great video!
@harrisonlin4591
@harrisonlin4591 7 жыл бұрын
hello,if you need ws2812b led strip light,please contact to me. Skype: jeason888@outlook.com EMAIL: jeason_xt@jercio.com
@romycauchi1087
@romycauchi1087 7 жыл бұрын
Great video is there a way I can connect more strip lights . Thanks
@uktoker71
@uktoker71 6 жыл бұрын
Yes, you can just add more to the end of the existing strip, and change the number of LED's in the code. Be mindful of the power requirements though. A 144 LED strip at full brightness White can use up to 8.7 Amps (20mA per RGB *144 LEDS). Using the FastLED library for Arduino you can limit the power usage with a line of code. For example :- FastLED.setMaxPowerInVoltsAndMilliamps(5, 2000); will limit the led strip to approximately 2 Amps at the cost of running the LED strip at a lower brightness.
@hareeshgs
@hareeshgs 7 жыл бұрын
gr8 video, good explanations that surely help a beginner. thumbs up.
@hinach4n698
@hinach4n698 8 жыл бұрын
do u think it would be possible to replace the mic, like just the mic with an auxilary port and input music from a pc or phone directly? thx mate
@markusfuller
@markusfuller 8 жыл бұрын
Hello Yes you can connect directly with a phone or mp3 player etc. you would just need to trim the potentiometer. I tried it after making the video.
@hinach4n698
@hinach4n698 8 жыл бұрын
damn, thx budd, cant wait for my leds to come, thx dude
@yanyanxxx
@yanyanxxx Жыл бұрын
How can you power 15metres of these? Same way?
@changchung
@changchung 7 жыл бұрын
Hi. Thanks for share, I am going to build one for me. Let me ask. What is for the 470ohm resistor in ground led strip?
@TheDutyPaid
@TheDutyPaid 8 жыл бұрын
Good video, the first I have watched from your channel. One thing if you not already done is to mono your audio. It flicks around from left to right .
@markusfuller
@markusfuller 8 жыл бұрын
Hi Yes I kind of did a bit of a rush job on this video and experimented further afterwards.
@vincesnetterton5868
@vincesnetterton5868 8 жыл бұрын
well done as usual, and your music composition was nice too
@markusfuller
@markusfuller 8 жыл бұрын
Thanks Vince. much appreciated
@Pas31Ta
@Pas31Ta 6 жыл бұрын
Markus but the programming code did not put it in the link to download it.
@edgeeffect
@edgeeffect 8 жыл бұрын
Nice to hear some of your music too.
@markusfuller
@markusfuller 8 жыл бұрын
Thanks it was just a quick 3 chord trick to get something recorded for the video.
@edgeeffect
@edgeeffect 8 жыл бұрын
No need to knock the three chord trick... Being a "one finger player" I tend to go for the three note trick ;)
@markusfuller
@markusfuller 8 жыл бұрын
LOL been there myself many times
@Stigi
@Stigi 8 жыл бұрын
Is there any way i can listen to the music you've made? Always wondered because I hear that music alot in your videos and I like it.
@markusfuller
@markusfuller 8 жыл бұрын
Hello Teemu. I only really make music for simple pleasure and most of the music in my videos are just snippets of pieces I put together during the week and most are never a complete piece so there are no full length pieces of music that I can share that would be any good. theres a couple of pieces I placed on soundcloud soundcloud.com/markusfuller . I will try to add something in the future if I make something a full length piece. Many thanks from Markus
@TheProCactus
@TheProCactus 8 жыл бұрын
I will try that resistor config. I have just been using a single 1 to 10K resistor for noise and other interference but its not good enough. I have nearly 1500 of these in the lounge room and interference can be a major issue. For example 1 string can wirelessly send very accurate interference to another string not connected except power. Also some DMX devices can be very noisy(cheap shitty switch mode power supply's).
@PunakiviAddikti
@PunakiviAddikti 5 жыл бұрын
Use capacitors in parallel to power and ground. Always use the resistor on the data wire, but not on ground. Grounds should be all connected together and with solid wire connections. Only one resistor is required, coming straight off the Arduino's pin. The rest of the strips can be just chained together.
@rezahatami2555
@rezahatami2555 6 жыл бұрын
تو خیلی فوق العاده ای\ so good.very excellent
@Bishka100
@Bishka100 7 жыл бұрын
I'm just getting back into electronics after a 20+year absence ............................I am SO, SO BEHIND THE TOMES..... :)))
@jonilaw1923
@jonilaw1923 7 жыл бұрын
Thanks Mark. Please make another tutorial with EQ7 IC. A very interesting controller from Vivi you should look at.
@markusfuller
@markusfuller 7 жыл бұрын
Hi Joni, that looks like an interesting chip. I will read up on that thankyou.
@jonilaw1923
@jonilaw1923 7 жыл бұрын
Hi Mark. This is a very interesting link to look at www.dfrobot.com/wiki/index.php/Bluetooth_Controlled_RGB_LED_Strip_Kit_SKU:_KIT0069
@markusfuller
@markusfuller 7 жыл бұрын
Thanyou for that link. I will go and have a read up. best wishes from markus.
@Zack-dk3pt
@Zack-dk3pt 7 жыл бұрын
so pertaining to the voltage of the capacitor isnt it best to closely match the power out put to the leds please correct me if im wrong but couldnt a 16v cap possibly charge up to that 16 volts even if only 5v is being supplied and possibly send a power surge to the leds?
@markusfuller
@markusfuller 7 жыл бұрын
zack lariviere Hi a 16v capacitor is just the safe limit it should operate at. if you have 5 volts going into it then it will stay at 5 volts. think of it as an egg box, it can hold sixteen eggs but you only have 5 in there but it can safely hold 16 if you placed 16 in there. hope that helps, best wishes from markus.
@Zack-dk3pt
@Zack-dk3pt 7 жыл бұрын
Thanks for responding
@frgomes25
@frgomes25 6 жыл бұрын
Vu meter connected on the pc in the windows sound at maximum does not blink, only when the volume below it blinks. How to leave the sound at maximum and the vu meter blink? Stereo Vu meter arduino nano. Thank you very much.
@samiraa78
@samiraa78 6 жыл бұрын
would the same resistor be used if i had a bigger strip say 5 meter with 300 led sorry i am a nob in this hence asking
@rot_studios
@rot_studios 8 жыл бұрын
Nice video Markus and awesome music :D
@markusfuller
@markusfuller 8 жыл бұрын
Thanks DrummingEvil. i'm looking forward to trying out new things with the arduino.
@jims408
@jims408 7 жыл бұрын
Hello! I just stumbled onto your channel and really enjoyed this project... thanks for sharing. I also like the composition at the end of the video -- is it available to buy anywhere? Or if it's free I'd still like to kick a couple of bucks your way. Cheers!
@markusfuller
@markusfuller 7 жыл бұрын
Hello Jims408 I have been placing my music on soundcloud soundcloud.com/markusfuller I made them all free to download and use however you wish (just credit markusfuller) Best wishes from Markus
@jims408
@jims408 7 жыл бұрын
Thanks!
@geoffsmith8172
@geoffsmith8172 7 жыл бұрын
do you have a band camp? where do I get your music. it was quite nice
@markusfuller
@markusfuller 7 жыл бұрын
Hi I only have a few pieces of music that I have put out and they are on soundcloud under the name markusfuller and Its free to use if you want any of it to use for your videos. I will try and put more audio in the soundcloud as I go along. best wishes from Markus.
@PantherJagger
@PantherJagger 4 жыл бұрын
I need help with the 12V 2815 and how to wire an Arduino Mega
@slap_my_hand
@slap_my_hand 7 жыл бұрын
Is there a noticable difference in the brightness between the 60 LEDs/m and the 144 LEDs/m strips at a big distance?
@markusfuller
@markusfuller 7 жыл бұрын
StarTrek123456 Hi I only used them on the desk but I guess at a distance the 144 led version will be brighter.
@AnxBeta
@AnxBeta 6 жыл бұрын
Do you have the chase sketch? I can not find one I like, can you link it.
@davidos807
@davidos807 4 жыл бұрын
can you put the links of every part i need to buy?
@uvagirl10
@uvagirl10 7 жыл бұрын
New to arduinos, does it matter what board you use? There seem to be quite a few Arduino mega boards out there.
@markusfuller
@markusfuller 7 жыл бұрын
Jessica Haskins Hi Jessica. I cannot keep up with the amount of types of arduino you can buy, I just bought the mega for the extra pinouts and larger memory but I have never used those extras and could have done everything on a smaller cheaper one.
@PG-do9zl
@PG-do9zl 3 жыл бұрын
very good video
@antoniogil3550
@antoniogil3550 8 жыл бұрын
How would you wire this up if you had multiple strings of the WS2812's and they aren't daisy chained?
@markusfuller
@markusfuller 8 жыл бұрын
Hi I think you can run several hundreds of these in one row especially if you use something like the teensy 3.2 . but I think you can also use several outputs from an arduino running into each length of ws2812s but your coding would have to take this into account. say row A on pin 6 row B on pin 7 etc etc until you run out of outputs. but the arduino will run large amounts of these ws2812s.
@lightingmike1242
@lightingmike1242 5 жыл бұрын
Hey I'm interested in getting into the Arduino stuff. Is the're a kit that you could recommend for me? Thanks
@PunakiviAddikti
@PunakiviAddikti 5 жыл бұрын
Get an Arduino starter kit with Arduino Uno. When you're a bit more familiar with the Arduino, you can try the smaller boards, or even an ATtiny85. You need a shield, a dedicated Arduino board and the ISP programmer scetch to program the ATtiny though. This information will all be available online, just ask google.
@TheYouTubeCuber888
@TheYouTubeCuber888 7 жыл бұрын
Is the Rubik's cube at <a href="#" class="seekto" data-time="483">8:03</a> fully solved?
@KARLLARK100
@KARLLARK100 8 жыл бұрын
Very nice vid thanks
@deejaydubla
@deejaydubla 8 жыл бұрын
Wow. That's a lot of current.
@markusfuller
@markusfuller 8 жыл бұрын
yes these are quite hungry but can be very dazzling
@donaldhenke2750
@donaldhenke2750 4 жыл бұрын
i like your work shop.like to see more of it-for inspiration.DON
@adelaidehulahoopers9286
@adelaidehulahoopers9286 5 жыл бұрын
You need variable dynamics to oomph up your leds. Try grunge...Lithium should do it...Nirvana.
@erikhoffman
@erikhoffman 6 жыл бұрын
Help!!! I have tried to upload the code for this and I get an error all the time, any help please
@Khanar7
@Khanar7 5 жыл бұрын
Hi mark thanks good demo, i have one project to set up LED for exterior --> need ur support... let me know how to contact you... thanks
@airplanejack
@airplanejack 8 жыл бұрын
So at 5V and full brightness it only uses 2A. Ive heard on bangood that these can use up to 42W.
@Rob_III
@Rob_III 4 жыл бұрын
Each LED uses about 0.06A according to their specs. So 144 LEDs/m = 144 * 0.06A = 8.64A. Multiply that by 5V and you get 43.2W/m
@mixit247
@mixit247 8 жыл бұрын
Hello Markus, is there any change that you could share the code you used for this?
@markusfuller
@markusfuller 8 жыл бұрын
Hello the code came off the adafruit website. I just searched for ws2812 vu meter code.
@nooneknows3919
@nooneknows3919 8 жыл бұрын
i wouldent mind listning to more of your music i like it
@markusfuller
@markusfuller 8 жыл бұрын
Thanks Dan, I will try and use my music a bit more often in my video's as normally it never gets heard.
@nooneknows3919
@nooneknows3919 8 жыл бұрын
cool sounds great (get it sounds lol)
@IllegaleAllan
@IllegaleAllan 6 жыл бұрын
Is it possible to have 15 meter of these 144 LED/m strip? and still control each leds?
@andymouse
@andymouse 6 жыл бұрын
theoretically YES.... but do ya Power math!
@DANIEL25253
@DANIEL25253 4 жыл бұрын
for stereo?
@tuahcool8926
@tuahcool8926 7 жыл бұрын
i have ws2812b 300leds in 5 meter ...i have 5v 8A power adaptor and sp103e controller and still not working.... for the first time i made a mistake...i plug in the controller into 12v adaptor...waw very hot temp... did it was broke? know what should i do?
@markusfuller
@markusfuller 7 жыл бұрын
tuah cool Hello. you may have overloaded the controller and it could be damaged. if it is an arduino there is a small green flat component on the board which may have an "f" printed on it and that is a fuse . maybe you could check it with a multimeter and if you are lucky that may have blown before any real damage was done to the chip.
@tuahcool8926
@tuahcool8926 7 жыл бұрын
oh men... i not using adruino i am using a simple controller SP103e and if in the future i buy adruino? what V is it? 5v?
@venug2617
@venug2617 6 жыл бұрын
Very good.....
@joe_matt
@joe_matt 7 жыл бұрын
Found the code: forum.arduino.cc/index.php?topic=284371.0
@micheldaviau7781
@micheldaviau7781 7 жыл бұрын
Can it be done without the capacitor... cuz i don't have one.
@uktoker71
@uktoker71 6 жыл бұрын
Not without the risk of ruining the led strip.
@muh1h1
@muh1h1 7 жыл бұрын
The 470ohm inline resistors are not really needed, especially on the ground...
@PunakiviAddikti
@PunakiviAddikti 5 жыл бұрын
The resistor inline with the data wire is not vital, but is a good practice. It protects the chips. The one inline with ground is not necessary. Common grounds should always be connected together with solid wire connections.
@tima641
@tima641 5 жыл бұрын
Спасибо!
@rahardirahim
@rahardirahim 4 жыл бұрын
Where i can find the code man
@markusfuller
@markusfuller 4 жыл бұрын
I no longer have the code for this project as it is quite a few years old now. my apologies.
@rahardirahim
@rahardirahim 4 жыл бұрын
@@markusfuller help me to get that code
@ranulfo102
@ranulfo102 8 жыл бұрын
AMIGO ONDE BAIXO O CÓDIGO DESSE PROJETO ? A UM BOM TEMPO QUE PROCURO UM PROJETO COMO ESSE.
@anthonydsilva8273
@anthonydsilva8273 8 жыл бұрын
in english please
@Momonga-s7o
@Momonga-s7o 8 жыл бұрын
He's asking for the source code, damn hobbyists, they want everything ready.
@ranulfo102
@ranulfo102 7 жыл бұрын
SIM, MAS ONDE VOCÊ CONSEGUIU ? TEM COMO ME MANDAR O LINK ? OBRIGADO.
@titangamers7111
@titangamers7111 4 жыл бұрын
Where is the arduino code.
@tonyzecchinelli
@tonyzecchinelli 5 жыл бұрын
Dear Markus I discover one tecnic device in not at all on the market and only sony make it at great price as sony usual do . I'm talking about to make a 2.5 ghz remote for every portable audio recorder I 'm not talking about video recorde but a remote to insert in every audio recorder lik for instance H1 zoom mic , I hope you know it - well with all your "Know how" I'm sure you will get to creat it . somenting to insert in the h1 zoom device and to control it from distance with gh2.4 remote and not at all bluthooth remote - I give you this idea to work on it and if you get to realize it you will become rich and famouse .All the music comunity and actors comunity can need it for outside use in the real world with the sky over your head not in studio I mean .Forgive my English it is not my language but I hope you have understtod what I mean . Thanks by Tony from Rome Italy .
@technodaz
@technodaz 8 жыл бұрын
Every tried Glediator ? amazing little java app to control strips / arrays.
@markusfuller
@markusfuller 8 жыл бұрын
I was watching those vids last night. I think i need to buy a lot more ws2812b's
@technodaz
@technodaz 8 жыл бұрын
It does allow you to set array size to one so you can use on a string and it has sound / beat detection built in , might still be fun to see how it handles the different effects even on a single string. Also I must do the same been meaning for ages to try them out , how was your experience with getting them of bangood how long was shipping ?
@markusfuller
@markusfuller 8 жыл бұрын
+Darren Woods Hi Darren, they arrived in about 5 days which was pretty quick. I think they must have a warehouse in the uk ?.
@technodaz
@technodaz 8 жыл бұрын
they might or they might be up to what "EU Direct deal-extreme" did to me , told me EU warehouse and it took only 7 days. It came from air mail china straight to some house in the Netherlands and then shipped on to me ...I got a warning from the revenue for it. Was not exactly impressed lol.
@markusfuller
@markusfuller 8 жыл бұрын
I think they have something on each product page saying shipped from CN or EU or in this case UK. there must be a warehouse in Portsmouth in the south of england.
@thompi8
@thompi8 7 жыл бұрын
vas it a yamaha montage you had there in the start before 1 mins when you show around the room :D
@markusfuller
@markusfuller 7 жыл бұрын
Yes I have a Yamaha Montage,
@fsadfasfd
@fsadfasfd 8 жыл бұрын
It is posible to multiplex the leds to save current?
@markusfuller
@markusfuller 8 жыл бұрын
I really do not know that to be honest but you can use every odd or even numbered led or every third and switch them quickly.
@PunakiviAddikti
@PunakiviAddikti 5 жыл бұрын
No. If you try PWM controlling the strips, they will reset and lose their data after power off. They need stable 5V and data. The data signal already does the PWM to mix the colors inside each LED. The only way to multiplex them is through the data pin.
@raytru3191
@raytru3191 7 жыл бұрын
i just bought 5m 30led payed 16.06 cd at aliexpress they are always cheaper then banggood
@OtroPl4n
@OtroPl4n 2 жыл бұрын
where is the code?
@AlienDelon
@AlienDelon 8 жыл бұрын
Want this Steinberg tee
@bluedeath996
@bluedeath996 8 жыл бұрын
Your microphone is not providing enough signal to use the full range of the VU meter you should install an op-amp or a Darlington pair to boost the signal.
@markusfuller
@markusfuller 8 жыл бұрын
Hi yes I have made several changes to it now. but at the moment im using my only arduino to perform something else. many thanks from Markus
@tubical71
@tubical71 7 жыл бұрын
you need more arduino boards ;), i´ve already five here, just to get things running, and everytime something is ready i stick an 328P DIP inside copy the whole thing and solder it on a board...but everytime i tinker around i always want to have a spare UNO board...;) too much unfinished stuff, as i can start just from where i left...it´s the nicest thing with them µCs (but you need to comment your code well, or you won´t be able to read what you´ve done, may be some two weeks later...even worse when more time is inbetween)
@markusfuller
@markusfuller 7 жыл бұрын
Im still new to the arduino. learning new things all the time. I have wasted many hours but those wasted moments will save me time in the future as I hopefully get better.
@nihonam
@nihonam 8 жыл бұрын
how is it addressed?
@technodaz
@technodaz 8 жыл бұрын
cdn-shop.adafruit.com/datasheets/WS2812B.pdf ....exact timing.
@markusfuller
@markusfuller 8 жыл бұрын
Thanks Darren
@shillstompers3793
@shillstompers3793 5 жыл бұрын
Play Dark Side of The Moon, "MONEY" You young fellows have no idea what REAL music even is any longer.
@legominimovieproductions
@legominimovieproductions 5 жыл бұрын
Lol you sound like a big youtuber i just dont know like who at the moment
@GoldenCoastGTA
@GoldenCoastGTA 5 жыл бұрын
Colin Furze? Looks a bit like him as well arguably.
@erwy-sf5ze
@erwy-sf5ze 4 жыл бұрын
Diy perks
@branna40
@branna40 7 жыл бұрын
Any 2 legs mic please send me
@MARKOSILLYPIG
@MARKOSILLYPIG 8 жыл бұрын
could you send me a link to the code please
@markusfuller
@markusfuller 8 жыл бұрын
Hello Mark, I started at the adafruit neopixel library and followed links from there. learn.adafruit.com/adafruit-neopixel-uberguide/arduino-library-installation
@yaghiyahbrenner8902
@yaghiyahbrenner8902 6 жыл бұрын
Steinberg T-shirt.
@MrJona305
@MrJona305 7 жыл бұрын
hi can i get the code u use for this project please
@markusfuller
@markusfuller 7 жыл бұрын
II Th3Hawk III Hello I got the code off the internet, just type in ws2812 led arduino code and there may be a page that shows up with adafruit code. i think it was that one i used.
@MrJona305
@MrJona305 7 жыл бұрын
isnt there anyway you would still have the code ?
@markusfuller
@markusfuller 7 жыл бұрын
II Th3Hawk III it may be on my computer at home but I am out at work at the moment.
@MrJona305
@MrJona305 7 жыл бұрын
hi i have followed every step of the tutorial but it doesnt work i use a 2 pin microphone instead of a powerd one so pleas if you can draw the schematics of it and send them you would help me alot i need it for school
@markusfuller
@markusfuller 7 жыл бұрын
II Th3Hawk III Hello, I do not think it will work with the 2 pin microphone because it needs a proper signal level and an unpowered microphone is unable to give that much signal. as for the program I think I found it on adafruit website.
@juanliu2100
@juanliu2100 6 жыл бұрын
I want to buy.
@SemogaBerkahDanBermanfaat
@SemogaBerkahDanBermanfaat 2 жыл бұрын
for price and order You can check at the link below Led ws2812b 👇amzn.to/3C4aXaG Arduino uno👇 amzn.to/3GckCyy Sensor 👇 amzn.to/3aWMvfp
@wixurechina6794
@wixurechina6794 6 жыл бұрын
mokungit ws2812b strip www.amazon.com/WS2812B-Addressable-Non-waterproof-IP20-Programmable/dp/B01H04YAIQ/ref=sr_1_1?ie=UTF8&qid=1530708385&sr=8-1&keywords=mokungit+ws2812b
@d4funky1
@d4funky1 8 жыл бұрын
MIC drawer - funny. :o)
@markusfuller
@markusfuller 8 жыл бұрын
Yes I realised after I had filmed it that that mic drawer was right in the picture :-)
@iFlojoe
@iFlojoe 8 жыл бұрын
Get them directly from China, they are like 1-2£ per meter ;)
@airplanejack
@airplanejack 8 жыл бұрын
Are you sure? wheres the link?
@iFlojoe
@iFlojoe 8 жыл бұрын
+Just a Guy look them up at alibaba.. Some are very cheap but exectly the same product. I got myself 20m but my dad bought them in China :D
@edgeeffect
@edgeeffect 8 жыл бұрын
Microphone, variable resistor.... it's all the same, innit. ;)
@markusfuller
@markusfuller 8 жыл бұрын
yes thats my logic. fuzzy logic works best for me.
@adelaidehulahoopers9286
@adelaidehulahoopers9286 5 жыл бұрын
Impedance!
Even BIGGER "200W" COB LED panel tests.
13:40
bigclivedotcom
Рет қаралды 274 М.
Doing This Instead Of Studying.. 😳
00:12
Jojo Sim
Рет қаралды 36 МЛН
UNO!
00:18
БРУНО
Рет қаралды 5 МЛН
Kind Waiter's Gesture to Homeless Boy #shorts
00:32
I migliori trucchetti di Fabiosa
Рет қаралды 12 МЛН
HOW TO USE WS2812B NEOPIXELS WITH FASTLED ON ARDUINO
24:32
Gadget Reboot
Рет қаралды 180 М.
Arduino mit WS2812B Neopixel RGB LED Streifen
10:00
Makerblog.at - Arduino & Co
Рет қаралды 492 М.
How to Calculate the Correct Resistor for LEDs Light Emitting Diodes
20:16
Uno vu meter
8:07
Cine-Lights
Рет қаралды 55 М.
Easy Addressable LEDs with Arduino! WS2812B Tutorial
26:25
Kevin Darrah
Рет қаралды 433 М.
How to cut and connect Ws2812b led strip?
7:45
HUAJIA Lighting-Official
Рет қаралды 14 М.
Amazing Light Effects With VU Meter Using RGB LED
13:20
EASY TECH
Рет қаралды 3,1 МЛН
Doing This Instead Of Studying.. 😳
00:12
Jojo Sim
Рет қаралды 36 МЛН