Home automation over WiFi using WeMos ESP8266

  Рет қаралды 657,105

bitluni

bitluni

Күн бұрын

Пікірлер: 550
@kevinisawake
@kevinisawake 7 жыл бұрын
ROMANCE MODE ACTIVATED - WOW, JUST WOW.
@anthonycalia1317
@anthonycalia1317 7 жыл бұрын
Brilliant! I've used your program along with Node Red to control esp8266 devices and it works wonderfully. I also appreciate your ability to explain all of this and make it simple for a non-programmer like myself. Good work and thanks
@imushavem7504
@imushavem7504 3 жыл бұрын
Totally agree!!
@alisalem2967
@alisalem2967 8 жыл бұрын
i liked the part of Romance Mode lol xD , Respect and great job =)
@receb
@receb 7 жыл бұрын
more like "creep mode"
@Glasshopper
@Glasshopper 5 жыл бұрын
It all depends, if she finds you attractive it's romance mode, of she does not then it's creep mode.
@p__--
@p__-- 5 жыл бұрын
I'm having trouble understanding some parts of the tutorial. Example: how to get the girl come in?
@aHotdogThatComments
@aHotdogThatComments 4 жыл бұрын
make your house from LEDs
@kiranshashiny
@kiranshashiny 4 жыл бұрын
It's a Robot in Disguise ! He used the Remote remember to control it. Loved the ending though.
@RAVI171175
@RAVI171175 4 жыл бұрын
Dude! I can see people making silly & comic comments down below but for me, you are an amazing teacher as I could have finally understood everything. I did same as you explained & they just worked fine. Hats off to you as you are indeed a very great trainer. You've explained well steps by steps. Keep it up with the good work. Thanks very much.
@JannisDesigns
@JannisDesigns 5 жыл бұрын
Finde ich geil, dass du das alles sooo einfach erklärst dass es sogar jemand hinbekommt der sich absolut nicht damit auskennt ^^
@guidopiotrowski7900
@guidopiotrowski7900 7 жыл бұрын
Hahaha the romance part mode was epic. Your faces...great job btw
@productionsofchildrenchild8950
@productionsofchildrenchild8950 7 жыл бұрын
This together with Homebridge installed on a raspberry pi is amazing. You can do all kinds of things like changing color/brightness/ etc.
@wittchow
@wittchow 6 жыл бұрын
how do you do it with homebridge?
@janklimes6337
@janklimes6337 9 ай бұрын
This is the best think!!!!!!🎉🎉🎉 Thank you so much. I learned 5 hours on arduino iot cloud how to do it and nothing happend and then I saw your video and I did it thank you
@nikanetique
@nikanetique 5 жыл бұрын
Sense of humor 300%! 😂 Bravo, man
@Raytenecks
@Raytenecks 5 жыл бұрын
This is one of the best and easiest esp8266 tutorials I've found yet! Thanks for this!
@halla1968
@halla1968 6 жыл бұрын
Gotta re-model my bedroom and add lights. So when I invite my "Guest". Keep up the good work.
@clasicradiolover
@clasicradiolover 4 жыл бұрын
Up in the middle of the night and found you. More home automation please.
@MariusNiveriHH
@MariusNiveriHH 8 жыл бұрын
by far the BEST ESP8266 Tutorial out there! You did a very, very good job man! Subscribed :)
@Giblet535
@Giblet535 6 жыл бұрын
Thanks, bitluni! You can get some interesting lighting effects by using different animation sequences after branching additional WS2812 LED strings from different points on the first LED string, as the branch will behave exactly like the first string at the point where you branch. Create a tree shape on your wall, with lots of branching LED strings. Even a simple rainbow animation looks ... amazing. You can also create a nice web interface in HTML and JavaScript, and access it via the ESP8266WebServer library module.
@KidCe.
@KidCe. 5 жыл бұрын
Haha that end was nice xD Nice explanation, seems much easier than I expected to make my LEDs smartphone controllable :D
@SandeepSandhu
@SandeepSandhu 5 жыл бұрын
Romance Mode Activated. Well done, nice explanation.
@stonesteadfarm
@stonesteadfarm 8 жыл бұрын
Your sketch works great on the NodeMCU! Thanks for the excellent work and cool video!
@trailpeakgord
@trailpeakgord 6 жыл бұрын
Great tutorial and code, Thank You! I just got it working on a little generic ESP-01 (had to rename/renumber some pin assignments in PinStates.h and the ino). The ESP was not responding some times but adding some more filter cap on the 3v3 fixed that and it now works like a champ. (Was also getting some odd 'stray \302 error' in the code or something - I fixed that with opening all the .h/.ino on github as a 'raw' then cutting/pasting them into the Arduino IDE panes not just saving the linked file.)
@PabloAymerich
@PabloAymerich 6 жыл бұрын
Can you share your changes ? I am trying to do the same thing.
@trailpeakgord
@trailpeakgord 6 жыл бұрын
Seriously, it was nothing... In pinstates.h: const int PIN_COUNT = 4; //const char *pinNames[PIN_COUNT] = {"D0", "D1", "D2", "D3", "D4", "D5", "D6", "D7", "D8"}; const char *pinNames[PIN_COUNT] = {"IO0", "IO1", "IO2", "IO3"}; // const int pinNumbers[PIN_COUNT] = {D0, D1, D2, D3, D4, D5, D6, D7, D8}; const int pinNumbers[PIN_COUNT] = {0, 1, 2, 3}; AND in the main *.ino file: //const int LED_PIN = D4; const int LED_PIN = 2; void handleRf() { const int pinNumbers[PIN_COUNT] = {0, 1, 2, 3};
@PabloAymerich
@PabloAymerich 6 жыл бұрын
I would have forgotten to change the Pin Names! Thanks you saved me a bunch o'time..
@hammermetv4428
@hammermetv4428 7 жыл бұрын
LOVE YOU! THANKS! 16 hours searching and I found!
@guilhermecoutinho7521
@guilhermecoutinho7521 Жыл бұрын
A true engineer right here. Love it
@Rtcmanga_YouTube_Channel
@Rtcmanga_YouTube_Channel 8 жыл бұрын
Hello Bitluni!! Wow, that is great stuff!! The quality of your videos is awesome!! Now I can see that this takes quite some time to make! Also really fun: The little fun part in the end!! :D Was nice to meet you in Stuttgart! Keep up the good work! Martin :)
@bitluni
@bitluni 8 жыл бұрын
Thanks :)
@davidwhalen4309
@davidwhalen4309 8 жыл бұрын
You videos are very informational, I enjoy watching. I would be lost without your help.
@multibebeelosedee
@multibebeelosedee 7 жыл бұрын
this was first time saw your videos, and im allready hooked :D Great work man! Continue good work!!
@bitluni
@bitluni 8 жыл бұрын
Sorry for reupload.. had to fix issues
@Popart-xh2fd
@Popart-xh2fd 8 жыл бұрын
Women issues...?
@bitluni
@bitluni 8 жыл бұрын
domoticz is definitively interesting in this direction since the app also supports widgets. I will get deeper into it since I want the lights to wake me up slowly. I will try set up a raspberry with domoticz and make an episode about it.
@jaspervanisterdael
@jaspervanisterdael 7 жыл бұрын
Hey dude, can you put your whole sketch in the description?
@kriskraanen9570
@kriskraanen9570 7 жыл бұрын
can you show us how te dc converter is made?
@k4k48g8fi3kk
@k4k48g8fi3kk 6 жыл бұрын
The Fade Function and Rainbow Function is crashing my Wemos after about 15 minutes runtime. Sketch Problem?
@jasonvelez7317
@jasonvelez7317 5 жыл бұрын
That was incredible! Informative, and almost gave me an anxiety attack! Well done. Loved the blooper reel at the end. Thank you
@glennextra
@glennextra 8 жыл бұрын
This is a quality tutorial with all details, great job and well thought out, nice girlfriend too !
@bitluni
@bitluni 8 жыл бұрын
thanks
@bernienufc3166
@bernienufc3166 6 жыл бұрын
Finally a video about this esp i can follow with ease, well put and love the ending :-) subscribed
@DrZzs
@DrZzs 7 жыл бұрын
thanks for the video. I had an older version of Ardiuno IDE (1.7 something) that didn't have the "Additional Boards Manager URL's" box. Updated to 1.8 and it's there. How did "Romance mode" work out for you?
@toskiehill4051
@toskiehill4051 7 жыл бұрын
Great video especially at the last part... you rock! :)
@mccc4559
@mccc4559 6 жыл бұрын
BRO, YOU'RE AWESOME - THANKS FOR YOUR WISDOM!!!
@pitmonk
@pitmonk 5 жыл бұрын
Loved the ending, great video, cheers
@rjmunt
@rjmunt 8 жыл бұрын
I think you just taught me a little about polymorphism! thanks for sharing!
@roshaanhayat762
@roshaanhayat762 8 жыл бұрын
Thank you Sir for this video. You surly are a great man with big potential. Keep up the good work !
@MerlinMorgan
@MerlinMorgan 4 жыл бұрын
You make so great videos! I like the way you explain the important steps! Thank you so much.
@TheOleHermit
@TheOleHermit 4 жыл бұрын
Gotta love the WEMOS D1 Mini! But, I prefer using the webREPL CLI over Wifi for direct control and copying uPython files to/from the MCU in order to maintain cross-compatibility w/Python on the RPi. Just learning MQTT & BLYNK for runtime and GUI control. Let's not forget the dual core ESP32 big brother, either. Just replaced a NANO CNC board with a WEMOS D1 Mini prototype, which uses 3 * DRV8834 stepper drivers. This greatly increases my processing power and eliminates the need for a second 8VDC motor power source, because my stepper motors are only 5VDC. Less is more! Heck with the stepper motors! Show us how you programmed it to summon a sexy lady!😏 Thanks for sharing.😎💨
@liney118
@liney118 4 жыл бұрын
awesome video bro, I can't believe I never thought of controlling them that way ;) you got my sub. can't wait for romance mode 2
@eidolon0
@eidolon0 8 жыл бұрын
Great video! Will order those modules myself now.
@JaronHorst
@JaronHorst 7 жыл бұрын
Nice video! I haven't tried the WeMos yet myself but I've been using their cousin, the NodeMCU (lolin v3). Just thought that I would mention that I added "man-in-the-middle" NodeMCU to my doorbell so that I could intercept the doorbell signal. This way, I get a text message and have the ability to disable the chime itself while still getting notified (also let's me ring the chime at-will and drive the dog crazy!). Although, I wouldn't argue with the interruption you got... ;)
@aymanelqemmah
@aymanelqemmah 8 жыл бұрын
You are awesome man , had so much fun while watching your video , keep it up :D
@killerpenguin660zzz
@killerpenguin660zzz 4 жыл бұрын
This tutorial helped me out a bunch, great work and thank you!
@TitQuentin
@TitQuentin 5 жыл бұрын
Thx for tutoriel ! All work perfectly. But now if i want add effect? How I can do that? Exemple Fire effect? I try but i have error...
@DrZzs
@DrZzs 7 жыл бұрын
I got the strip and server working. yay!! now I'm trying to add more functions. I've been looking at your GitHub page but I'm having a hard time finding parts I can just cut and past into the server sketch. Can you post the whole sketch you made when you did the "Warning: Engineering" part?
@DrZzs
@DrZzs 7 жыл бұрын
Found it.
@michaeleddison6765
@michaeleddison6765 8 жыл бұрын
I'm getting a error message saying.. PinStates.h: no file or directory. any idea what I'm doing wrong? I've downloaded the neopixel directory you said to download, is there others I have to download as well? thanks for any help
@FearTec
@FearTec 4 жыл бұрын
I'm giving this a go, I have ordered the same parts. Thanks
@DougCrosby
@DougCrosby 8 жыл бұрын
Thank you so much for posting this. Your tutorial was perfect! I have zero experience working with Arduino. I have been attempting to do exactly what you have shown for well over a week. It was nice to show my wife some results of this LED project I swore to her would make the house so much better. Would anyone possibly know a direction to point me in to build on this sketch? I would like to add more functions to it such as Fire, Bouncing balls, Sparkle, etc. Been going over it trying to piece something together but my lack of knowledge is holding me back. Looking at the sketches for the above examples (Fire, Bouncing balls, Sparkle, etc.) I just do not see how to insert it into this.
@VladUsa-u3v
@VladUsa-u3v 7 жыл бұрын
What should be added to make it react to a music. I guess there should be one more part with a built in mic and a sensitivity adjustment and some kind of code that will make it move in several different patterns: lights going apart, coming together, waves of different colors moving in rhythm with the bass drum, right?
@m3mphis_chick944
@m3mphis_chick944 4 жыл бұрын
I love your channel. You are the best.
@dirko8024
@dirko8024 5 жыл бұрын
Hello, must a level converter 3.3V to 5V be built between the data pin of the WS2812B and the Wemos, since the Wemos only tolerates 3.3V on the data pins? Not that the Wemos or another ESP8266 give up the ghost? Otherwise a great video, thumbs up.
@MatthewHartsuch
@MatthewHartsuch 8 жыл бұрын
Great content dude!
@Dennild
@Dennild 8 жыл бұрын
Could you make a video or a written setup of your supply? i have bought most of the itesm now still need a good way to power it all :)
@nishiter
@nishiter 7 жыл бұрын
Dennis Routh Andersen these strips take special power supply...thats painfulll....around 90w and 5v...so more then 18 amps at 5v. 🙄🙄🙄🙄🙄
@Dennild
@Dennild 7 жыл бұрын
Yea i have done some research and have figured out a solution. :)
@nishiter
@nishiter 7 жыл бұрын
Dennis Routh Andersen pls share how....one option to put supply on both ends..
@Dennild
@Dennild 7 жыл бұрын
im basicly powering it multiple places on the long chain useing 2 laptop power bricks. Only the Signal wire is going trough it all.
@nishiter
@nishiter 7 жыл бұрын
Dennis Routh Andersen laptop power brick is 19v i guesss....
@musabaybek1957
@musabaybek1957 6 жыл бұрын
A great helpful video. But I have a question. The ip adress that you have found at 08.03, is occured/created because you connected your esp to your internet? Or there already was an ip adress that is written on to the esp before you buy it. What I want to learn is, does all esp32 microcontrollers come with a special ip adress or those ip adresses become created when we connect them to our internet. Thanks in advance..
@clasicradiolover
@clasicradiolover 4 жыл бұрын
Like your sense of humor.
@NetoXxX123
@NetoXxX123 4 жыл бұрын
Hey, ich habe mir eine WortUhr gebaut mit einem ESP8266 und wollte mal nachfragen, ob du eine Idee hast, wie ich mein Programm mit deinem Verbinden kann, sodass ich die Uhr über ein Web Interface steuern kann.
@bineetjha346
@bineetjha346 5 жыл бұрын
All the geek talk just evaporates when the romance mode is activated! Great video.. you seem to have a knack for it :)
@squalazzo
@squalazzo 8 жыл бұрын
Hi, very well done! What's inside your custom power supply box? Seems 3 buck converters... Why 3? Can you share details and schematic? Thanks
@bitluni
@bitluni 8 жыл бұрын
yeah.. 3 cheap ass buck converters in parallel. I messed up the audio on the footage while making it. I'll try to upload it on the second channel by tomorrow. in hindsight I'd rather put a 18V wire in parallel to the strip and place each of the converters every 100 LEDs. The flex PCB isn't conductive enough to transport all the amps needed up to the end when going white in full brightness
@squalazzo
@squalazzo 8 жыл бұрын
thanks, i'll wait then :)
@bitluni
@bitluni 8 жыл бұрын
kzbin.info/www/bejne/hZ_ZaGp3itufr7c
@daveyrocket68
@daveyrocket68 7 жыл бұрын
Fantastic! Thanks for your hard work
@btcsys
@btcsys 6 жыл бұрын
Very nice video...can I use the esp8266 to grab the current time from the internet or GPS and display it? If you can get the time from GPS it would be a very accurate timepiece for a car or motorcycle
@luisacevedo324
@luisacevedo324 3 жыл бұрын
Wow. Just what I was looking for. Not a computer geek but I think I can figure it out. Thanks buddy. I now have a nice project to do 👍👍👍🔥🔥🔥🔥
@balentinikontokonstanti8808
@balentinikontokonstanti8808 7 жыл бұрын
very nice work with clear instructions
@TRCCtv
@TRCCtv 8 жыл бұрын
Great video, i am looking to make something similar, but i see your power supplies show you only using 4 amp, but on the led manufacturer's site it says it takes 18w/m (for 60led/m which it looks like you have) and it looks like you have a 5m strip, it should take 18amp but is only taking 4 amp, can you explain?
@pmaegerman
@pmaegerman 7 жыл бұрын
18W when it is full white / full brightness
@andreamitchell4758
@andreamitchell4758 7 жыл бұрын
that sounds awful high to me i never hear of led strip using 18w let alone 100w ! that is what he is saying 18w per meter, times 5m no way in hell even at full brightness white i was just watching a great scott video where he builds a hyperion ambilight with one of these strips and a pi zero and he used a 5v 9w power supply to power the strip the pi zero and an HDMI splitter
@kirkb4989
@kirkb4989 7 жыл бұрын
There are things you can do like never allow the strip to run all white at full brightness (way too bright anyway) and you could therefore use a lower current supply. Remember, an LED typically needs 10-20ma (full bright) and each pixel has 3 leds so in theory you could have 60ma per pixel current draw off the 5v.
@stellar3327
@stellar3327 5 жыл бұрын
@@andreamitchell4758 they do use 18w per meter at full brightness white
@sshutupurface8345
@sshutupurface8345 6 жыл бұрын
excellent tutorial thanks man
@wardope
@wardope 7 жыл бұрын
well you can even take automation futher with tasker and some of the auto apps plugins. like for instance say out loude to turn on or off the light. or make it turn off when you leave home. even make it a wifi ambilight for you Tv. if you so desire! i have lots of Those SEP8266 that i use for all kind of home automation along side android.
@billgill7543
@billgill7543 7 жыл бұрын
Great work,very clear video, now to use fauxmo and Amazon echo to control it.
@DrZzs
@DrZzs 7 жыл бұрын
I'd like to add some animations similar to Rainbow and Wave. I can write the sketches and get them to run on the lights, but I don't know enough about the server and calling the new sketches with links like you have. Can someone point me to a tutorial that might help?? Thanks!
@DougDuncanDig
@DougDuncanDig 8 жыл бұрын
Thank you very much for the walkthrough! I'm building one of these to mount under my kid's skateboard. :D
@AKIRAfotografie
@AKIRAfotografie 8 жыл бұрын
Superlässig! Toller Sketch zum Schluss.
@harounhajem7972
@harounhajem7972 7 жыл бұрын
Nicley done, very educational and inspiring.
@sawyer5847
@sawyer5847 3 жыл бұрын
THANK YOU SO MUCH, finally a video which shows exactly what I wanna do
@andreashotzel172
@andreashotzel172 8 жыл бұрын
klasse, einfach klasse :-D
@bitluni
@bitluni 8 жыл бұрын
danke
@andreashotzel172
@andreashotzel172 8 жыл бұрын
nichts zu danken, was spitze ist, ist nun mal spitze :-)
@headstonegraveyards5370
@headstonegraveyards5370 8 жыл бұрын
Welcome back!
@ShashankNaithani
@ShashankNaithani 8 жыл бұрын
Hello, blunt's lab Thanks for such an innovative video. I am very much excited to make something but I m not from the electronics background. What step should I follow to make a simple project over wifi? DOne some C programming in School. Also, I saw a video where Blynk App is used. pls guide me I m confused
@rosebrogan6249
@rosebrogan6249 6 жыл бұрын
Is there someplace online to get the DC converter? You said made yours, just wondering if there's one that would connect to the LEDs in the same way.
@Regz786d
@Regz786d 4 жыл бұрын
I have followed this video 2 years ago and got it working fine. But with updated drivers and everything else LEDS are blinking too fast now. What setting I should check ?
@TheFeFactor
@TheFeFactor 4 жыл бұрын
Is it possible to drive DC12V WS2815 strips with WeMos ESP8266? Would be nice to see an example. I will have four 10 meters long strips with 600 LED on each strip.
@jhonsonagustino2679
@jhonsonagustino2679 5 жыл бұрын
Very interesting, for the led strips using how many ampere for 300 leds.
@pauliuspaulius7243
@pauliuspaulius7243 8 жыл бұрын
After so many hours looking for decent information how to connect led strip. I found your video and finally my LED strip lit up! But still didn't get it how to connect to wifi :)
@rikimontano
@rikimontano 7 жыл бұрын
hi, thank you for your tutorial it helped me a lot with the LED server, i have a question for you, i´m planning to buy 10 x ESP8266, each one is going to have 15 WS812B LED´s, i´m trying to control them individually at the same time for a little show, could you recommend me how to do that? i´m looking for ArtNet and a DMX software but i don´t know if that´s the best way to do it, thanks!
@ЮраВасильев-э6б
@ЮраВасильев-э6б 8 жыл бұрын
Shortcuts clicking on the firmware, I saw a large number of files to deal with them? they should be collected in one? as you did in the vidio ...
@sergeimo
@sergeimo 5 жыл бұрын
Nice project. Any chance it will progress to support RGBW (sk6812 based) strings as well?
@R73CH
@R73CH 7 жыл бұрын
Nice video and good tutorial. My led strip and power supply have just arrived from China and already working. I just wonder about connections. In many tutorials it is said that one needs to add 1000uF capacitor at the begining of the strip and also add 470 Ohm resistor between data and signal pin. What do you think about it? Is it necessary?
@fiddysplayground
@fiddysplayground 7 жыл бұрын
Rafal L just fucking do it . cap is for wrong wiring to live PS resistor is there so you dont fuck up
@accountdeactivated5486
@accountdeactivated5486 6 жыл бұрын
thisoneisforccommenting ok did you try it on your own before rceommending it to other people? I dont think so. The datasheet of the Ws2812B says the High Level has to be minmum 3.5V and ESP8266 works with 3.3V. But still works. With a resistor the voltage drops. I tried it with 220 Ohm and it did not work at all. It kind of did what it should but with highly offsetted colors.
@TheAbhro
@TheAbhro 7 жыл бұрын
I can't understand where is the code for pin switching to turn on-off the relay connected to the lamp, is the "handlerf" function used for it? please clarify this... Thanks for the project
@DougDuncanDig
@DougDuncanDig 8 жыл бұрын
BitLuni, I get the message "error: 'D0' was not declared inthis scope" and I get an error message for each Dx variable (9 errors). I'm far from a coder but I looked through it and didn't see anything obvious. I am using a Adafruit Huzzah 8266 is the only difference. Could that be causing the errors?
@accountdeactivated5486
@accountdeactivated5486 6 жыл бұрын
Select Wemod D1 Mini as your developement board.
@rkocheta
@rkocheta 8 жыл бұрын
Great vid....But would like to ask...if i can directly switch on off the 5 or 6 led using gpio pins?? I m not techy ...bt bit confused...help would be really appreciated...
@bitluni
@bitluni 8 жыл бұрын
Sorry, there is no function to control individual LEDs, yet. Hmm.. I wonder how I could open this up more to contributions. I guess there are people out there that modified my sketch in this manner already...
@HariWiguna
@HariWiguna 8 жыл бұрын
Great content and presentation! Well done! PS: I thought the ESP was cheap when the ESP1 was $3. The Wemos has more pins AND built-in USB interface for less than $3!?
@bitluni
@bitluni 8 жыл бұрын
Including shipping all over the world... Sick isn't it? Using the affiliate links from the description it even gives me a small cut without getting more expensive :-o
@jesuishalil
@jesuishalil 8 жыл бұрын
Just my 2 cents but....Enjoy my 2 cents =^)
@sladjakostic5096
@sladjakostic5096 7 жыл бұрын
Nice video. You may also want to checkout the review of home automation on my blog at *alfredreviews. com/home-automation-review/* Thanks, Baxter.
@andreamitchell4758
@andreamitchell4758 7 жыл бұрын
there is a sketch/smarthing FW/device handler for smart things for an ESP8266 based RGBW/WW LED strip controller the H801 on smartthings forums i was wondering if anyone would know weather this could be easily ported to do the same thing on this device ,flash it with a similar sketch and have it work with smart things ,or if anyone has any other ideas about how this could be controlled more directly with alexa(no smartthings hub)to control RGB/W strips , these are even cheaper than the H801 esp8266 strip controllers or would these not be sufficient for RGB/W , the H801 has 4 large transistors voltage regulators i think , they must serve some essential function no? like does this not have the ability to run longer strips because of the smaller voltage regulators? or are these only good for the individually addressable type strips and not regular RGB , RGBW?
@omarahmed2608
@omarahmed2608 7 жыл бұрын
Andrea Mitcخز و
@dariuszrybak1224
@dariuszrybak1224 7 жыл бұрын
Hi, I first checked the 144 diodes and everything ok now I have 438 and so many diodes do not want to work. For 300 yes at 330 I did not give so two nodemcu, but it is a nuisance. Do you know why one driver can not control so many LEDs?
@dmini647
@dmini647 8 жыл бұрын
Hi, it's a great tutorial. Thank you for posting it. I have a litte question about Rainbow function: with which variable can I decrease the LED value(If I want to dim the LEDs from 255 to 64) Thank you in andvance
@DerSennin
@DerSennin 7 жыл бұрын
I don't think there is a variable to dim the LEDs. But there is a function. Go to the libraries folder and there is the file "Adafruit_CircuitPlayground.cpp". Last function is "void Adafruit_CircuitPlayground::senseColor()". It looks like you can change the brightness with strip.setBrightness(new_brightness); You can set the brightness from 1-255. I can't check if it work bc i don't have all my parts yet :(
@TheStrangeAlchemist
@TheStrangeAlchemist 8 жыл бұрын
Great video, but don't you need 5V logic to signal the LED strip?
@NikhileshBhure
@NikhileshBhure 4 жыл бұрын
I have 2 strip of ws2812b 5meter. Total 10meter 60/m 5volt. Can you tell me which adapter will be better 5v 20amp? Or 5v 10amp? I m using arduino to program. Thanks
@jennysmirnov3872
@jennysmirnov3872 6 жыл бұрын
hey in wemos the data pin output is 3.3v. the ledstrip need 5v. if not, it's flicker. love your videos!!!
@bitluni
@bitluni 6 жыл бұрын
never had problems. 3.3 is still above the logic high threshold for 5v logic. if it's a problem then the capacity of the wire is too high
@jennysmirnov3872
@jennysmirnov3872 6 жыл бұрын
Thank you, dear man I'm probably doing something wrong Because when I check it, at the Arduario Uno everything is fine I'll keep looking for the problem Again, this channel is one of my favorites
@nine81
@nine81 5 жыл бұрын
@@jennysmirnov3872 I have heard that this can sometimes be a problem. Suggest you use a logic level converter to boost the data line on the LED's to 5V.
@PedroMiguel1
@PedroMiguel1 3 жыл бұрын
Hey brother Nice Job with this esp, i´m trying to do the same thing in my room but my LED has 4 wires in total, where should i connect the RED GREEN BLUE and the Ground ?
@wazzer5293
@wazzer5293 7 жыл бұрын
Brilliant and innovative technical. Thx for sharing..
@nc2010vettef55
@nc2010vettef55 7 жыл бұрын
Great video! Thanks for posting this. I just started using Arduino and am looking to do something like this. Can you give us any more detail on the power supply you used? You said 18 V. What about amps? And the converter you built? Thanks!
@kkingkreso
@kkingkreso 5 жыл бұрын
Have you made an updated version of this Light? Especially in means of a app or advanced browser handling?
@m3phisto23
@m3phisto23 6 жыл бұрын
so i bult a similar setup with my NodeMcu v3, as i understand it it should be very similar. but in my setup the LEDs are flickering and especially in with the wave function some show colores that should not be there. i thought this might be because the digital out is using 3V and the led strip is intended to be used with 5V. could this be correct? if so, why didn't you need a level shifter to correct this?
@drkastenbrot
@drkastenbrot 7 жыл бұрын
you should use a psu that can deliver 15 amps, as your 4 amp test was only driving one chip per led.
@Smartliving-udanagayan
@Smartliving-udanagayan 7 жыл бұрын
Really nice Tutorial and very good presentation ...very nice
@hugobalder7447
@hugobalder7447 6 жыл бұрын
Braucht man keinen level shifter wenn man die leds an den ausgang vom esp8266 anschliesst ? Ich dachte der esp kann am datenausgang nur 3,3v liefern oder kommen da 5v raus ?
@emanuelerben
@emanuelerben 6 жыл бұрын
Normalerweise schon. funktioniert aber auch oft ohne. Denke aber dran, ein Wiederstand in die Datenlinie einzubauen und einen Kondensator zu positiv und negativ hinzu zu löten
@mitchh6471
@mitchh6471 7 жыл бұрын
is the Arduino ied for mac different then the ied for pc? i don't have anyone of those options to add a library or see a sketch in the Arduino ied!! i really want to do this but i cant because of these limitations!! any way you could point me in the correct direction!
@robinbelon186
@robinbelon186 6 жыл бұрын
Hi, how do you custom URL arguments ? Like "/wave?r=255&g=32...." ? I don't understand
Solar Weather Station [WiFi, MQTT, Smart Home, ESP8266]
11:06
I made a little LED Matrix and everything went wrong
14:08
bitluni
Рет қаралды 74 М.
Hilarious FAKE TONGUE Prank by WEDNESDAY😏🖤
0:39
La La Life Shorts
Рет қаралды 44 МЛН
OCCUPIED #shortssprintbrasil
0:37
Natan por Aí
Рет қаралды 131 МЛН
Remote power outlet home automation tutorial ESP8266
6:09
bitluni
Рет қаралды 398 М.
ESP8266 WiFi relay control
10:45
learnelectronics
Рет қаралды 141 М.
Making oddly satisfying LED magnet tiles
11:04
bitluni
Рет қаралды 660 М.
I’m Never Buying LEDs Again! EASY DIY WLED!
13:11
TechFlow
Рет қаралды 1,3 МЛН
I made a VGA card that blew my mind
15:44
bitluni
Рет қаралды 436 М.
Google Assistant | Home Automation IOT | NodeMCU ESP8266
17:37
Viral Science - The home of Creativity
Рет қаралды 701 М.
My first serious ASIC project
13:14
bitluni
Рет қаралды 52 М.
Hilarious FAKE TONGUE Prank by WEDNESDAY😏🖤
0:39
La La Life Shorts
Рет қаралды 44 МЛН