Respekt, das sieht echt cool aus. Da ich es selbst schon gemacht habe, weiß ich, wie viel Arbeit da drin steckt. Mega umgesetzt, cool auch der Wechsel auf halber Höhe. Das ist eine ideale Lösung, erst recht, wenn man nicht mehr von unten an die einzelnen Stufen dran kommt. 👍
So cool - I would love to create something like this, but maybe simplified with just one sensor at the top of the stairs and one at the bottom. That way the lights could track up or down on sensing a person, then turn off in reverse as they reach the bottom.
Megaa!!! Würde auch gern WLED im Handlauf umsetzen. Um diesen Effekt so umzusetzen, musstest du einen Usermod Stairway flashen oder? Ich scheitere leider dabei... gibt es dazu eine Anleitung?
Okay - interesting. I think the ultrasonic distance sensor is better than PIRs here - more accurate location determination. But this one is use just to sense a leg passing a single stair, not to judge distance. Do you think it is possible or practical to judge distance? That would be amazing, as you can have the lights moving exactly with the person. Secondly I really like your use of individually addressable LEDs. BUT - maybe I prefer the "one LED strip per stair" instead of the linear installation. As it's more visually impactful, and also actually lights each step well, so it is useful as well. What do you think? Finally I wonder if it's possible to somehow do something like you've done but in a whole room perimeter, not just stairs? I'm thinking camera movement sensor hooked up with Arduino. That's the next step!
The lights turn on and follow a certain pattern, then they wait for the second sensor to activate the other half of the pattern. Measuring distance would not help at all really.
I’m doing this now with arduino and what looks like a custom made board. But this sounds and looks better. How could I get in contact with you for more details? I did one staircase already but my other staircase is still unfinished and I need this done before I complete everything.
So I just have one run I would need to do but do you have a more detailed view on how the wiring is? Also is there a time delay you can set where the lights stay on longer?
Do you have a product list? Need stair lighting and there’s no room for sconces or wall lighting. This would be perfect and would address a safety issue.
Здравствуйте, загорелся такой-же идеей, всё заказал, а теперь не знаю, получится ли у меня, так как я далёк от написания программ,. Скажите пожалуйста, вы не могли бы скинуть мне такую программу, чтобы как у вас зажигалась лента, был бы очень вам благодарен! Хотя-бы будет с чего начать, а подредактировать под мою ленту уж как нибудь постараюсь
Hi, the software code is not so good that I will share it. I´m not the pro developer in software. You can see on the URL in the description how I built the project. There is a component overview, too.
A good question. I don´t know. The main components: ~26€ for one meter LED Stripe (APA102). I have used ~ 8 meters. Aluminium LED profile - One meter ~ 7€. Than you need a power supply. For my project ~70€, two Sensors for one stair ~ 2€, I have used 6, a microcontroller ~5 - 20€ and cables.
Hi , I made a project on automatic staircase lights with arduino and ws2812b but unfortunately nano cant support more than 600 leds which disappointed me. my stairs runs nearly 11 meters (60 led/meter). soo i planned to do same with esp32 i have few doubts. can i use two ultrasonic sensors. one at top and bottom. and also as i read in community that it can only trigger lights but cant reset. is it possible to trigger lights at bottom and as the person walks to top the lights should stop. help me to finish this project.
Hi i am from India and no where connected to electronics field but some how developed a hobby to check and have this cool things. So I want to know if you can make something like this for me. What will be your cost and I can order the components online you just tell me how to do it
Hi. I'm glad you like the project. I have tried to summarize all information here. But as a beginner in electronics it could be a bit difficult. Maybe you can first do simple experiments with addressable LEDs to learn it. I think you will have fun with the LEDs. tinker-fun.chayns.net/digitalledstairlighting
Sehr schönes Projekt! Sehr professionelle Umsetzung! Eine wichtige Frage hätte ich: Was macht die Software, wenn mehrere Personen gleichzeitig die Treppe betreten? (in unterschiedlichsten Konstellationen) Ich versuche mich gerade an einem ähnlichen Projekt und verwende den Si1153...
Hi, danke für dein Kompliment. Ich habe mir auch lange den Kopf wegen mehreren Personen zerbrochen. Wenn eine Person hoch geht und ihr einer entgegen kommt, geht das Licht leider aus, da ich nicht erkennen kann, ob die eine oben angekommen ist oder eine neue runter geht. Wenn mehrere Personen zusammen in die gleiche Richtung gehen, bleibt das Licht normal an bis der erste oben angekommen ist. Es gibt einen Timer, wenn ein Sensor auslöst, aber keine zweite Bewegung erkannt wird. Das sind aktuell glaube 15 sek.. Es gibt auch noch ein Nachtlicht. Wenn es dunkel ist, geht bei der ersten und letzte Stufe Licht gedimmt an, wie ein Positionslicht. Das ist generell gar nicht so leicht mit den Abhängigkeiten. Was passiert z.B. wenn jemand hoch geht und nach ein paar Stufen wieder umkehrt. Das System kann nicht auseinander halten, ob die Person umgekehrt ist, oder eine weitere mit hoch geht. Ich habe noch eine Idee, wie man einige Situationen besser in den Griff bekommen könnte. Wenn man nicht einen Sensor, sondern zwei pro Seite hätte, könnte man erkennen in welche Richtung die Person geht. Das heiß ich könnte besser bestimmen, wer aktuell auf der Treppe ist und ob er vielleicht wieder umgedreht ist. Aber selbst dann findet man bestimmt noch Konstellationen, die man nicht abfangen kann. Aber so wie jetzt läuft das im privaten Haushalt schon wirklich gut. Ich denke aber über ein Update mit den 2 Sensoren pro Etage nach, um dann die Richtung wie gerade erwähnt zu erfassen. Über ein Kamera Analyse haben wir auch schon nach gedacht, die erkennt welche Personen gerade wie auf der Treppe sind, aber das liegt außerhalb meiner Programmier Kenntnisse. Liebe Grüße
tinker.fun Mit 2 Sensoren würdest du doch jeden Fall abdecken. Also mit 2 pro Seite, dann könntest du ja sobald die seite ausgelöst wird einfach ne funktion im programm aufrufen wie zähle eins zu den Personen auf derTreppe hinzu. Dann wüsstest du, wie viele Personen sich z.Zt. auf der Treppe befinden. Sobald der Counter bei 0 ist müsste dann das Licht ausgehen.
I think yes. But you have to test it with your Led length. If the Microcontroller is fast enough. I will build a new version with new sensors soon. I will test a esp32 Microcontroller as a new controller.
@@tinkerfun I intend to apply this project to my own house, so I would like to know more details. I'm curious what kind of sensors are you going to replace PIR? In addition, do you think nano is not fast enough, so you plan to use esp32?
Super Umsetzung! Gibt es eine Deutsche Anleitung? Habe vor das selbe für meine Treppe zu machen jedoch im Handlauf integriert. Habe allerdings keine Kenntnisse was das programmieren angeht.
Hi! Das mit dem Handlauf ist auch sehr cool. So wollte ich es auch erst lösen, da wir sowas bei uns auf der Arbeit verbaut haben. Ist auch ein sehr cooler Effekt. Ich schreibe generell alles auf Englisch. Meine Infos zu dem Projekt habe ich hier zusammen gefasst: tinker-fun.chayns.net/DigitalLEDStairlighting . Zu dem programmieren findest du viele Beispiele für Anfänger. Such z.B. mal nach "arduino digital leds" bei Google. Wichtig ist auch, dass du dich für einen adressierbaren LED Typ entscheidest. Es gibt mehrere LEDs mit integrierten Controller, z.B. SK6812/APA102 und WS2812. Viel Erfolg! Gruß Benni
Könnte man mit dem von dir verwendeten led Streifen auch jede Stufe einzelne nacheinander langsam hochdimmen und eben anderst herum? Quasi ein Lauflicht aber stufenbezogen. Den Vorteil von einem programmierbaren streifen sehe ich darin das man mit einem großen leitungsquerschnitt an der Treppe hoch fährt z.b. 3qmm und den Streifen einfach paralell alle 4 Stufen anschließt und so nicht mit jedem steifen von jeder Stufe auf die Steuerung fahren muss da man nur eine datenleitung hat.
@@bimbolino14 ja, dass geht auch. Aber aufpassen, dass du die Datenleitung von einer zur nächsten Stufe richtig anschließt. Es muss von den Daten trotzdem wie ein langer Streifen aufgebaut werden. Damit du nachher LED 1 - z.b. 800 einzeln ansteuern kannst. Stufe 1 wäre dann zb. Led 1-35.
Ja das ist verständlich deshalb muss ich den Streifen komplett in Reihe verschalten, bezüglich der Sensoren am Ende und Anfang der Treppe bin ich noch am überlegen was ich für welche verwende. Kennst du eine gute Seite wo man das programmieren eines arduino lernt? Habe diesbezüglich wie bereits schon erwähnt keine Erfahrung was vermutlich der größte Brocken Arbeit ist
@@bimbolino14 Hi, als ich vor ca 5 Jahren damit gestartet bin, habe ich mir Bücher geholt. Würde ich heute aber nicht mehr machen. Habe gerade kurz gegoogelt. Diese Seite sieht gut aus. Da starten die von 0. funduino.de/anleitungen
Hi. Sorry currently not. I'm not done with this project. It's only a prototype. In next time I will make PCBs and test all things. When I have news you can read it in my Instagram profile. Thanks for watching. Best regards Benni
You mean the power supply? For the long stair I built them in a cabinet in the room on top of the stair. For the short stair I built a acrylic case and mounted on the wall. The LED seller write "43.2W/m". So I have ~ 6,5m/930 LEDs on the long stair. So I think it fits. Best regards
@@janred94 for the amount of necessary lumens, yes. But having the 144led/m makes the spacing between the diodes much less, and the fades much better looking. You don’t always need to run the leds at full power either...
This is the coolest thing I have seen in my entire life
Thank you😀
@@tinkerfun how much for squar feet
Respekt, das sieht echt cool aus. Da ich es selbst schon gemacht habe, weiß ich, wie viel Arbeit da drin steckt. Mega umgesetzt, cool auch der Wechsel auf halber Höhe. Das ist eine ideale Lösung, erst recht, wenn man nicht mehr von unten an die einzelnen Stufen dran kommt. 👍
This is DOÔOPE !!! I need the complete build guid please
Very cool! would love to see a version where the LED strips are below the risers and fade in and out as you walk over them.
Tinker..This is genius..You need to turn this into a business. I and many would purchase this. You have some serious talent. Make it happen.
Thank you so much. I've started a business now. I will check if it is possible to provide a product or kit in the future.
I'm in line, this is amazing!
Thanks for that I am very pleased
I saw only this video in your Channel and you have my subscription
How did you cope with the LED power supply? Did you use two power supplies? What kind of cable did you use? At 5v current flows a lot
Hard work, good results in the end.
👍👍👍
Perfect...now i must buy a two floor house
hahaahhaah
Oh God, that's a ton of work
Would you please provide a list of all components and where to buy to built a LED staircase.
Thank you so much
So cool - I would love to create something like this, but maybe simplified with just one sensor at the top of the stairs and one at the bottom. That way the lights could track up or down on sensing a person, then turn off in reverse as they reach the bottom.
Very impressive
Nice work
Thanks 👍
Nerv wrecking music. No explanation, no script.
Read the video description. Here are the info you need. Software you have to make yourself. tinker-fun.chayns.net/digitalledstairlighting
Megaa!!! Würde auch gern WLED im Handlauf umsetzen. Um diesen Effekt so umzusetzen, musstest du einen Usermod Stairway flashen oder? Ich scheitere leider dabei... gibt es dazu eine Anleitung?
Okay - interesting. I think the ultrasonic distance sensor is better than PIRs here - more accurate location determination. But this one is use just to sense a leg passing a single stair, not to judge distance. Do you think it is possible or practical to judge distance? That would be amazing, as you can have the lights moving exactly with the person.
Secondly I really like your use of individually addressable LEDs. BUT - maybe I prefer the "one LED strip per stair" instead of the linear installation. As it's more visually impactful, and also actually lights each step well, so it is useful as well. What do you think?
Finally I wonder if it's possible to somehow do something like you've done but in a whole room perimeter, not just stairs? I'm thinking camera movement sensor hooked up with Arduino. That's the next step!
The lights turn on and follow a certain pattern, then they wait for the second sensor to activate the other half of the pattern. Measuring distance would not help at all really.
Wieder mal geiles Projekt! Feier auch den Videoschnitt a la step by step. Daumen hoch
Jan Keizer Danke Jan 😀
Hi Amazing work !!!! I will start my DIY project next month could you please help me. Do you have a Manual guide I could follow.
Many thanks
All fun and games till they start turning on at night by themselves
Copied comment
Yay a ghost party!
😂😂😂😂😂😂😂😂😂😂😂😂😂
Would love to do this project is the sketch available for this plz ???
Please share the tutorial! This is amazing!
this work is amazing. great video!!
Thank you👍
Can you upload a video of the entire project . Sheer genius work
Hi. That's all video content that I have. Greats Benni
Looks like you did the white apa102s. I used the RGB version in mine. We've rebuilt our stairs so I'll be doing this again soon.
Yes. Here a all Infos: tinker-fun.chayns.net/digitalledstairlighting
very great.....next time you can try to use APA107 White LED Strip to replace APA102 LED.
Benefit?
Nice!!!
Fantastic!
Thanks 👍
Vraiment trop cool 😱😱
Very good 👏👏👏
How many arduino nano did you use. Was it one nano for 2 sensors? And why did you use the teensy controller?
I’m doing this now with arduino and what looks like a custom made board. But this sounds and looks better. How could I get in contact with you for more details? I did one staircase already but my other staircase is still unfinished and I need this done before I complete everything.
Please take a look to my project summary www.tinker-fun.com/DigitalLEDStairlighting
KILLER👍
Hi,
gab es eine Aktualisierung zu diesem Thema?
LG
Could you make these blue or green? That would be epic
Yes when you use digital LEDs like SK6812
Blue is a no no
So I just have one run I would need to do but do you have a more detailed view on how the wiring is? Also is there a time delay you can set where the lights stay on longer?
Very cool project, is there a link to build this project? I would like to do similar at my place.
Do you have a product list? Need stair lighting and there’s no room for sconces or wall lighting. This would be perfect and would address a safety issue.
How does this work with more than one person up and down the stairs?
So amazing!
This is so cool! Do you sell these?
Hi, sry this is not a product. Best regards from Germany, Benni
Здравствуйте, загорелся такой-же идеей, всё заказал, а теперь не знаю, получится ли у меня, так как я далёк от написания программ,. Скажите пожалуйста, вы не могли бы скинуть мне такую программу, чтобы как у вас зажигалась лента, был бы очень вам благодарен! Хотя-бы будет с чего начать, а подредактировать под мою ленту уж как нибудь постараюсь
Hi. I usually use Arduino one, can this project be adapted?
Would it be possible to have the sketch of the program?
Thanks so much
Is there one that is battery operated that just stays on all the time? But that won’t need battery changed too often?
This is not battery operation. Fixed power supply. Best regards Benni
Hello!! If you make this same project for a customer, in his house... What would be the cost??
Fehlt noch die Erkennung der Katze 🐱 😁. Aber geil, ich hab ein neues Projekt in der Pipeline ....
Very nice project. Can you are able to share the code and schematic.
Hi, the software code is not so good that I will share it. I´m not the pro developer in software. You can see on the URL in the description how I built the project. There is a component overview, too.
genius my friend
hello, and the Arduino bookshelves and scheck which are ....... thanks
I ready to purchase this product
Where did u buy this
This is a do it yourself project not a ready product. Best regards Benni
what happen if there is someone going upstair and downstair at the same time?
Here is the answer. th-cam.com/video/X8vHWPlUJSw/w-d-xo.html
Sir i am indian how to make this light please making vedio sir very nice👏👏👏👏👍
Hello, how do you make the running light move both ways
That's awesome! So what's the total costs of this whole project?
A good question. I don´t know. The main components: ~26€ for one meter LED Stripe (APA102). I have used ~ 8 meters. Aluminium LED profile - One meter ~ 7€. Than you need a power supply. For my project ~70€, two Sensors for one stair ~ 2€, I have used 6, a microcontroller ~5 - 20€ and cables.
tinker.fun It turned out really great! Why did you choose APA102 led? Is it possible with WS2813?
Yes, you can use the WS2813 or SK6812 but I have needed warm white light. The APA102 has 3 warm white LED chips in one LED.
Hi I'm thinking of starting this project, your psu has 50A capacity what size cable are you supplying this in? Thanks
I want to buy plz send me link where I buy..🙏
very nice,
I will do it at home, can you help with the installation of the wiring diagram?😁
THIS IS DOPE!
still working? you had some problem with any led light?
Good video.LED stair lighting is a good design.Give you a thumbs up.
WELL PCB thank you 👍
How to make this project plz tell me and share details and help me
Please I have purchased this projects what's a price
Brilliant! 😎
Hi , I made a project on automatic staircase lights with arduino and ws2812b but unfortunately nano cant support more than 600 leds which disappointed me. my stairs runs nearly 11 meters (60 led/meter).
soo i planned to do same with esp32
i have few doubts.
can i use two ultrasonic sensors. one at top and bottom. and also as i read in community that it can only trigger lights but cant reset. is it possible to trigger lights at bottom and as the person walks to top the lights should stop.
help me to finish this project.
Brilliant!
costing where 2 get material pls
Hi i am from India and no where connected to electronics field but some how developed a hobby to check and have this cool things. So I want to know if you can make something like this for me. What will be your cost and I can order the components online you just tell me how to do it
Hi. I'm glad you like the project. I have tried to summarize all information here. But as a beginner in electronics it could be a bit difficult. Maybe you can first do simple experiments with addressable LEDs to learn it. I think you will have fun with the LEDs. tinker-fun.chayns.net/digitalledstairlighting
Good execution plentiful o follow u thanks
Hola muy buenas trabajáis por Barcelona
Is there any video tutorial step by step .. thank you great job
Boss tell how to make this and what material needed for making this
Sehr schönes Projekt! Sehr professionelle Umsetzung!
Eine wichtige Frage hätte ich: Was macht die Software, wenn mehrere Personen gleichzeitig die Treppe betreten? (in unterschiedlichsten Konstellationen)
Ich versuche mich gerade an einem ähnlichen Projekt und verwende den Si1153...
Und noch was:
Wenn man die letzten Stufen runter springt (Sensor löst nicht aus), bleibt der Stripe dann an oder gibts einen Timeout?
Hi, danke für dein Kompliment. Ich habe mir auch lange den Kopf wegen mehreren Personen zerbrochen. Wenn eine Person hoch geht und ihr einer entgegen kommt, geht das Licht leider aus, da ich nicht erkennen kann, ob die eine oben angekommen ist oder eine neue runter geht. Wenn mehrere Personen zusammen in die gleiche Richtung gehen, bleibt das Licht normal an bis der erste oben angekommen ist. Es gibt einen Timer, wenn ein Sensor auslöst, aber keine zweite Bewegung erkannt wird. Das sind aktuell glaube 15 sek.. Es gibt auch noch ein Nachtlicht. Wenn es dunkel ist, geht bei der ersten und letzte Stufe Licht gedimmt an, wie ein Positionslicht. Das ist generell gar nicht so leicht mit den Abhängigkeiten. Was passiert z.B. wenn jemand hoch geht und nach ein paar Stufen wieder umkehrt. Das System kann nicht auseinander halten, ob die Person umgekehrt ist, oder eine weitere mit hoch geht. Ich habe noch eine Idee, wie man einige Situationen besser in den Griff bekommen könnte. Wenn man nicht einen Sensor, sondern zwei pro Seite hätte, könnte man erkennen in welche Richtung die Person geht. Das heiß ich könnte besser bestimmen, wer aktuell auf der Treppe ist und ob er vielleicht wieder umgedreht ist. Aber selbst dann findet man bestimmt noch Konstellationen, die man nicht abfangen kann. Aber so wie jetzt läuft das im privaten Haushalt schon wirklich gut. Ich denke aber über ein Update mit den 2 Sensoren pro Etage nach, um dann die Richtung wie gerade erwähnt zu erfassen. Über ein Kamera Analyse haben wir auch schon nach gedacht, die erkennt welche Personen gerade wie auf der Treppe sind, aber das liegt außerhalb meiner Programmier Kenntnisse. Liebe Grüße
tinker.fun Mit 2 Sensoren würdest du doch jeden Fall abdecken. Also mit 2 pro Seite, dann könntest du ja sobald die seite ausgelöst wird einfach ne funktion im programm aufrufen wie zähle eins zu den Personen auf derTreppe hinzu. Dann wüsstest du, wie viele Personen sich z.Zt. auf der Treppe befinden. Sobald der Counter bei 0 ist müsste dann das Licht ausgehen.
How much cost
Thick cable for 5v power line.... like what gauge?
I think Leds has to turn ON more forward from your legs
It depends on the position of ultrasonic sensors
How do you blur the light?
Where did you get the aluminum stair nosing from ?
How much did it cost you that roll of LEDs?
Hi. Check all Infos about the project. The link to the Led Shop is also there. tinker-fun.chayns.net/digitalledstairlighting
Can I replace Teensy 3.2 Microsontroller with something like Arduino uno or nano?
I think yes. But you have to test it with your Led length. If the Microcontroller is fast enough. I will build a new version with new sensors soon. I will test a esp32 Microcontroller as a new controller.
@@tinkerfun I intend to apply this project to my own house, so I would like to know more details. I'm curious what kind of sensors are you going to replace PIR? In addition, do you think nano is not fast enough, so you plan to use esp32?
❤
Would be cooler if sketched out how you did this
This is so amazing how you do it?? What is the expenses??? I want to do this sir ,,,plss do a video how to do it sir
Please tell me how and what u used for this I've been looking for something to do with my staircase
hello, when it detects a motion, is there a timer after x seconds the LED will be turned off or it can know your last footstep?
Can I buy a DIY kit?
My god..I have never seen anything like this! Amazing!! Plzz guide me how can I do this on my stairs as well!
Soon I will try to develop a kit with controller and sensors.
@@tinkerfun hey tinker, great job, just my thing. Any chance of supplying the kit now?
@@fiazkhalid3542 Hi, sorry, unfortunately I can not offer a kit.
Need this in detailed
Super Umsetzung! Gibt es eine Deutsche Anleitung? Habe vor das selbe für meine Treppe zu machen jedoch im Handlauf integriert. Habe allerdings keine Kenntnisse was das programmieren angeht.
Hi! Das mit dem Handlauf ist auch sehr cool. So wollte ich es auch erst lösen, da wir sowas bei uns auf der Arbeit verbaut haben. Ist auch ein sehr cooler Effekt. Ich schreibe generell alles auf Englisch. Meine Infos zu dem Projekt habe ich hier zusammen gefasst: tinker-fun.chayns.net/DigitalLEDStairlighting . Zu dem programmieren findest du viele Beispiele für Anfänger. Such z.B. mal nach "arduino digital leds" bei Google. Wichtig ist auch, dass du dich für einen adressierbaren LED Typ entscheidest. Es gibt mehrere LEDs mit integrierten Controller, z.B. SK6812/APA102 und WS2812. Viel Erfolg! Gruß Benni
Könnte man mit dem von dir verwendeten led Streifen auch jede Stufe einzelne nacheinander langsam hochdimmen und eben anderst herum? Quasi ein Lauflicht aber stufenbezogen. Den Vorteil von einem programmierbaren streifen sehe ich darin das man mit einem großen leitungsquerschnitt an der Treppe hoch fährt z.b. 3qmm und den Streifen einfach paralell alle 4 Stufen anschließt und so nicht mit jedem steifen von jeder Stufe auf die Steuerung fahren muss da man nur eine datenleitung hat.
@@bimbolino14 ja, dass geht auch. Aber aufpassen, dass du die Datenleitung von einer zur nächsten Stufe richtig anschließt. Es muss von den Daten trotzdem wie ein langer Streifen aufgebaut werden. Damit du nachher LED 1 - z.b. 800 einzeln ansteuern kannst. Stufe 1 wäre dann zb. Led 1-35.
Ja das ist verständlich deshalb muss ich den Streifen komplett in Reihe verschalten, bezüglich der Sensoren am Ende und Anfang der Treppe bin ich noch am überlegen was ich für welche verwende.
Kennst du eine gute Seite wo man das programmieren eines arduino lernt? Habe diesbezüglich wie bereits schon erwähnt keine Erfahrung was vermutlich der größte Brocken Arbeit ist
@@bimbolino14 Hi, als ich vor ca 5 Jahren damit gestartet bin, habe ich mir Bücher geholt. Würde ich heute aber nicht mehr machen. Habe gerade kurz gegoogelt. Diese Seite sieht gut aus. Da starten die von 0. funduino.de/anleitungen
When I was going to buy led lights, I found that APA 102 warm white light was more expensive than APA 107 RGB. I don't know why.
How much
I'll be traying to race the light
Can you provide the name of the LED used here?
APA102 Warmwhite adressable LEDs 144x/meter
I will be honest I was bopping to the tunes at the start I though I was going to enjoy this vid going to do it in my home then it ended ffs man
Where is the circuit diagram & Code for Arduino nano please give me the detailed link
Or just buy sensor lamp so we don't need to install some weird code. But i still liked ur video, smart n creative guy.
Thank you ! Anyone can build their own staircase light as they wish. I like technical things because I am a maker.
Led ac or dc
DC
Hi! I was trying to build this project for a few weeks but it hasn't works. Could you share the code please! I would love if you share it.
Hi. Sorry currently not. I'm not done with this project. It's only a prototype. In next time I will make PCBs and test all things. When I have news you can read it in my Instagram profile. Thanks for watching. Best regards Benni
Love to hear that😊 Thank you so much!
Hi, i am fans from malaysia.
May i borrow your video to promote my led products ?
Tell me more about your products. Get in contact with me: tinker-fun.com/Contactme
it's all noice 👌 and dandy but let's talk about 💰💸💰💸
Price...
I guess burglars will be panicking coz the stairways suddenly light up and any security lights. LoL
Where did you hide the drivers? They look way to big for that application btw. lol
You mean the power supply? For the long stair I built them in a cabinet in the room on top of the stair. For the short stair I built a acrylic case and mounted on the wall. The LED seller write "43.2W/m". So I have ~ 6,5m/930 LEDs on the long stair. So I think it fits. Best regards
Yea because those LED strips look overkill... its probably the 144 LED per meter one? :D
I mean... 60/m would be sufficient... maybe even 30/m. :P
@@janred94 for the amount of necessary lumens, yes. But having the 144led/m makes the spacing between the diodes much less, and the fades much better looking. You don’t always need to run the leds at full power either...
Can you please share the materials details.