Raspberry Pi Pico: OLED Display (SSD1306)

Поділитися
Вставка

КОМЕНТАРІ • 45

  • @fallenrepublic6342
    @fallenrepublic6342 Рік тому +1

    as a beginner i am very happy that in nearly every video you include explaining the interface type and how it operates...along with then showing how to use the items and some rudimentary code to utilize it...Thanks for the lessons!!

  • @erikringwalters
    @erikringwalters 2 роки тому

    I was having a hard time getting started until I found this video. Great job and thanks!

  • @Keeping_IT_Simple
    @Keeping_IT_Simple 3 роки тому +3

    As usual an excellent demo & explanation - keep up the good work!

  • @mariaviklund4546
    @mariaviklund4546 Рік тому

    Your explaining was as good as your soldering was bad. And you really explained everything very well! ;) Thanks!

  • @intelgen7860
    @intelgen7860 3 роки тому +2

    Excellent lesson! I love the thumb stick x and y idea and tutorial. Keep up this awesome level of quality and you will get many more subscribers. Awesome stuff!!

  • @robc3536
    @robc3536 3 роки тому +4

    It really is amazing just how little cost, wiring and code it takes for an individual to build something like this!
    Awesome video, I’m inspired to build something I’m just not sure what!

  • @johnweller5491
    @johnweller5491 3 роки тому +1

    An excellent video on something I have wanted to try - well done!

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

    Very helpful. Thanks!

  • @LowLevelLearning
    @LowLevelLearning 3 роки тому

    Great video! Grats on almost 1k!

  • @RamjetX
    @RamjetX 3 роки тому +2

    Probably try 'wetting' the iron before touching the part and adding solder.... Solder takes to solder faster than the iron does to solder.

  • @satyapalsinghrathore6547
    @satyapalsinghrathore6547 3 роки тому

    Last one is unique 👌nice❤

  • @tubeDude48
    @tubeDude48 Рік тому +4

    Your link to the SSD1306 is dead!

  • @raisagorbachov
    @raisagorbachov 2 роки тому

    As you say... excellent for debugging. More so if your only Pi is the pico.

  • @unitedrobotics7377
    @unitedrobotics7377 3 роки тому +2

    Nice!!!!

  • @prodBrainShot
    @prodBrainShot 21 день тому

    Due to buying disposable vapes over the years, I have built a collection of these displays and finally feel like using them for somthing 😂

  • @MicrobyteAlan
    @MicrobyteAlan 3 роки тому

    Great video thanks

  • @pranavthakkar8089
    @pranavthakkar8089 3 роки тому

    Thank you brother. for saving my time,. please add more tutorial on oled.apis where I can make font size editable. any many more.

  • @matthewfelgate
    @matthewfelgate Рік тому

    Thanks for sharing this because I just got started using displays with Pico. Do you have a circuit diagram for an SPI display? (Pins are VCC, GND, DIN, CLK, CS, D/C, and RES)

  • @critical_always
    @critical_always Рік тому

    Did anyone else have a giggle when he pulled off the screen protector first immediately after took to soldering the header pins?

  • @bharath5673__
    @bharath5673__ Рік тому

    On pico w it's not working.. Please help

  • @talk2azs
    @talk2azs 3 роки тому

    How would one use the OLED using C++?

  • @ednaramor
    @ednaramor 2 роки тому

    Why do I get this error: Traceback (most recent call last):
    File "", line 8, in
    IndexError: list index out of range

    • @noelkuck3391
      @noelkuck3391 2 роки тому

      Did you get this resolved? Having the same issue.

  • @rickharold7884
    @rickharold7884 2 роки тому

    Fun

  • @alexfernandesportrai
    @alexfernandesportrai 2 роки тому

    Thanks for the video. I am getting an error. What have I done wrong?
    Traceback (most recent call last):
    File "", line 8, in
    IndexError: list index out of range
    >>>

    • @alexfernandesportrai
      @alexfernandesportrai 2 роки тому

      Got it working. Super tutorial! Thanks again!

    • @someghostdude3639
      @someghostdude3639 2 роки тому

      @@alexfernandesportrai What ended up being the problem? I'm dealing with the same issue, previously saw to recheck solder. Did that, everything looks good solder wise, this is driving me crazy lol.

    • @Mikesukes
      @Mikesukes Рік тому

      me too what is the fix? getting ready to smash with a hammer.

  • @mailtodanish
    @mailtodanish 2 роки тому

    Pico takes power in voltage? can we use mobile charger?

    • @Henry-sv3wv
      @Henry-sv3wv 2 роки тому

      if(mobile_charger == usb_charger)printf("true
      ");

  • @johnweller5491
    @johnweller5491 3 роки тому

    Is it possible to drive two displays? I've tried modifying your code but no joy. I've added _0 to all of the variables where obvious which still works. I've then duplicated the code changing _0 to _1 but I'm getting dupliacte addresses. Obviously a simple error but I'm not sure where - cabn you help please?

    • @tinkertechtrove2910
      @tinkertechtrove2910  3 роки тому

      I have not tried this, I think the address of the screen is fixed but the Pico has two I2C buses so you could try connecting one screen to each, then the address conflict may not matter. Good luck

    • @vidarhole7204
      @vidarhole7204 2 роки тому

      @@tinkertechtrove2910 Some displays actually have both I2C and SPI that can make it possible to drive 2 displays. And using a mosfet chip that is set up with I2C bus extender.

  • @Pigeon_FX
    @Pigeon_FX 2 роки тому

    Just get the error:
    Traceback (most recent call last):
    File "", line 8, in
    IndexError: list index out of range

    • @jacobholder8188
      @jacobholder8188 2 роки тому

      I have the same issue

    • @patrickmattele2013
      @patrickmattele2013 2 роки тому

      @@jacobholder8188 me too

    • @vidarhole7204
      @vidarhole7204 2 роки тому

      Same error using the demo.py as code for main program.

    • @vidarhole7204
      @vidarhole7204 2 роки тому

      Has anyone found a soloution ?

    • @jacobholder8188
      @jacobholder8188 2 роки тому

      @@vidarhole7204 you may have some issues with your electrical connections. I resoldered my connections and it worked. Sorry for a late response

  • @zuricatex
    @zuricatex 3 роки тому +2

    can you solder a little worse?

    • @tinkertechtrove2910
      @tinkertechtrove2910  3 роки тому +1

      Probably 😂

    • @Nickiro0
      @Nickiro0 2 роки тому +1

      no need for the negativity man! i think it was still a pretty cool video and learned something new that im gonna try in my projects!

  • @cuttawayproductions3438
    @cuttawayproductions3438 3 роки тому

    Great video, thank you.