Тёмный

Inside an SP002E pixel controller (with schematic) 

bigclivedotcom
Подписаться 1,1 млн
Просмотров 49 тыс.
50% 1

This is a very minimalist controller for WS2811 and WS2812B style addressable LEDs.
It lets you choose an effect and speed, and will then run that effect whenever powered. Basically a fit-and-forget LED controller that could be ideal for signage, effects and costumes.
Although most of the dirty work is done by a microcontroller, the support circuitry is quite interesting, largely because of the use of a discrete voltage regulator. The module will run from 5V to 24V.
Supporting the channel with a dollar or two on Patreon helps keep it independent of RU-vid's quirks, avoids intrusive mid-video adverts, gives early access, bonus footage and regular quiet Patreon live streams.
/ bigclive
#ElectronicsCreators

Опубликовано:

 

7 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 149   
@KevinKadow
@KevinKadow 2 года назад
I like MartyMacGyver's esp32_digital_led library for the ESP32 series of microcontrollers. The library leverages the onboard "RMT" peripheral (designed for sending data streams for infrared remote control). This means the ESP32 can send long streams with strict clock timing with minimal programming effort and CPU overhead.. Also allows creating two or more distinct bitstreams and sending them in sync.
@aliveandwellinisrael2507
@aliveandwellinisrael2507 2 года назад
ha, interesting...
@mgancarzjr
@mgancarzjr 2 года назад
Coded my own sk9822 library for the ESP32. What's nice about those lights is that you can bang those bits as fast as you want (at least on the ESP32), and the LEDs will handle it. Turns out you can even set per-LED brightnes levels from 0 to 31. Negatives: needs a logic-level shifter as the ESP32's 3.2v/3.3v logic voltage isn't reliable enough for data or clock. Double negative: the datasheet has a big flaw in it for terminating the bitstream. Had to search elsewhere for a workable hack.
@johnnodge4327
@johnnodge4327 2 года назад
Thanks for the thorough explanation. I've been using the same WS2811 LEDs and controller as part of my Christmas lighting for about 5 year's. The slow changing rainbow effect is also my favourite, which conveniently is the default effect on starting, which is ideal of timer control.
@randallgoldapp9510
@randallgoldapp9510 2 года назад
There is an arduino library from Adafruit for these LEDs. I've had a lot of fun creating my own patterns. These LEDs are available in strips, strings and loose LEDs.
@Spongman
@Spongman 2 года назад
the HD107s LEDs uses standard SPI @ 40KHz (as opposed to the custom 800Hz bit-banged protocol of the WS2812b). this means that any half-decent micro with DMA-driven SPI can run a string of them in its sleep. literally.
@dcallan812
@dcallan812 2 года назад
I have many of the ws2812 style LEDs I put on the nalcony for Xmass. I have a a programme on my laptop that lets me contol every single light. BUT this looks a very handy driver. Nice video 2x👍
@cnvogel
@cnvogel 2 года назад
3.3V is on the brink of the minimum „high“ voltage for LED data when the LEDs run at 5V, so maybe that’s why they went a tad higher (still within the Vcc limits of the microcontroller).
@shmehfleh3115
@shmehfleh3115 2 года назад
I built a camping lantern/bluetooth speaker with stereo VU meter visualizers using WS2812 surface mount LED tape, an Arduino nano, and a $20 Costco lantern. It worked amazingly well considering it was the first time I ever tried programming those LEDs. There are libraries available for the Arduino that make the programming a whole lot easier than trying to bit-bang them yourself.
@timteecvhn
@timteecvhn 2 года назад
Always great to see new videos from you Clive. Genuinely so too.
@jasonkmec1589
@jasonkmec1589 2 года назад
The Nuvoton MS51FB9AE might be a good candidate for our mystery microcontroller, as it has the right power and ground pinout, and also happens to be well stocked on LCSC right now. I'm not sure what to make of the rest of the pins though, as the clock and data are connected to UART peripheral RX and TX (not SPI as I would expect), and the 4 pads on the side that look like a programming header instead go to PWM outputs.
@gaucholivido
@gaucholivido 11 месяцев назад
Do you know Which Is the chip used on this board?
@jasonkmec1589
@jasonkmec1589 11 месяцев назад
@@gaucholivido Very difficult to know for sure, unless you go through many datasheets and compare each pinout. I did not do this, of course 😄
@nigozeroichi2501
@nigozeroichi2501 2 года назад
I'll have to look into this, I also like the slow chase rainbow effect, I made a string of slow change LEDs I use as a nightlight with what look like a ball of string on each LED a bit smaller than a cricket ball, be cool to have a chase version.
@AmusementLabs
@AmusementLabs 2 года назад
I love these WS2812B. I literally breathe them. 😁
@NiyaKouya
@NiyaKouya 2 года назад
Addressable LEDs are so versatile and you have SO many ways of driving them! Years ago I got a 5m strip of WS2812B RGB LEDs, and pieces from that strip are now running on a "christmas" star that acts as a night light most of the year (driven by an ESP32 running WLED) and in a pretty large 7-segment clock I built/3D-printed myself (driven by a RasPi running custom python code). Nice to see that there are also off-the-shelf solutions for people who don't want to tinker/code much themselves ^^
@NiddNetworks
@NiddNetworks 2 года назад
They're the same as those I sent you over! Don't forget I also sent you their bigger commercial-grade 24V brothers along with a little arduino mcro - am very much looking forward to your teardown / analysis on those :)
@nanetteisontheinternet
@nanetteisontheinternet 2 года назад
I haven’t been doing any electronics lately because of my migraines so this was a nice refresher
@McTroyd
@McTroyd 2 года назад
I could sit there and stare at that color pattern you picked for a while. It's just fast enough to be interesting, but not so much that I feel like I'm being beaten over the head with flashing lights. 👍
@phils4634
@phils4634 2 года назад
Very nifty little bit of kit there! Didn't realise such tech existed, so yet another "led collection" for me to buy! The effects look pretty amazing too, with lots of potential applications around the home.
@rikardlalic7275
@rikardlalic7275 2 года назад
Very attractive and nice effects.
@Torabaito
@Torabaito 2 года назад
i have used this controller to run lights on a RC Plane for night flying. worked really well.
@dougle03
@dougle03 2 года назад
Interesting, although very limited in terms of control over the LED string. I've got a number of ESP8266's running free WLED firmware pulling controller duty. £1.50 for a controller with artNET/DMX over WiFi isn't bad.
@Okabim
@Okabim 2 года назад
For minimalist builds that don't need WiFi I've had no problems running these on 50c Attiny402 MCUs. Their low power consumption is also great for battery powered designs. And the newer models like the 1626 are easy to get Arduino USB programming working!
@AgentPothead
@AgentPothead 2 года назад
Yeah I was gonna mention WLED but I see somebody already has.
@juliannicholls
@juliannicholls 2 года назад
I have a string of LEDs like these connected to an ATTiny85 as a controller. It runs a sequence of displays.
@cspower7259
@cspower7259 2 года назад
Yes me to. Seems to be the cbea
@JB-fh1bb
@JB-fh1bb 2 года назад
For me there are two distinct use-cases: Lights for myself (WLED) and lights as gifts to non-technical people (these little controllers are great fit for those)
@fromgermany271
@fromgermany271 2 года назад
The 100ohms are also their to dampen the ring of the sharp 1MHz signals.
@demef758
@demef758 2 года назад
The reason for the discrete voltage regulator is due to the wide range of the operating voltage, 5V-24V. The little uController cannot tolerate a high voltage, probably good up to only 6V. Many manufacturers make LDOs (low drop out regulators) that can produce a tight 3.3V from 5V, but they are only good for a 7V maximum input voltage. Hence these guys decided to "roll their own LDO" using a zener and an NPN, which can easily tolerate 30V or move.
@hanelyp1
@hanelyp1 2 года назад
I think I've seen IC regulators that could do the job, but they're not nearly as easy to source as the discrete components used here.
@hanelyp1
@hanelyp1 2 года назад
I think I've seen IC regulators that could do the job, but they're not nearly as easy to source as the discrete components used here.
@ekaa.3189
@ekaa.3189 2 года назад
Actually they just require consistent data throughput at X bits per second. A DMA controller can do it as a repeating side process. Then the MCU can spend all it's time updating the values sent.
@hopje01
@hopje01 2 года назад
The 100R in series of the dataline, is a recommendation to put a low value resistor in series with the first led data line.
@MrDbone75
@MrDbone75 2 года назад
A very good Friday morning to you all from Wellington Somerset
@melkiorwiseman5234
@melkiorwiseman5234 2 года назад
I've used an Arduino Nano to control those neopixel lights, using an appropriate library file. It works well, although it gets a little complicated when you have an 8x32 pixel panel and you want to put up words but the pixel connections are in a zig-zag back and forth across the panel from one long edge to the next.
@getyerspn
@getyerspn 2 года назад
I've been using ws2811/12 LEDs since 2014 I got into it for a charity Xmas display and then shop window displays this was before the days of esp8266/32, The 100 ohm resistor will help protect the microcontroller but are more about stopping signal ringing...if you're installing the microcontroller a long way from the LEDs the 100ohm resistor is a must have for stability, I often have 5-10 meters before the first led... nowadays most home users just use wled from aircookie and add custom user mods if necessary.
@d.t.4523
@d.t.4523 2 года назад
Thanks for the look at it. Good luck. 👍
@carlubambi5541
@carlubambi5541 2 года назад
Looks like a good project in the making
@RomanoPRODUCTION
@RomanoPRODUCTION 2 года назад
Thank you BigClive to bring Christmas in August 😘😘😘
@chrislee6650
@chrislee6650 2 года назад
I soldered up 100 clear RGB LEDs to some small WS2811 PCB boards obtained from Ebay and wired them up to create some unique Xmas tree lights, I think the small PCB boards I purchased are the same ones used in these strings. They run from an Arduino using the FastLED library and cycle through various routines I've added or tweaked. I wanted to use clear RGB LEDs to try and simulate old fashioned glass fairy lights, rather than go for the pre-built ones that Clive shows here that all seemed to come frosted.
@SirLouiz
@SirLouiz 2 года назад
Hey clive! awsome video as always. :) You should check out one of those handheld battery Air Dusters, quite interesting and powerful little packet.
@Johadart
@Johadart 2 года назад
Great job Clive, totally enjoying your videos, keep up the great work mate 🤙🏼🇦🇺
@Tarex_
@Tarex_ 2 года назад
I have a few of those, love them for photography, a powerbank, ws20812B string mounted on something and multiple effects for night photos, would love to see the bluetooth versions taken apart though, guess there is more mysterious chip magic which makes it less interesting i guess
@shanieboi86
@shanieboi86 2 года назад
I love these strip's, I run them for my Christmas tree.. use a cheap esp32 to programme them and a mqtt server to get them to sync with my other lights. There is a beautiful comet effect that looks great running um the tree.
@kevinhardisty6465
@kevinhardisty6465 2 года назад
Always wondered how they got so much functionality out of such a small device
@Lu_Woods
@Lu_Woods 2 года назад
Spooze !!
@twocvbloke
@twocvbloke 2 года назад
Schottky diodes on a diagram look like a Give Way sign trying to do a Bruce Forsythe thing, where with Zeners, they're just waving... :P
@EverydayDiy
@EverydayDiy 2 года назад
there's a few really awesome patterns when hooked to a matrix
@Sentinel-1
@Sentinel-1 2 года назад
Actually, in the video we can see the STM32F0 MCU: it's a typical professional solution for the task of driving addressable LEDs. Using an STM32 MCU, you can get a much more flexible and efficient combination of a timer and DMA to a data stream buffer in RAM. It costs literally zero CPU time to send commands to the LEDs at the highest supported data rate (limited only by timer clock source frequency), resulting in their maximum update rate. It's a very elegant technical solution, I love it.
@carlg5838
@carlg5838 Год назад
While the cheapest STM32 *could* do this job quite well, even its bulk quantity price would put it far out of reach of the parts budget for this controller. With the SP002e selling for as little as $1 on Aliexpress in small quantities, it's pretty safe to say the microcontroller used is from the catalog of a domestic Chinese micro manufacturer. Also, the pinouts for power and ground are in entirely the wrong places for the 20 pin TSSOP version of STM32F0. A "professional solution" is giving manufacturers of SP controllers waaay too much credit for something that was intended to sell by the million to consumers at the lowest possible price point.
@gaucholivido
@gaucholivido 11 месяцев назад
Do you know Which Is the chip used on this board?
@I4get42
@I4get42 2 года назад
Best accidental pun @6:07 !! "If they get shorted to 5v, it wouldn't *potentially* be too bad."
@EnricoConca
@EnricoConca 2 года назад
I think they went for a custom power supply because some versions of the WS2812 LEDs are only guaranteed to detect a high input level at > 3.5 V, and probably 3.6 V regulators are not as cheap as their solution.
@chuckholmes2075
@chuckholmes2075 2 года назад
about time you did some videos on ARGB leds. I've creating projects for 10 years now with them
@PhoneVidoes
@PhoneVidoes 2 года назад
You might want to take a look at WLED software and something like a NodeMCU ESP8266, brilliant bit of kit for driving those pixels. Its what runs my Xmas displays these days.
@Wanton110
@Wanton110 2 года назад
A light bulb you may want to look at.. I bought some the other day and they run blisteringly hot in a matter of seconds: Linkind B22 Bayonet Cap LED Light Bulb /edit/ I have in fact just burnt my finger taking it out of the fitting
@kevinburton8248
@kevinburton8248 2 года назад
I spooze I'd better get me ass out if me pit and watch this in me telly. Morning Clive ! ☺
@CG17LIFE
@CG17LIFE 2 года назад
at 1:00 what happened to your left hand wrist? 🤔 "I am talking about that wound on left bottle in your left hand!"
@kacperufland5132
@kacperufland5132 2 года назад
High end video as always. May I hope to see the Spark plug tester taken apart and explained?
@rockstopsthetraffic
@rockstopsthetraffic 2 года назад
Oh, I do have one of these laying around...
@scratchdog2216
@scratchdog2216 2 года назад
Something similar in my Bluetooth speaker I think. Same options and a music-beat-flash type setting.
@groovejet33
@groovejet33 2 года назад
I was looking out for you at The Tattoo, we were on the outskirts. Working in Edinburgh, so we passed by. Fish & Chips for 4 of us was about £60😫😂
@BigClive
@BigClive 2 года назад
Yeah, the place is cripplingly expensive at the best of times.
@merwyncouto
@merwyncouto 2 года назад
Please do a video on Xyloband, the radio controlled LED wrist bands at Coldplay concerts
@TDOBrandano
@TDOBrandano 2 года назад
Another issue with long strings is voltage drop, made worse by the fact that WS2811/WS2812 are 5V devices. Long strings tend to a red hue towards the end.
@johndododoe1411
@johndododoe1411 2 года назад
Even with digital transmission of the RGB values?
@Dr.-Smart
@Dr.-Smart 2 года назад
i recommend the sp107 and the sp108 !
@10lauset
@10lauset 2 года назад
.. Cheers to you. ..
@jcxtra
@jcxtra Год назад
Hi Clive, My guess for the 3.7v is that the WS2812 LEDs usually run on 5v, and they only have a tolerance for data voltages a certain range below that point, and if the micro controller was running at 3v3, that would be too big of a difference for them to be able to see a logic high as such. Just a guess, but 3.7 might just be within the realm of acceptability for the dataline. What do you think?
@padathir
@padathir 2 года назад
Spoooooze
@EdgyNumber1
@EdgyNumber1 2 года назад
Just out of interest Clive, will you be tearing down one of those Eveready remote controlled variable colour LED lamps you get from B&M?
@NivagSwerdna
@NivagSwerdna 2 года назад
There are ATMegas with pin 7 being supply... but I think they are pin 8 GND rather than pin 9.
@gaucholivido
@gaucholivido 11 месяцев назад
Do you know Which Is the chip used on this board?
@phonotical
@phonotical 2 года назад
Adding variable resistor between clock and neutral make more expansive effect?
@CG17LIFE
@CG17LIFE 2 года назад
try testing *SP107E!!* because it has mic in it, it response the pixels lighting with the sound! it almost has 200 patterns and 50 music patterns... it also connect with your phone using one app called (LED chord) with Bluetooth and "location" in your phone! then you can control the lighting modes! (I have it in my home it's really good!) *"I can send you the video how it's looks working with sound, if you want!"* 😀
@309electronics5
@309electronics5 2 года назад
I searched up a teardown and they have a ST microcontroller in them and bluetooth chip
@akudarkness
@akudarkness 2 года назад
ws2813b has a redundancy line, so even if one led in the sequence gets blown, the rest of the line stays alive.
@vezzosetto
@vezzosetto 2 года назад
Could you do a video explaining in simple terms how the data transfer works in these and why some lights need it and some don't? Thanks :)
@johndododoe1411
@johndododoe1411 2 года назад
Some lights allow it, most don't. It's not a need, it's a feature.
@Nono-hk3is
@Nono-hk3is 2 года назад
I like to drive addressable RGB LEDs using a raspberry pi, so I can use lots of memory and lots of different algorithms running simultaneously
@309electronics5
@309electronics5 2 года назад
A rpi pico? Or a normal pi?
@wherami
@wherami 2 года назад
lol i wanted to just sit here and watch that light
@RambozoClown
@RambozoClown 2 года назад
WLED FTW!
@wadewoolwine1036
@wadewoolwine1036 5 месяцев назад
Do you happen to know whether I'd be able to replace those buttons with capacitative buttons like the TTP223?
@paulturner5769
@paulturner5769 2 года назад
That's two of your videos that have featured a seemingly unnecessary schottky diode now. Something we haven't figured out is going on. Do they come with dodgy power packs that might glitch negative?
@markiangooley
@markiangooley 2 года назад
Spoo-rwoie!
@Mr._Sandman
@Mr._Sandman 2 года назад
At first glance, I thought the model# was 'SPOOGE'
@DiyintheGhetto
@DiyintheGhetto 2 года назад
My brother has the same controller. Also says the same thing 5v to 24v. However when applying 12v it fried the controller. Not sure why. I looked and ony thing that went bad was the diode and 2 resisters. I repaird them and the controller worked again. The controller fried again and repaired again. Seens it's not a above 5v controller.
@stephenlamley541
@stephenlamley541 2 года назад
Sodding hell just realised my ADHD is gonna be fun today im watching the tv, my phone and psrt reading a book none of which i can concentrate on for more than ten minutes.
@Tonitsh87
@Tonitsh87 10 месяцев назад
I like controlling my LED strip with arduino and i have written (stolen + modified) some very nice rainbow effects. I very much like the SP002E controlles aswell ( because of it' s cheapness). Is there a way to implement your custom code to the SP002E microschip? i know it can "pass through" the Arduino code, but using arduino to controll led-s seems a little overkill.
@BigClive
@BigClive 10 месяцев назад
There are ways to port your finished and compiled Arduino code onto a bare microcontroller.
@RumorLand
@RumorLand 2 года назад
Do you have a way we can send electronics so you can reverse engineer them. I have a set of LED headlights that have started going dim and losing light on one side that I'd like to send for you to make a video
@NimbleJack3
@NimbleJack3 2 года назад
"oh cool, a new clive video. huh, I wonder what spooze is."
@theelmonk
@theelmonk 2 года назад
What's the new bench surface ? It's not as clear for objects like the leds, with thin dark wires and clear housings. Presumably good for light-coloured things.
@katelights
@katelights 2 года назад
hes not at home.
@SirBoden
@SirBoden 2 года назад
Wonder what the data stream would look like on an oscilloscope.
@duke_of_oz
@duke_of_oz 2 года назад
Will you have a look at the "pixels" too?
@ruben_balea
@ruben_balea 2 года назад
So the first LED to receive the data assigns itself the first address, the next one the second, and so on?
@BigClive
@BigClive 2 года назад
Yes.
@pavel99x3
@pavel99x3 2 года назад
Bit overkill, but I find raspberry pi zeros are great for driving these strings.
@309electronics5
@309electronics5 2 года назад
Or esp32/8266s
@fvckyoutubescensorshipandt2718
@fvckyoutubescensorshipandt2718 2 года назад
If only there was a way to make an RGB controller on my $800 motherboard control more than 120 in a string (and even that takes a software hack). I mean damn, it can handle 128GB of ram but the Asus designers can't afford to add 4kB and a sligthly faster $20 microcontroller? If they were worried about dummies drawing too much current from the 3A RGB socket most know to use an additonal power supply and put that in the user manual if not (5v 80A for mine, but had to split 2520 LEDs up into 21strings of 120, annoying when that messes up some effects when an Arduino can control 10's of thousands with appropriate power distribution). Really wish the signal amplifiers (SP901E x3) could also multiply the input data stream by 21 in series (same 360 input bits from the mobo repeated 21x before going to first LED) rather than simply act as a signal repeater/amplifier, but don' t think such a thing exists.
@tin2001
@tin2001 2 года назад
That's kind of like wondering why Ferrari don't offer bullbars and towbars as factory options. It's not designed for that sort of use.
@fvckyoutubescensorshipandt2718
@fvckyoutubescensorshipandt2718 2 года назад
@@tin2001 Well it should be, My custom acrylic case can handle far more than 2520 leds (it's big enough to also have 22 hot swap bays + 4x 5.25 bays, water loop that holds nearly 2 gallons, as well as it's own internal 800W audio amp).
@JendaLinda
@JendaLinda 2 года назад
I was expecting just an 8 pin Attiny there.
@tariqueumar9988
@tariqueumar9988 2 года назад
The chip likely to be 'Nuvoton'.
@gaucholivido
@gaucholivido 11 месяцев назад
Do you know Which Is the chip used on this board?
@plageran
@plageran 2 года назад
is the 6 pin below the IC Jtag?
@gaucholivido
@gaucholivido 11 месяцев назад
Do you know Which Is the chip used on this board?
@ekhalilov5543
@ekhalilov5543 2 года назад
🎄
@mikebashford8198
@mikebashford8198 2 года назад
Back in the 1970's, this would have cost hundreds of thousands, and would have needed a couple of tons of mainframe computer.
@aliveandwellinisrael2507
@aliveandwellinisrael2507 2 года назад
I remember that things like Neopixel strips have significant current draw once you start getting into higher numbers of lights. Is this simply because of the number of LEDs, or is the addressable part in each light 'node' a significant contributor to this?
@mgancarzjr
@mgancarzjr 2 года назад
High numbers or high brightness simply due to their potential brightness. There's a rule of thumb somewhere to have power supplies spaced out along the strip every x LEDs.
@BigClive
@BigClive 2 года назад
At full white a neopixel will pass around 50mA. That soon adds up.
@dipakbhalodia7155
@dipakbhalodia7155 Год назад
How to pogram MCU in pixels controller
@icarusi
@icarusi Год назад
I got video of some lights I haven't seen before. I think it's probably RGB rather than pixel on coloured lighting, but the icicle/meteor set also has separate control of the individual light-strips, as well as duplicate bank control of the set. ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-3ihywwbWCDQ.html
@BigClive
@BigClive Год назад
Might be WS2812B LEDs or WS2811 pixels?
@alejandroalzatesanchez
@alejandroalzatesanchez 2 года назад
_Shift registers be like:_ but *RGB*
@johndododoe1411
@johndododoe1411 2 года назад
That circuit users only 7 pins and could be done with almost any 8-pin MCU, no need for 20 pins.
@Pirelli.
@Pirelli. 2 года назад
It's crazy how small and cheap everything has become, I mean, 40-50 years ago, a circuit board would have easily filled a room, especially the chips and memory....
@skylined5534
@skylined5534 2 года назад
Yep and would have likely cost thousands! It's bonkers how fast things have progressed in a couple of decades alone.
@aryajayasuper
@aryajayasuper 2 месяца назад
Hi. Can i use external reset button to change the mode and speed??
@BigClive
@BigClive 2 месяца назад
That will vary between units.
@cyprusmiraque
@cyprusmiraque Год назад
Is there a way to dim the LEDs using this controller?
@BigClive
@BigClive Год назад
It usually comes with a fixed intensity limit.
@someoneidkwho2936
@someoneidkwho2936 3 месяца назад
how do i modify its firmware? i want to change the modes into custom ones made from me
@BigClive
@BigClive 3 месяца назад
You may have to rewrite the software from scratch.
@syntaxerror9994
@syntaxerror9994 2 года назад
Spooze?
@leef_me8112
@leef_me8112 2 года назад
STM8S103F2 or similar
@fromgermany271
@fromgermany271 2 года назад
Yes, the data output comes from UART TX, which is used in some cases to create the correct pulses precisely in HW. „up to 1MBit/s“, so you can create 1..8us pulses with a 1us precision. Removed HW label recovered! Arrow Electronics claims to sell them for 80ct. Others are just out of stock.
@gaucholivido
@gaucholivido 11 месяцев назад
Do you know Which Is the chip used on this board?
@XxViper06xX
@XxViper06xX Год назад
Can this controller be set to static light color?
@BigClive
@BigClive Год назад
On the app you can choose a fixed colour, but I'm not sure if it stores it.
@XxViper06xX
@XxViper06xX Год назад
What app? I'm asking about the controller.
@TigerP1
@TigerP1 2 года назад
B.C. do you know when the Tattoo will be broadcast on TV?
@BigClive
@BigClive 2 года назад
It depends where you are in the world, but I think it airs in the UK in a few days.
@TigerP1
@TigerP1 2 года назад
@@BigClive I am everywhere and nowhere ;-) If it's on I can get it.
@TigerP1
@TigerP1 2 года назад
@@BigClive Found it BBC1 Mon 29 Aug 7:30pm - 8:30pm
@IvanArtamonov940
@IvanArtamonov940 2 года назад
Aussie50...
Далее
Can we hack an Energizer lamp for longer life?
7:58
Просмотров 107 тыс.
Learning from other's mistakes
8:30
Просмотров 88 тыс.
Сказала дочке НЕТ!
00:24
Просмотров 999 тыс.
TP4056 myth busting
9:07
Просмотров 324 тыс.
Tesco lamp with weird circuitry twist
7:15
Просмотров 68 тыс.
Two wire flasher module teardown with unexpected find
10:12
Worst fake Eco OBD2 fuel saver yet (with schematic)
9:00
HOW TO USE WS2812B NEOPIXELS WITH FASTLED ON ARDUINO
24:32
Fun with Transistors
24:33
Просмотров 260 тыс.