How to use 8x8 LED Displays with MicroPython

Поділитися
Вставка
  • Опубліковано 27 сер 2024
  • How to use 8x8 LED Displays with MicroPython and the Raspberry Pi Pico
    💁‍♂️ For more information on Kevs Robots, tutorials and more visit: www.kevsrobots...​
    🎖To join the membership at 🥉bronze, 🥈silver or 🥇gold levels, head over to
    www.smarsfan.c...
    Join me on Discord - www.kevsrobots...
    Join the list - www.kevsrobots...
    ☕️ Enjoy this video? Buy me a coffee! www.buymeacoff...
    📸 Follow me on Instagram - @kevinmcaleer / kevinmcaleer
    🐦 Follow me on Twitter - @kevsmac / kevsmac
    🙂📘 Join the Facebook group - Small Robots / smallrobots
    👩‍💻 Facebot MicroPython Code on GitHub: www.github.com...
    🎵 Music by Epidemic Sounds www.epidemicso...
    #Pico​ #MicroPython​ #Robotics

КОМЕНТАРІ • 15

  • @tom95076
    @tom95076 11 місяців тому +1

    This might not seem like much... but Thank you for the Merch. I just got it the other day. keep on keeping on with what you are doing.

    • @kevinmcaleer28
      @kevinmcaleer28  11 місяців тому +1

      Hi Tom - it seems like a lot to me, it means you're part of my team now! Thank you for being a supporter and for the encouragement, it means the world to me!

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

    Made one! I used a Max7219 LED display, Arduino Nano, added a servo, 2 pronged rgb led and a buzzer.

  • @HollyHertig
    @HollyHertig 11 місяців тому +1

    Hey really cute project! How about adding a servo to move to nod the head from legs 30 percent. I may do this with a cardboard box with a servo cause it is really a great starter project and our 8X8 LED displays take up more space. Learned that when I made OttoDIY robots. Will be making one!!

  • @neoflix59
    @neoflix59 11 місяців тому +1

    Just made my first Mqtt robot with an ultrasound obstacle avoidance. I need a little help with a raspberry pi Pico display 2. I would like to put eyes on it, like an animated gif for each emotion but can't find alot out there. Easy enough to put writing or a JPEG image but I like the idea of an animation.

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

    Q Exactly which 8x8 matrix are you using? Please post a link. Could do more if you used an 8x8 rgb matrix.

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

    Q Where is the link to your Python Icon Maker app?

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

      His Chris - the link to the code is in the video description

  • @petertruberg7508
    @petertruberg7508 11 місяців тому

    please get an overhead camera your making me ill waving out of focus boards around.

  • @greg4367
    @greg4367 11 місяців тому

    How to use 8x8 LED Displays with MicroPython? Get a C or an assembly language programmer to write some real code for you (eg, a library), then let your SLOW interrupter update a mirrored memory field. Realtime fast programming is NOT done in Python, micro or otherwise. Just sayin'.

    • @kevinmcaleer28
      @kevinmcaleer28  11 місяців тому +5

      That’s a bit overkill for updating a small display. It’s not like its a 4k display that requires 120fps. Real world programmers use appropriate effort to achieve results, otherwise they end up the most over engineered product in the graveyard

    • @greg4367
      @greg4367 11 місяців тому

      That, or they just use a library (the internals of which they do not and will never understand) to do their bidding. Think of FASTLED for the Arduino community. The majority of users don't NEED the speed and performance of the code that was written for them, but the average Arduino coder could never write that library.
      Realtime interrupt-driven hardware drivers are harder to code and debug then the kinds of things Python was invented for. I say this as FACT because it is what I have been doing in C/Assembly for the last 50 years. I am NOT saying this to dicourage anyone from joining that club, it is fun, please do come on in.
      I'm just saying writing hardware drivers in Python is the wrong tool for the wrong job, while talking to hardware through well-crafted library of modules written in C/Assembly always works better AND it would be nice to see some UA-camr's tackling the harder problem of Python Library construction rather always do the trivial presentation of a slow and tiny example of easy code. Again, just sayin'
      @@kevinmcaleer28

    • @kevinmcaleer28
      @kevinmcaleer28  11 місяців тому +1

      @@greg4367 I can't wait to see your videos of this, let me know when you've uploaded it and I'll give it a watch.

    • @greg4367
      @greg4367 11 місяців тому

      That is a great answer. If this is a game, you win. What skills I have are limited to coding and cooking. I don't have a clue how to make a UA-cam presentation and i surly lack the personality for it too. Still... A deeper dive would be educational for some.
      Looking forward to your next one.
      @@kevinmcaleer28