Тёмный
No video :(

Raspberry Pi Pico: OLED Display (SSD1306) 

Tinker Tech Trove
Подписаться 3,7 тыс.
Просмотров 28 тыс.
50% 1

In this video we explore using an SSD1306 based OLED display with the Raspberry Pi Pico. This is a very easy to use display module that can add graphical output to a project with very little effort.
The SSD1306 Micropython driver can be found here: github.com/micropython/microp...
Source Code for this demo is available on my github page at: github.com/tinkertechtrove/pi...
Follow me on Twitter at: / tinkertrove

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

 

5 авг 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 44   
@fallenrepublic6342
@fallenrepublic6342 Год назад
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!!
@Keeping_IT_Simple
@Keeping_IT_Simple 3 года назад
As usual an excellent demo & explanation - keep up the good work!
@intelgen7860
@intelgen7860 3 года назад
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!!
@erikringwalters
@erikringwalters 2 года назад
I was having a hard time getting started until I found this video. Great job and thanks!
@johnweller5491
@johnweller5491 3 года назад
An excellent video on something I have wanted to try - well done!
@LowLevelLearning
@LowLevelLearning 3 года назад
Great video! Grats on almost 1k!
@mariaviklund4546
@mariaviklund4546 Год назад
Your explaining was as good as your soldering was bad. And you really explained everything very well! ;) Thanks!
@satyapalsinghrathore6547
@satyapalsinghrathore6547 3 года назад
Last one is unique 👌nice❤
@alevans51
@alevans51 9 месяцев назад
Very helpful. Thanks!
@robc3536
@robc3536 3 года назад
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!
@cuttawayproductions3438
@cuttawayproductions3438 3 года назад
Great video, thank you.
@MicrobyteAlan
@MicrobyteAlan 3 года назад
Great video thanks
@tubeDude48
@tubeDude48 Год назад
Your link to the SSD1306 is dead!
@unitedrobotics7377
@unitedrobotics7377 3 года назад
Nice!!!!
@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)
@RamjetX
@RamjetX 3 года назад
Probably try 'wetting' the iron before touching the part and adding solder.... Solder takes to solder faster than the iron does to solder.
@raisagorbachov
@raisagorbachov 2 года назад
As you say... excellent for debugging. More so if your only Pi is the pico.
@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.
@talk2azs
@talk2azs 3 года назад
How would one use the OLED using C++?
@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?
@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.
@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 ");
@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.
@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 Год назад
@@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.
@bharath5673__
@bharath5673__ Год назад
On pico w it's not working.. Please help
@rickharold7884
@rickharold7884 2 года назад
Fun
@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 года назад
can you solder a little worse?
@tinkertechtrove2910
@tinkertechtrove2910 3 года назад
Probably 😂
@Nickiro0
@Nickiro0 2 года назад
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!
Далее
Raspberry Pi Pico Rain Gauge
17:11
Просмотров 38 тыс.
Hacking my garage door with the Raspberry Pi Pico W
11:50
ЮТУБ БЛОКИРУЮТ?
02:04
Просмотров 637 тыс.
Raspberry Pi Pico & SSD1306 Display with MicroPython
1:00:51
Raspberry Pi Pico: nRF24L01 over SPI
19:05
Просмотров 29 тыс.
Raspberry Pi Pico Stepper Motors via PIO
25:17
Просмотров 59 тыс.
Raspberry Pi Pico - Review and Getting Started
18:32
Просмотров 75 тыс.
Raspberry Pi Pico LCD Projects
17:25
Просмотров 107 тыс.