From blink to DIY Mini Game - Charlieplexing explained

Поділитися
Вставка
  • Опубліковано 27 гру 2024

КОМЕНТАРІ • 148

  • @bitluni
    @bitluni  10 місяців тому +90

    48000000/128/16 = 23437.5

    • @gsegallis
      @gsegallis 10 місяців тому +5

      What about sharing led pins with the switches? Either drive each switch with the normal led scan, or have a switch only scan after every led frame where you pulse one the switch pins. You can use the analog in put to read what will be a 0 or 3v signal from each switch, in sequential order. Resistors on the output of each switch will isolate the driving pin if multiple buttons are pressed.

    • @SojournerDidimus
      @SojournerDidimus 10 місяців тому

      ​@@gsegallisYes, you can charlieplex buttons as well, note you must add a diode to each switch to prevent button presses from shorting out rows in your LED matrix.

    • @Dazza_Doo
      @Dazza_Doo 10 місяців тому

      If (Amazing_Videos) next_video() ;
      Are these floats or doubles? They are written as Ints 😉 - jk

    • @swarupsahu6611
      @swarupsahu6611 9 місяців тому

      Is there any way to stream analog videos over wifi using esp32

    • @SojournerDidimus
      @SojournerDidimus 9 місяців тому

      @@swarupsahu6611 What do you mean? Analog video by definition cannot be transmitted via WiFi. However, it is possible to digitize analog video and transmit the digitized video over WiFi, that can also be to an esp32. Note that you will probably need to choose a format and size that the esp32 can handle, but UA-cam is doing the same; on low bandwidth devices it will select a higher compression for you.

  • @mikeselectricstuff
    @mikeselectricstuff 10 місяців тому +91

    A couple of other tricks you can do :
    Measure the battery voltage and adjust the LED drive duty to maintain constant-ish current.
    for the buttons, use the LED matrix pins to scan a "1" across the pins, with a resistor from each pin through a switch to a common line, with a pulldown resistor, sensing with an ADC, or maybe logic level if that can work with the LED drive stuff. Or you could use 3 dual diodes instead of the series R's. Could maybe flip the button pin to input briefly for the measurement.

    • @grindfi
      @grindfi 10 місяців тому +6

      wait, we can do a color screen if you find 3.3v rgb leds, the resolution will be 3 times lower, but color is color

    • @rich1051414
      @rich1051414 10 місяців тому +2

      @@grindfi If you have Red green and blue subpixels, you can stagger the LEDs for more perceived resolution. You would not gain back all the resolution, but it would help. So the resolution would cut in a third, but then you could double the 'virtual resolution' with staggered LEDs, which would appear to about 1.5x the actual resolution.

    • @SojournerDidimus
      @SojournerDidimus 10 місяців тому

      ​@@rich1051414This reminds me of the Apple II subpixel trick. They used alternating green and magenta subpixels, allowing a white pixel at twice the horizontal accuracy.

  • @piconano
    @piconano 10 місяців тому +165

    I've used this technique in 1995. Learned it from some mailing list or BBS or Yahoo groups while working on a 68HC11 project.
    It didn't have a name back then, but a multiplexing trick someone knew and passed it along.
    Now this Charlie dude comes along and grabs the glory in 2003 while some other smart dude who was the true inventor of this technique got shafted and forgotten.

    • @fluiditynz
      @fluiditynz 10 місяців тому

      If you were on the PIClist then I posted around 1998. Microchip posted it in a book of tricks as "Charlieplexing" after Y2K. They also posed a simpler version of a matrix keypad in that same booklet, using a resistor ladder like bitluni did here. My one was around 2001 and I was surpriced to see that also pop up as known, later by Microchip. Mine was for an elevator manufacturer, a customer of mine then and I was maxing out the capabilities of an AtMega chip I was using for lift monitoring. If you wiki it, someone went in the waybackmachine and found my piclist entry for bipolar tristated LED multiplexing and even stuff preceeding it. So it doesn't get Grahamplexing either 😅 Lots of things like this have their time to be invented. Many inventions were independently invented and some the glory was stolen for sure but usually it starts with publicity of some breakthrough and inventive minds using it to finish a mental puzzle. For me it was simply wanting to drive a large number of LEDs and knowing that PICs can tristate. Using bipolar LED pairs gave me twice the LEDS I'd get from multiplexing alone. I did another one more recently with 20 off an 8 pin CH32V RISC-v micro but bitluni's used a few more LEDs than that...

    • @seanabsher5577
      @seanabsher5577 10 місяців тому +5

      if you don't patent or at least make your work known... you tend to get forgotten. I'm sure Charlie wouldn't mind taking the back seat if the other person was able to prove their "invention", right?

    • @Biru_to
      @Biru_to 10 місяців тому +12

      Pretty sure multiplexing has existed for long enough nothing significant has been invented the past decade or so for driving a tiny LED display like this.

    • @redtex
      @redtex 10 місяців тому

      "Трёхзначная сигнальная система" описана в патенте AEG-Telefunken в 1979г.
      Шах и мат.

    • @stevekean512
      @stevekean512 10 місяців тому +6

      ​@seanabsher5577 Carl Fredric Gauss is not forgotten, yet they continue to discover routines, etc. in his unpublished works. Poor students come to him with a solution and he would open a bottom drawer, rustle some papers and show the student he'd found that answer 10 years before. Lol

  • @DwAboutItManFr
    @DwAboutItManFr 10 місяців тому +7

    FINALLY THE PERFORMANCE I NEED.

  • @gn0st1c
    @gn0st1c 10 місяців тому +7

    @6:48 don't miss this part! There is no music, yet you'll be playing it in your head. now that's hell of a music compression.

  • @_Mackan
    @_Mackan 10 місяців тому +112

    Of all channels to play Bad Apple, this was not one of them. Though, it was funny

  • @Jimmymcjimthejim
    @Jimmymcjimthejim 10 місяців тому +5

    The 3.2V max in the LED datasheet is referring to the forward voltage of the LED when 5mA is flowing through it. Typically it is 2.8V, but variation from part-to-part could make the forward voltage as high as 3.2V. This specification does not refer to the maximum allowable voltage; typically LEDs are specified by the maximum current (30mA for this particular LED). If you were to apply 3.2V to one of these LEDs from a high-current power supply, the current would likely be higher than 5mA. Typically microcontrollers have current limiters on the IO pins, and a decent output resistance, which allows you to drive LEDs with them.

  • @Nexalian_Gamer
    @Nexalian_Gamer Місяць тому +1

    I made something similar to this in a game called The Powder Toy. It's a 2D particle physics simulator and has a bunch of electrical stuff as well. The screen has columns and rows like yours. There's an LCD element that lights up and acts as pixels, and is controlled by elements called PSCN and NSCN. PSCN turns the LCD element on, and NSCN turns it off. There's a switch under every pixel, also controlled by PSCN and NSCN. If the switch is in the ON position, the signal will go through it and to the PSCN that's touching the pixel, which turns the pixel on. The pixels reset by sending a signal to the NSCN touching each pixel. The screen is controlled by first turning on the switches to the first row, and then sending the column signal to certain pixels, which turns them on. The switches on the first row are then turned off, and the switches on the next row are turned on and then the column signals are sent to light up the pixels on that row. And so on and so forth. For faster speeds, instant conductors are used to send the signal instantly, and the off signals are sent to all switches or pixels at once so the system can reset/be ready for the next row much faster

  • @matthewvenn
    @matthewvenn 10 місяців тому +4

    Great explanation of charlie-plexing!

  • @PsychogenicTechnologies
    @PsychogenicTechnologies 10 місяців тому +13

    A fantastic explanation: dunno why I had so much trouble wrapping my head around it--wish this had been out before I made the script and the video! Great job, thanks!

  • @thefatmoop
    @thefatmoop 10 місяців тому +3

    If u have adc you can make the buttons connect different resistors and make a voltage divider that outputs different voltages. Can cram a lot of buttons on 1 adc pin

    • @ETORERIGO
      @ETORERIGO 10 місяців тому

      Well, it would be a bit of a problem because he also has a 3 volt input and a 5 volt input, which would cause some problems in adc, but i like your idea, the resistor keypad trick is used in almost every cheap thing where mcu pins are limited

  • @ilSySTeMli
    @ilSySTeMli 10 місяців тому +5

    Love the Little Quirky Projects, Hope to see You soon on the Streams , cheers .

  • @anthonywilliams7052
    @anthonywilliams7052 10 місяців тому +11

    Just an idea but with all those LEDs maybe we can use it as a touch screen too by using the current draw from reflected light or as a light sensor.

  • @KTPDAILY
    @KTPDAILY 9 місяців тому +1

    you are wonderful for making us smarter so thank you

  • @miege90
    @miege90 10 місяців тому +4

    nice project, never heard of charlieplexing before

  • @alexanderscholz8855
    @alexanderscholz8855 10 місяців тому +14

    Main Question is, will it run Doom?!? Awesome 😁😎‼️‼️‼️

  • @noanticheat
    @noanticheat 10 місяців тому +1

    Imagine a real monitor using LEDs instead of OLED displays and being able to get to insane refresh rates.
    We could actually achieve this using micro LEDs for a RGB >1080p screen. This would be the future of monitors

  • @zoey101dogwablog
    @zoey101dogwablog 10 місяців тому

    Another fantastic project in fantastic depth and detail! Pure gold!!

  • @artursmihelsons415
    @artursmihelsons415 10 місяців тому

    Excellent video, again! 👍
    Great LED driving idea! Didn't thought about it as way to drive LED matrix. But I used similar method with all 3 states for other different projects.. 😂

  • @supreme_xenon
    @supreme_xenon 10 місяців тому

    Nice demo of the mysterious MV

  • @SojournerDidimus
    @SojournerDidimus 10 місяців тому

    Adding a tiny plastic shroud around your battery will make the negative protected. If your board is designed with a Vcc plane instead of a ground plane this will allow for the metal battery connector.

  • @Khatoblepas
    @Khatoblepas 10 місяців тому +2

    I wonder, if you could make a 720*400 matrix it might be possible to make a ttl led monochrome monitor. It'd be a challenge to get the aspect ratio right but it might be a promising avenue.

    • @fusseldieb
      @fusseldieb 3 місяці тому

      That would be a cool thing to see!

  • @codebeat4192
    @codebeat4192 10 місяців тому +4

    I did some experiments with Charlieplexing a few years ago, it is a great technique but you have to select your components carefully and you need to keep the tracks as short as is possible. The biggest problem with Charlieplexing is ghosting (and to avoid this), especially when the LEDs are very sensitive. Using resistors (best way is without) can also introduce ghosting or a too slow update/pin switching speed. A too fast update speed (without resistors) can shorten the lifetime of the LEDs or can brownout the pins of the microcontroller over time. You need to find a safe balance between speed (without ghosting), visibiity and (overall) current. Remember we can only see 24 frames per second so there is enough room to skip frames (blank = no output) to reduce the current and also extend battery life. And because of a lower speed (and completely off states) there is enough time to read the state of the buttons without interference (many times). I think you need to slow down to make it better.

    • @yoctoflop
      @yoctoflop 10 місяців тому +12

      Why do people believe the 24fps thing?? If you're referring to the flicker fusion rate, sure, but we can certainly see above 24fps. I can see light fixtures flicker at 60hz.

  • @fluiditynz
    @fluiditynz 10 місяців тому +1

    Well done bitluni. You might need a small cap on your keypad resistor ladder, could be the led direct drive is affecting the adc performance. If you can get an accurate sample while resetting tristates during persistance of visiin before the next frame then thats an easy sw solution

    • @fusseldieb
      @fusseldieb 3 місяці тому

      Reading resistor networks with ADCs has always been an issue, for me at least. It just fluctuates way too much and messes the button presses up.
      For instance, I've got a 12-Bit ADC to read the resistor network of my car's multimedia buttons on the steering wheel, and just by turning the car on or off, I get wildly different ADC readings, throwing it off.

  • @tim_allen_jr
    @tim_allen_jr 10 місяців тому +1

    This gives me a idea for a project 🧠📈✨️

  • @protiumx
    @protiumx 10 місяців тому +4

    This is awesome! Do you share schematics and code in your Patreon? I'd love to be able to just order the board and play with the code

  • @certified-forklifter
    @certified-forklifter 10 місяців тому +6

    noooooo why is one led broken :(
    very nice project, i really like the design

    • @Davedarko
      @Davedarko 10 місяців тому

      one out of TEN THOUSAND (not good at counting, it was a lot)

  • @DrRickDaglessMD
    @DrRickDaglessMD 10 місяців тому +2

    Do you plan on releasing the firmware open-source? I'd love to look at how you drive the display and abstract the charlieplexing logic in code!

  • @laserquant
    @laserquant 10 місяців тому +2

    Bitluni again :-) wonderful.

  • @jet_mouse9507
    @jet_mouse9507 9 місяців тому +1

    I didn't figure out until going back after finishing the video - only 1 column of LEDs is on at a time! I was confused at first.
    I think you should add a micro-sd slot! Anyways, it's a really cool project

    • @fusseldieb
      @fusseldieb 3 місяці тому +1

      Adding a sdcard slot would be really cool, as he could save some animations on it. Of couse more pins are needed, but at this point just get an ESP32 or something. It has SDCard+USB support "built-in" and a lot of pins.

  • @techh3x4
    @techh3x4 4 місяці тому

    bro i'm literally making a homemade matrix just to play bad apple. i laughed so hard by the time you booted the megaplex lmao

  • @baist1375
    @baist1375 25 днів тому

    Man, you are amazing. Subscribed

  • @rdyer8764
    @rdyer8764 10 місяців тому

    Always interesting stuff!

  • @TheMrMinecrafttnt
    @TheMrMinecrafttnt 10 місяців тому +2

    I think you can go to creditcard size it does make it more confortable to push Buttons 😅

  • @EdwinNoorlander
    @EdwinNoorlander 10 місяців тому

    Nice project, I think je can also connect a button on each line from the led matrix.

  • @Roxy53280
    @Roxy53280 10 місяців тому +2

    This is proof that Bad Apple!! can be played on anything in the world.

  • @Davedarko
    @Davedarko 10 місяців тому +1

    Welcome to the I-designed-a-charlie-plexed-led-handheld-club :)

  • @Jimmymcjimthejim
    @Jimmymcjimthejim 10 місяців тому +2

    Also, CR2032 batteries are lithium. Just not rechargeable.

  • @moth.monster
    @moth.monster 10 місяців тому +1

    Ooh, that's a cute little chip alright. Might be able to finally make my dream of a 1-wide DIP microcontroller dingle a reality...

  • @garrukapex6693
    @garrukapex6693 9 місяців тому

    If you ever sell these I’d be very interested in buying one, I’ve been looking for an entry point into the ch32v and I’d love to try to implement Tetris on it!

  • @austinmarhold6358
    @austinmarhold6358 10 місяців тому

    Please tell us more about the compression algorithm!

  • @thexht7927
    @thexht7927 7 місяців тому

    How do you program the CH32V003 without the SWIO pin?

  • @Dzatoah
    @Dzatoah 10 місяців тому +5

    Charlieplex.. interesting name, where does it come from??

    • @TheEmbeddedHobbyist
      @TheEmbeddedHobbyist 10 місяців тому +1

      in the old days it was just call multiplexing 🙂
      a bit like the hyperloop is just a new name for BRUNEL’S ATMOSPHERIC PIPE 🙂

    • @mikeselectricstuff
      @mikeselectricstuff 10 місяців тому +4

      I think it was named after an engineer at one of the semi. manufacturers who wrote an appnote describing the technique

    • @TheEmbeddedHobbyist
      @TheEmbeddedHobbyist 10 місяців тому +2

      it's the same way that I bit bang i2c, I set the output low to pull the line down and set it to an input to let it go high. this give me a open collector type output on uC. so data is transferred just by changing port from output to input and not changing what's on the port, always a low.
      Works for me.

    • @fluiditynz
      @fluiditynz 10 місяців тому

      It got named Charlieplexing after a Maxam guy who did it but I invented before him, published before him (on the PICist) and apparently others were before me too. It's one of those things that was going to occur to inventive people once tristating of microcontroller pins was available.

    • @andymouse
      @andymouse 10 місяців тому +1

      In a Charlieplexed LED matrix, each LED is connected between two microcontroller pins. By selectively setting these pins to high, low, or as high-impedance inputs, the LEDs can be individually controlled. The name "Charlieplexing" is derived from Charlie Allen, who developed this technique.

  • @sandswalker
    @sandswalker 10 місяців тому

    Amazing project! I assume that you are using a timer for driving the sound through the buzzer, how did you convert the music to PWM values?

  • @pietrolemes7759
    @pietrolemes7759 10 місяців тому +1

    How about this, but with a esp32 using all available pins to get the most pixels as possible. No buttons, no nothing, only wifi and this board becomes a wifi display. How many pixels would that be?

    • @PaulSpades
      @PaulSpades 10 місяців тому

      25*24. 600 pixels monochrome pixels. But I doubt you can drive that many leds in series from the micro. So, use some proper multiplexers (which can also stack channels, but with a delay in responsiveness).
      Also, that board already has 1 dead led out of 240. Which is fixable (as opposed to lcd and oled panels), but you're probably going to have a pretty high failure rate.
      This is a good solution for low res displays or public displays, though. I would make it bigger, go for 16 or 20 leds in series and try different aspect ratios (like 8*30). Some of the public digital displays and scrolling text displays might already use this technique.

  • @floppydisk4500
    @floppydisk4500 9 місяців тому

    Is there any way you can get multiple of these tiny little microcontrollers to work together to get a dual core system with more memory and storage?

  • @vishalkumar040393
    @vishalkumar040393 10 місяців тому

    Nice project. 👏

  • @MaxCarponera
    @MaxCarponera 10 місяців тому

    Maybe am wrong, but If you connect the diodes in the matrix in antiparallel, so 2 diodes for every positiion, and still use the H-L-Z levels, you get n² matrix. Be 1 and 2 the antiparalell diodes, pin A column, ping B rows.. Then they light when:
    B/A Z L H
    Z - - -
    L - - 1
    H - 2 -
    Rest of columns does not light because are Z

    • @redtex
      @redtex 10 місяців тому

      Только n(n-1)\ n=16

  • @o0julek0o
    @o0julek0o 10 місяців тому +2

    Ofc cnlohr was involved! What a surprise (not)!!

  • @scotdotwtf
    @scotdotwtf 10 місяців тому

    i love your channel ❤

  • @TSangTaoChanel
    @TSangTaoChanel 10 місяців тому

    What is the distance between each LED?

  • @mikeselectricstuff
    @mikeselectricstuff 10 місяців тому +1

    Probably worth squeezing a 5 cent SPI flash on there for much more content

    • @thesecretengineer
      @thesecretengineer 10 місяців тому

      I think he had run out of pins for the micro, but with his bigger one now who knows, He's on live tonight I think (wednesday) as "Bitluni Live" at 20-00 UTCish, I'll be their.

  • @sajalsanthosh
    @sajalsanthosh 10 місяців тому

    I would love to know how the bad apple compression works!

    • @thesecretengineer
      @thesecretengineer 10 місяців тому

      Huffman encoding and lowering the frame rate, He's normally live tonight (Wednesday) at 20-00 UTC as "Bitluni Live", you can watch him do these projects their.

  • @marshpw
    @marshpw 10 місяців тому

    where does the sound come from?
    edit: you explain it :)

  • @AmaroqStarwind
    @AmaroqStarwind 10 місяців тому

    Now if the LEDs where a lot smaller (and greater in quantity), you added RGB, and you gave it control electronics (and power electronics) to match...
    You could make the world's fastest computer monitor.

  • @gsestream
    @gsestream 9 місяців тому

    so how about a 4K led wall. that might be better to do automated.

  • @Slushee
    @Slushee 10 місяців тому +2

    Why did you order so many!? Are you selling them somewhere?

    • @0osk
      @0osk 10 місяців тому

      jlcpcb has a minimum order size of 5 boards

    • @Slushee
      @Slushee 10 місяців тому

      @@0osk Those don't look like five silly

    • @0osk
      @0osk 10 місяців тому +1

      @@Slushee oh youre right im dumb, i didnt go back to look. i have no clue then. he doesn't have any links to buy them so maybe he got a deal where buying that many was the same price as just buying 5. I've gone on that site before and for some configurations they charge the same amount whether you buy 5 or 10 boards.

    • @Slushee
      @Slushee 10 місяців тому

      @@0osk Nah you're not dumb dw xD

    • @PaulSpades
      @PaulSpades 10 місяців тому

      Maybe he gives them out to friends to make games for them. It definitely has better potential than the 8by8 display console he made a while ago.

  • @sc0or
    @sc0or 10 місяців тому

    For those who don't want to use a "strange" MCU with a typical "Chinese" datasheet, there is a PI4IOE5V6416 I2C 16-bit expander for any other MCU. 50mA I/O current capability, R/W pin configuration (a Z-state), 24TQFN, up to two devices on a same bus
    Yeah, and thank you for the great idea for my big matrix 8x5x30 indicator ) Merely lost a hope to find a good one manufactured

  • @MaDmanEXE
    @MaDmanEXE 10 місяців тому

    Please tell us about that compression

  • @rustygear9370
    @rustygear9370 10 місяців тому +1

    @ 13:43 That's the techniest Rick Roll I've ever seen

  • @nuclear_tractor5957
    @nuclear_tractor5957 10 місяців тому +1

    Looks cool:) What is the current limit on the microcontroller io pins?
    The current of one LED is 20mA, but there are 16 of them in one column... I don’t think the pin can output more than 100mA. Or maybe the LEDs do not work simultaneously within the same column? Then how many LEDs can light at the time in one column?

    • @redtex
      @redtex 10 місяців тому

      Одномоментно может светиться только один светодиод.

  • @DanielMelendrezPhD
    @DanielMelendrezPhD 10 місяців тому +3

    Oh, no! There is one dead soldier there. Press F for paying respects... U__U

  • @landspide
    @landspide 10 місяців тому

    Brilliant 👍

  • @modarsoos
    @modarsoos 10 місяців тому

    nice job 👍

  • @graealex
    @graealex 10 місяців тому

    Can you link the software USB implementation?

  • @Shack283
    @Shack283 10 місяців тому

    scientist: *creates a helpful device*
    me: can it run Doom?

  • @DanelonNicolas
    @DanelonNicolas 10 місяців тому

    I'm speachless it's so cool.... how much would pcbway charme for this? XD

  • @GNARGNARHEAD
    @GNARGNARHEAD 10 місяців тому

    that's really cool 😃

  • @jordantekelenburg
    @jordantekelenburg 9 місяців тому

    Is the code and schematics available?

  • @ranganatennakoon
    @ranganatennakoon 10 місяців тому

    Its great !

  • @kplatt8912
    @kplatt8912 9 місяців тому

    The battery case will still short to the USB

  • @Marc_Wolfe
    @Marc_Wolfe 10 місяців тому

    I have a flash light that does at least some of this for it's 4 charge indicator LEDs. It's a no-name chinese thing that uses 4 18650s.

  • @thienvungo1829
    @thienvungo1829 9 місяців тому

    do anyone noticed that one led is dead?

  • @Arek_R.
    @Arek_R. 10 місяців тому

    Why use this awkward uC tho?
    There are sub $1/2 ST micros.

  • @Sensoger
    @Sensoger 10 місяців тому

    I can't wait to play Doom on a megaplex

  • @horryportier7539
    @horryportier7539 10 місяців тому +1

    I swear if i see one more bad apple on any type 2d matrix im gonna die

  • @multiplysixbynine
    @multiplysixbynine 10 місяців тому

    This might be a good place to use a shift register or port extender.

  • @backdemoletor4654
    @backdemoletor4654 9 місяців тому

    Why can't I join the discord server?

  • @captheobbyist6434
    @captheobbyist6434 10 місяців тому

    a tiny microrocessor with 4kb of memory: 23 thousand frames per second
    gaming laptop with intel cpu: 40 frames per second

  • @mk0xf1e6e6
    @mk0xf1e6e6 9 місяців тому

    I think it's ch32x035 not ch32x35

  • @prof955
    @prof955 10 місяців тому

    You have not working led in new board 😅

  • @redtex
    @redtex 10 місяців тому

    Сигнальная система с использованием третьего состояния описана в патенте от 1979 года. При чём здесь какой-то Чарли??

  • @alpha_pixel_
    @alpha_pixel_ 3 місяці тому

    Use piezo buzzer.

  • @ziomalZparafii
    @ziomalZparafii 10 місяців тому

    Very nice board but what is Bad Apple? Some music or some inside joke? From this short part I thought it's Rick Astley and you are rick rolling us 🙃

  • @peter.stimpel
    @peter.stimpel 10 місяців тому

    It is somehow strange to listen the educating luni, instead of a luni doing funny stuff. However, I like it.

  • @frown
    @frown 10 місяців тому

    Make a 55" version...

  • @altamiradorable
    @altamiradorable 10 місяців тому +1

    Can you display Never Going to Give You Up by Rick Astley ?🤣

    • @eDoc2020
      @eDoc2020 10 місяців тому

      Rewatch around the 13:33 timestamp.

  • @Splarkszter
    @Splarkszter 10 місяців тому +6

    What is this obsession with bad-apple?

  • @gewinnercomic4999
    @gewinnercomic4999 7 місяців тому

    I hate that one broken Led

  • @user-wi5vi7dd3z
    @user-wi5vi7dd3z 10 місяців тому

    So charlieplexing is basically like the "anti ghosting" technique used for keyboards but instead of the buttons it uses leds? :D

  • @redtex
    @redtex 10 місяців тому

    Неплохо. Умеешь мигать светодиодами.

  • @YuHayate
    @YuHayate 10 місяців тому

    now make it water proof :)

  • @MichaelOfRohan
    @MichaelOfRohan 9 місяців тому +1

    Wtf is bad apple

  • @theclipssoundtracks1411
    @theclipssoundtracks1411 Місяць тому

    are flash lights per seconds dont frames hahaaha

  • @Kyoz
    @Kyoz 10 місяців тому

    🤍

  • @2000jago
    @2000jago 10 місяців тому

    Now that's more than just a bit looney...

  • @khanra17
    @khanra17 10 місяців тому

    Please watch other videos for Charli Plexing.
    Lots of great videos available & personally this is the worst explanation I've ever watched!

  • @wolpumba4099
    @wolpumba4099 10 місяців тому

    Amazing!