I made a little LED Matrix and everything went wrong

Поделиться
HTML-код
  • Опубликовано: 7 сен 2024
  • 5pcs 6-20 layer PCBs with free Via-in-Pad from $2 , Sign up here to Get $60 Coupons:jlcpcb.com/?fr... (Sponsor)
    I designed this matrix 5 years ago and finally took some time to assemble and test it. All went wrong but I manage to make it work anyways. ...and it's bright!
    Pixel Pump & SMD magazines: link.bitluni.n... (Sponsor)
    code: github.com/bit...
    Maker Faire Hannover: maker-faire.de...
    Meetup@Musikkabinett: pretix.eu/smmk... (20% off)
    Tools and parts (affiliate links):
    Thermal Camera Infiray T2S+ /w focus lens: aliexpress.bit...
    Preheating Station: aliexpress.bit...
    Low Temp Solder Paste: aliexpress.bit...
    Flux: aliexpress.bit...
    Soldering Mat: aliexpress.bit...
    SK6805 RGB LEDs: aliexpress.bit...
    Clampmeter: amazon.bitluni...
    Tweezers: aliexpress.bit...
    Github Sponsors: github.com/spo...
    Patreon: / bitluni
    Channel membership: / @bitluni
    Paypal: paypal.me/bitluni
    bitluni live: / @bitlunilive
    Twitch: / bitluni
    Mastodon: chaos.social/@...
    Twitter: @bitluni
    Discord: link.bitluni.n...

Комментарии • 124

  • @c1ph3rpunk
    @c1ph3rpunk Месяц назад +146

    “I put it in a box and forgot about it”.
    Hey, get outside of my head! 😂

    • @startobytes
      @startobytes Месяц назад +3

      it's gonn be a problem for future me.

  • @mikeselectricstuff
    @mikeselectricstuff Месяц назад +45

    Handy hint when bit-bashing WS2812 protocol - you can usually leave gaps between bytes, varies with exact part but tens of microseconds is usually OK

  • @robotdogmusic
    @robotdogmusic Месяц назад +44

    every time, it's like a mirror of my own life. As always, thanks for showing every bump in the road. Much love from one geek to another. 💜

  • @Elixz89
    @Elixz89 Месяц назад +28

    If you're using the attiny10, you can use unused peripheral registers as additional memory. Clever trick I found out a while ago

    • @yagobueno2785
      @yagobueno2785 Месяц назад

      how did it work?

    • @Elixz89
      @Elixz89 Месяц назад

      @@yagobueno2785well for instance of you're not using the 16 bit timer, you get basically 8 additional places for storing things (icr, ocr, tcnt). The adc output register can be used for an additional register and so on. Look chapter 19 from the datasheet to get some understanding of the other registers.

    • @hobbified
      @hobbified Месяц назад +2

      @@yagobueno2785 just fine, I'm sure. Registers on classic AVR are memory-mapped and have 1-cycle access. As long as writing to it won't do anything unwanted, you're golden.

    • @Gameboygenius
      @Gameboygenius 21 день назад

      Huh. Is this specified behavior? It feels like something that could disappear in a random future part rev.

  • @Ed19601
    @Ed19601 Месяц назад +65

    Why i like Jlpcb over pcbway isnt so much the 2 vs 5 dollar, but the shipping cost. Somehow jlpcb seems to have cheaper shipping options

    • @jochen_schueller
      @jochen_schueller Месяц назад +22

      It is crazy that they are so incredibly cheap that shipping costs often are more important then the actual pcbs itself

    • @ancientlink0
      @ancientlink0 Месяц назад

      For me shipping is 25€

    • @Ed19601
      @Ed19601 Месяц назад

      @@ancientlink0 yes something like that for me too. Jlpcb had a 1.70 shipping option i think when i last checked. If i need a small pcb i may go to OSHPARK: 5 USD pet square inch, incl shipping, 3 copies.

    • @Siver5300
      @Siver5300 Месяц назад +4

      ​@@ancientlink0 😮 I cri

    • @atanisoftware
      @atanisoftware Месяц назад +2

      And shipping is fast. I had 30 PCBs (two designs) completed on Thurs AM and they were out for delivery on Friday AM (northern Calif near Yosemite)

  • @ellipsisprojects
    @ellipsisprojects Месяц назад +8

    It's comforting to know I'm not the only one covering my boards with bodges. I love the project and reusabilty. Keep up the great work!

  • @ethanpschwartz
    @ethanpschwartz Месяц назад +26

    Pulling that AVR programmer out of that nest of wires like a game of tug-of-war hit me on a very personal level.

  • @CMOSTheBattery
    @CMOSTheBattery Месяц назад +9

    the SK6805's have a working temp of 85C, those led's at full brightness will just shit themselves after like 5 minutes

  • @AndyGraceMedia
    @AndyGraceMedia Месяц назад +16

    A human pick and place machine is a thing of beauty!! :)

  • @einsteinx2
    @einsteinx2 Месяц назад +5

    I love the idea of mounting the microscope to the wall using that monitor arm! Desk space is always at a premium and then you also get the benefit of easily moving the scope to where you need it.
    What model microscope is that? Is it common that they have mounting points like that for a wall mount?
    I have an old cheapo one that only has a screen and is monocular, so looking to upgrade to a similar setup as you have here.

  • @falsonix-vh5qo
    @falsonix-vh5qo Месяц назад +5

    I used these same LEDs in a number pad PCB project, and they were a hassle. The top plastic layer would always detach from the LED, and they were so hard to solder on properly without rearranging multiple times. If you're going to want to add RGB to a project, consider getting bigger LEDs haha.

    • @jstro-hobbytech
      @jstro-hobbytech Месяц назад

      i bought a bunch of them on sale and still have not used them. im a sucker for leds on sale.haha

  • @Pott_AV
    @Pott_AV Месяц назад +5

    Very Cool! See you at Maker Faire!

  • @digitaltoaster
    @digitaltoaster Месяц назад +3

    I made a 8x6 version of this and had JLCPCB assemble it, it doesn't melt, but I do put heat-sinks on the back because they do easily reach 70-80c

  • @yagobueno2785
    @yagobueno2785 Месяц назад +2

    I saw some uC on the microchip page that have some Lut embedded, one of the exemples was using, i think was I2c, passing through the LUT and done the processing to adressble led's like a charm. Without extra processing. They have a PIC 10F322 that has one lut in the same pinout off the attiny10

  • @Dragonmastur24
    @Dragonmastur24 Месяц назад +2

    its july 27 today, so that basically means it only took you one day to design order receive assemble and test it, so pretty good ;D
    oh wait plus 5 years hehe

  • @faultboy
    @faultboy Месяц назад +2

    Putting component pins directly over each other without a small wire connection in the schematic editor is risky :D

  • @tookitogo
    @tookitogo Месяц назад +1

    12:39 I once dead-bugged a 3W white LED that I was going to wildly under-drive to use as an indicator. (I wanted this LED’s shape, not its power.) Importantly, this is a flip-chip LED, where you solder the die directly onto the PCB, with no actual chip package. It just has a phosphor layer applied to one side.
    Anyway, I accidentally connected it to 5V instead of 2.6ish volts, and it ran super bright for a few seconds and then fell off the wire, because it had indeed melted the solder! 😂 So I know for a fact the junction temperature reached over 183°C. (And it was fine after soldering the wire back on.)

  • @mafhper
    @mafhper Месяц назад +2

    There's a fascination in seeing these little fellows shining :)

  • @noanyobiseniss7462
    @noanyobiseniss7462 Месяц назад +7

    Hah, I did this soldering with a 6 leg without a microscope and it was a nightmare!
    I now own 2 scopes. Lol

  • @Spyfoxls
    @Spyfoxls Месяц назад

    I found the biggest problem with soldering wires to smd parts is being able to see what you're doing. I soldered some wires (0,05mm) to 0201 leds for fun. Back then i didn't have my glasses so my astigmatism was giving me a hard time but i pulled it off. At work i often have to solder wires to sand grain sized components so i got some training. Awesome project! I always enjoy seeing your videos in my recommended

  • @akhurash
    @akhurash Месяц назад +2

    The Pixel Pump looks interesting! Price point is good for engineers but a bit steep for hobbyists. :(

  • @fritzlb
    @fritzlb Месяц назад +1

    Hand soldering such tiny stuff gets easier if you use a piece of double sided tape to hold the component in place

  • @AndersNielsenAA
    @AndersNielsenAA Месяц назад +4

    I really should find a use for that string of ATTiny10s.. that I’ve also had in a box since 2019 😂
    BTW USBasp does TPI quite nicely.

    • @jstro-hobbytech
      @jstro-hobbytech Месяц назад

      hey man. what's the best or most cost effect programmer for those little atmel chips?

    • @AndersNielsenAA
      @AndersNielsenAA Месяц назад +1

      @@jstro-hobbytech Get two usbasp’s from Asia. Use one to upgrade firmware on the other. The upgraded one now does TPI.

    • @yagobueno2785
      @yagobueno2785 Месяц назад

      ​@@AndersNielsenAA that's exactly what I did too, alternatively you can use an Arduino nano to do the job

  • @BIGV1N
    @BIGV1N 25 дней назад

    I enjoyed this video quite a lot sir! Props for keeping and sharing all the mistakes and mishaps, good information to have for anyone trying this out for themselves

  • @TheBypasser
    @TheBypasser Месяц назад

    Oh yeah, I just love using those Tinys! I also did the same with 24L, which can be driven by an external oscillator or resonator, but I wanted to challenge those NE555 LED flashers so kept the component count down by using the internal RC (yep, also unrolled Assembly loops with LUT loading in place of delay NOPs - though I kinda hate using C/C++ on AVRs so just coded the whole thing in Asm). And the Asm usage payed off yet again, as I could fit one 8-bit framebuffer (wanted the anims to be procedural) for the strip (was 1 meter long, can't recall the LED count) into the SRAM and have plenty of FLASH left for the 256x24bit LUTs (three that is :P). Truly the best FLASH utilization I ever did btw, had to optimize the logic in order to fit lol.

  • @Krzych1991111
    @Krzych1991111 Месяц назад +1

    If there is no space for buffer for 25 RGB pixels, then you should try to calculate RGB values on the fly. Or do it in group of 5 pixels.

  • @philippkrebs718
    @philippkrebs718 Месяц назад

    I am so happy to See the process. In my projects a lot of similar happy accidents happen 😂

  • @Alkatross
    @Alkatross Месяц назад

    Your videos are so inspiring! And thanks for including the mistakes. All of my projects seem to have some version of being rotated 90 degrees when completed

  • @mdrvid
    @mdrvid Месяц назад

    Liked that you showed al the miss steps, very relatable! Now I don't feel alone anymore :)

  • @electronash
    @electronash Месяц назад +1

    "Five years ago" beats my record for PCBs I haven't used. Well done. lol

  • @romancharak3675
    @romancharak3675 20 дней назад

    I have several boxes of wires and connectors, etc. AND interestingly, they all look very much like yours do. !!!

  • @OMGWTFBBQSHEEP
    @OMGWTFBBQSHEEP Месяц назад

    That intro was perfect! Seems like it was about time with a break from the construction work😂👌

  • @o0julek0o
    @o0julek0o 26 дней назад

    You somehow read my mind as I myself started designing the same project but with a few more of these same LEDs

  • @hobbified
    @hobbified Месяц назад

    keep rollin rollin rollin rollin

  • @AppliedProcrastination
    @AppliedProcrastination Месяц назад

    Wiii, I see my Cyclops SAO 😀
    Also really encouraging to see these SK6805’s operating at the 3.3V SAO power, as I’ve been putting off ordering a finished new SAO design due to fears of that not being enough.

  • @ch1pnd413
    @ch1pnd413 Месяц назад

    Clever!!! That’s very cool 🧡

  • @SouravTechLabs
    @SouravTechLabs Месяц назад +1

    It's always fun to watch your videos!

  • @beautifulsmall
    @beautifulsmall Месяц назад

    to add wire legs to smd chips, invert, glue to substrate with CA, streach 0.1mm enameled wire over from one side to the other , touching pins on both sides, solder wire to pins through enamel. cut waste.

  • @GlennHamblin
    @GlennHamblin Месяц назад

    Very cool. Microchip has some 6 pin sot packaged PIC micros with a lot more resources.

  • @RPrice_OG
    @RPrice_OG Месяц назад

    Great project. I tried using those little things in a project before I had a microscope and never did get it working. I ended up making a new board and using the next bigger size. After seeing this I may go back and retry it.

  • @makers_lab
    @makers_lab Месяц назад

    Great job on this. Love the sound effects and music on this episode.

  • @mrksaccount123
    @mrksaccount123 Месяц назад

    Your soldering skills are god level!

  • @arabidsquid
    @arabidsquid Месяц назад

    At least you're in good company with the rotated SAO header, the SAO that Digikey put in the swag bags was like that too. It took an embarrassingly long time to realize it was a sideways 'D' and some weird boxy smile or something.

  • @nowinowi9232
    @nowinowi9232 Месяц назад

    You are a genius!

  • @Davedarko
    @Davedarko Месяц назад +3

    Ich hab da so ein Fenster im Hackspace mit ganz vielen simple add-ons *hust*

  • @ErickBuildsStuff
    @ErickBuildsStuff 29 дней назад

    I‘m Building my own custom keyboard so this video is very useful at the right time.😊

  • @RacoonMedia
    @RacoonMedia Месяц назад

    Amazing video. I love the pixel pump concept. It’s Not cheap though 😢

  • @YonatanAvhar
    @YonatanAvhar Месяц назад

    I wonder if you could write the code to dynamically generate the output without using a framebuffer. Could be fun to try in a language thay isn't assembly

  •  Месяц назад

    That looks like it could be the world tiniest Word Clock. 😂

  • @BillRainey
    @BillRainey Месяц назад

    I also was interested in what model of microscope you are using and if was ready for the wall mount or is that something you had to adapt to wall mount ?

  • @The3DTechGuy
    @The3DTechGuy Месяц назад

    BBC should use this as a Prototype for ThE V3 Micro bit

  • @Sir-Dexter
    @Sir-Dexter Месяц назад

    nice work

  • @yurcchello
    @yurcchello Месяц назад +1

    yesterday found tiny 8x8 rgb led matrix, 25 x 25 mm. with esp32 $8, only leds $4+. i have idea to make rgb cube

  • @raymitchell9736
    @raymitchell9736 Месяц назад

    The thing with that board is that it is so small that practically, and fortunately, everything is next to everything else allowing for many opportunities to have "happy accidents" LOL BTW: Funny thing is that I was watching Bob Ross' channel painting when your video came on and I thought I was have a "Happy little brain fart" when you cut that video footage in.

  • @aeronerd22
    @aeronerd22 Месяц назад

    getting full color with barely enough room for 1 byte per LED was cool. self inflicted punishment.... but cool!

  • @dragonfireproductions790
    @dragonfireproductions790 Месяц назад

    “I put it in a box and forgot about it”
    Me looking at the box i have in my shop collecting traumatic memories and dust:

  • @jmemusic
    @jmemusic Месяц назад

    9:23 -> lol. It looks exactly like my stuff

  • @1kreature
    @1kreature Месяц назад +1

    This is why you do reviews of the schematic and then another review of the layout...
    Ideally NOT by yourself as you are blind by your own work.

  • @curtisnewton895
    @curtisnewton895 Месяц назад

    omg that dispenser....now I need one 🙂
    why dont you share how to get these ?

  • @doantruonglam
    @doantruonglam Месяц назад

    Could you please provide the link to buy the Robins holder component?

  • @jstro-hobbytech
    @jstro-hobbytech Месяц назад

    awesome video brother!

  • @matheokoning4456
    @matheokoning4456 Месяц назад

    What are those lights you have attached to your microscope and where do you buy them?

  • @simontillema5599
    @simontillema5599 Месяц назад

    What do you use for soldering manually? Which type of solder paste I mean?

  • @sobertillnoon
    @sobertillnoon 26 дней назад

    I built a 1.5mm RGB led matrix like this in the shape of a yin yang with 106 LEDs on it.

  • @AkashKumar-px7rw
    @AkashKumar-px7rw Месяц назад +1

    Where can one get the 3x2 pogo pin headers? And is it compatible with an esp01?

  • @edinfific2576
    @edinfific2576 Месяц назад +1

    What kind of a soldering iron do you use and recommend (brand and model)?
    I am looking for one that lasts a very long time and has the best solder wetting and heat transfer characteristics.
    Not looking for the cheapest or most expensive, just something that is (near) professional level quality but at an acceptable price ($80-$500).

    • @tookitogo
      @tookitogo Месяц назад +1

      Ersa, JBC, Metcal, Pace, Hakko…

    • @edinfific2576
      @edinfific2576 Месяц назад

      @@tookitogo Thank you.
      Any specific models?

    • @tookitogo
      @tookitogo Месяц назад

      @@edinfific2576 That really depends on your specific requirements. The only models I would avoid are the cheapest Hakko models that don’t use cartridge heaters. I have Ersa myself, in part because where I live, their tips are easy and inexpensive to get, and I love the way Ersa handles feel in my hand. JBC is really good, actually performing slightly better than Ersa, and JBC has a MASSIVE selection of tips (far larger than anyone else, by far) but those tips are really expensive and not as durable as Ersa’s. Pace doesn’t perform as well as Ersa and JBC, but is still excellent, and in USA they’re quite affordable, while the European brands are very expensive there. I haven’t used Hakko myself but they have a stellar reputation for quality, but have annoying user interfaces. I haven’t used Metcal either, but they also have a great reputation.
      What hasn’t impressed me is Weller. The soldering performance itself is fine, but the build quality of newer products isn’t that impressive, and the quality of other products (like tweezers and pliers) made by companies that Weller has acquired have dropped significantly since Weller bought them. Apparently the quality of their tips has also gone down.

  • @Abihef
    @Abihef 28 дней назад

    Combining pwm with just two bits for color select should get you full range shouldn't it?
    Leaves a lot available of the 32 bytes

  • @mkadawametwa
    @mkadawametwa Месяц назад

    lol i hear ya there i got projects sitting around from years ago too

  • @ilSySTeMli
    @ilSySTeMli Месяц назад

    Miss You !

  • @paulushdk
    @paulushdk Месяц назад

    I love it !!

  • @nv7213
    @nv7213 Месяц назад

    JLCPCB will assemble this for like 12 dollars and much faster

  • @Nayel-Khouatra
    @Nayel-Khouatra Месяц назад

    Very cool

  • @techh3x4
    @techh3x4 Месяц назад

    imagine you managed to put all the tiny components except one then you realized you messed up the pcb so you have to start from scratch but also your components are limited so you have remove it all to reuse.

    • @techh3x4
      @techh3x4 Месяц назад

      i'm doing it right now with my homemade led matrix...

  • @bambitakesflight7345
    @bambitakesflight7345 14 дней назад

    Are we able to download your PCB design?

  • @JohnDonko
    @JohnDonko Месяц назад

    Can anyone help me? What is the round display on pcb hackaday 2023? Is it covered by a lens?

  • @GNARGNARHEAD
    @GNARGNARHEAD Месяц назад

    😂that was a fun one

  • @1deepakbharti
    @1deepakbharti Месяц назад

    Where can we buy the Module?

  • @DEV_XO
    @DEV_XO Месяц назад

    💚💚

  • @TheEmbeddedHobbyist
    @TheEmbeddedHobbyist Месяц назад +1

    As they say in LuniLand "Ship it"

  • @TH-wr1dv
    @TH-wr1dv Месяц назад +1

    easyeda have exactly that reason feature what warns you of un used networks. But you did not use it?

  • @frtls
    @frtls Месяц назад +1

    So 1nit?

  • @tparadox88
    @tparadox88 Месяц назад

    "I put it in a box and forgot about it" - I'm in this picture and I don't like it.
    Bought a very simple one-bay NAS/3.5" HDD enclosure plus ARM board. Wasted time and money with used drives that turned out to be bad, then I had to move so I threw the project in a box that got buried in a closet for three years.

  • @arnavpawar256
    @arnavpawar256 Месяц назад

    Can you please make a video about a custom CB radio frequency transmitter? I think a real time digital audio compression algorithm on ESP8266/ESP32 would be fantastic for crystal clear audio on a custom long range walkie talkie! Good Luck!

    • @fusseldieb
      @fusseldieb Месяц назад

      Sounds like a much bigger project imo

  • @nrdesign1991
    @nrdesign1991 Месяц назад

    smol

    • @spehropefhany
      @spehropefhany Месяц назад +1

      According to Google Translate, smol = bad luck in "Slovenian - Detected" How appropriate.

  • @ZuNunchaku
    @ZuNunchaku Месяц назад

    you shrink it more now you build tft screen your self😂

  • @ianlee6416
    @ianlee6416 Месяц назад +1

    assembly in 2024...

  • @nerdgeekdc
    @nerdgeekdc Месяц назад +2

    It does seem a little silly to go through all this trouble when jlcpcb's economic pcba costs about the same as getting a stencil...

    • @innfos4634
      @innfos4634 Месяц назад +1

      Eh not really, after extended parts + labour/loading fees + engineering fees, it’s usually noticeably cheaper to assemble at home in my experience. At least for a prototype.

    • @nerdgeekdc
      @nerdgeekdc Месяц назад

      @@innfos4634 maybe, in this case there are only two parts and the main one is the led. So you'd only incur $2 of extended fees. Additionally I've found that the parts on jlcpcb's library are often much cheaper than what i can get on digikey.
      In the end it might not be cheaper, but it's very comparable and I'd happily pay just a bit extra to not have to populate hundreds of tiny parts by hand.

    • @fusseldieb
      @fusseldieb Месяц назад

      @@innfos4634 For a first prototype I wouldn't personally spend PCB assembly costs, since there's a chance it doesn't even work. Only use this if you're certain it works...

  • @Arek_R.
    @Arek_R. Месяц назад +1

    That multilayer $2 offer is crap, what am I supposed to fit in 50x50mm that requires a lot of signal or power connections?

  • @destiny_02
    @destiny_02 Месяц назад +4

    NYANCAT 🐱🏳️‍🌈

  • @TheBitKrieger
    @TheBitKrieger Месяц назад

  • @antronx7
    @antronx7 Месяц назад

    no ai music please

  • @D-K-C
    @D-K-C Месяц назад

    Ъъ.