Raspberry Pi Pico - SSD1306 OLED Micro Python Library and Setup

  Рет қаралды 73,832

Novaspirit Tech

Novaspirit Tech

Күн бұрын

Пікірлер: 104
@WispYart
@WispYart 6 ай бұрын
Thank you for the tutorial! I was finally able to put my OLED together with Pico and print some stuff on the display!
@erikvincent5846
@erikvincent5846 2 жыл бұрын
Same problem as another commenter stated. Traceback (most recent call last): File "", line 7, in File "/lib/ssd1306.py", line 110, in _init_ File "/lib/ssd1306.py", line 36, in _init_ File "/lib/ssd1306.py", line 71, in init_display File "/lib/ssd1306.py", line 115, in write_cmd OSError: [Errno 5] EIO
@ftw_Floris
@ftw_Floris 9 ай бұрын
did you find a solution
@erikvincent5846
@erikvincent5846 9 ай бұрын
@@ftw_Floris nope
@ftw_Floris
@ftw_Floris 9 ай бұрын
@@erikvincent5846 i think i found a solutionn
@emilyemly-un9dr
@emilyemly-un9dr 7 ай бұрын
@@ftw_Floris please post it
@ftw_Floris
@ftw_Floris 7 ай бұрын
@@emilyemly-un9dr I will, I just didn’t have enough time to post
@renzkyeastwood7520
@renzkyeastwood7520 3 жыл бұрын
Great video! Could you show how to increase text size, or use another font? This would be nice.
@bretearwood7027
@bretearwood7027 Жыл бұрын
In the PIL module. ImageDraw and ImageFont control that. True image let's you use a downloaded font.
@jyvben1520
@jyvben1520 3 жыл бұрын
perfect timing, just got my 5x oled clock running using a tca9548a, may add some animation on oled 6
@timbiddulph
@timbiddulph Жыл бұрын
Best video I’ve seen on the 1306 and Pico, Subscribed!
@rollandphaneuf2793
@rollandphaneuf2793 2 жыл бұрын
I love this video with a lot of explanation. It work first time. I use this mighty 1" screen to identify my robots. Now they will have their own logo.
@albrody8861
@albrody8861 2 жыл бұрын
First time viewer. Your explanations are clear and easy to understand. Looking forward to following you.
@ravkhangurra7522
@ravkhangurra7522 2 жыл бұрын
Great video, can you advise if this solution can be used with a raspberry pi 4?
@kaylor87
@kaylor87 Жыл бұрын
Thank you so much man! I really appreciate how you explained all of the parameters and stuff that you were using. I'm just barely starting to learn microcontroller programming, and almost all of the other videos I've watched up to this point just tell you what code to enter without any explanation, which honestly isn't hardly helpful at all. I need to know WHY I am entering parameters where they are, and what they mean, or else I can't actually learn it lol. So thank you for doing that, wonderful video!
@davidlangevin893
@davidlangevin893 Жыл бұрын
Thank you very much! Very down to earth and easy to follow! It got me up and running easily. A very satisfied customer!
@Mark-tu1sv
@Mark-tu1sv 2 жыл бұрын
really like your video, especially the Pi 4 in the car. I'm thinking to put one in too.
@monacofranze4323
@monacofranze4323 3 жыл бұрын
Thank you for your Video. It is easy to understand und very well made. I just startet with the Pico and bought a ssd1306 and a BME280, so i hope to be able to programme a small weather station with the Pico. This Video is one Step on the ladder to do so ;)
@sykoremag
@sykoremag Жыл бұрын
Thank you so much this is the only tutorial with full details
@auto117666
@auto117666 3 жыл бұрын
Great video, as always. There is only so much time in the day so I feel sometimes I get to code vicariously through you. :)
@ItsJGonzo
@ItsJGonzo 2 жыл бұрын
Thank you! You inspire me to learn what you just did.
@solracthegreat1002
@solracthegreat1002 3 жыл бұрын
Many thanks can you show how you connected the pins from the PICO to the Display??
@gravestoner2488
@gravestoner2488 3 жыл бұрын
Sweet! I have an oled i haven't used yet and my picos will be here any day now :D thanks
@gravestoner2488
@gravestoner2488 3 жыл бұрын
Instead of buying a pack of precut wires, I just bought diff color rolls of solid 22ga wire. Probably much more cost efficient.
@johnhschuster
@johnhschuster 3 жыл бұрын
Most excellent, this was my next project and you saved me quite a bit of time, I owe you a beer. Keep broadcasting!!
@larryplatzek9017
@larryplatzek9017 Жыл бұрын
I think your video was great when you made it but I have trouble with the ssd1306 it does not install, any suggestions?
@brianyoon5086
@brianyoon5086 2 жыл бұрын
hey, great video, but keep getting this error message, Traceback (most recent call last): File "", line 9, in File "/lib/ssd1306.py", line 110, in __init__ File "/lib/ssd1306.py", line 36, in __init__ File "/lib/ssd1306.py", line 71, in init_display File "/lib/ssd1306.py", line 115, in write_cmd OSError: [Errno 5] EIO any idea how to fix this?
@emeli-san761
@emeli-san761 7 ай бұрын
did you solve it? i am turning crazy omg
@tubeDude48
@tubeDude48 Жыл бұрын
How about the image for the novaspirit. And what editor do you use to create the image.jpg
@TheRealFrankWizza
@TheRealFrankWizza 3 жыл бұрын
Your tutorials are pretty good man. Quick and to the point. Do you know anything about ROS?
@richardturnnidge
@richardturnnidge 3 жыл бұрын
I am trying to move a sprite type object over a background. Perhaps you could explain how to blit an image with a mask onto a background as I am struggling to find a way?
@shashankshekharpandey4678
@shashankshekharpandey4678 3 жыл бұрын
hey sir , I have a doubt that how to change font size of the text. btw really nice and concise video Thank you!
@simoncowen4985
@simoncowen4985 2 жыл бұрын
Thankyou really enjoyed following it. 🙂
@ggandcompany1
@ggandcompany1 3 жыл бұрын
Great Video!!! can you do the same example in circuitpython ? I have a project that I want to add a ssd1306 to, but I am have trouble... thank you!!!
@shaytal100
@shaytal100 3 жыл бұрын
"An oled lcd ..."
@AlexAmayaGuitar
@AlexAmayaGuitar 3 жыл бұрын
Hi thanks for you video, I have errors :( Traceback (most recent call last): File "", line 10, in File "/lib/ssd1306.py", line 110, in __init__ File "/lib/ssd1306.py", line 36, in __init__ File "/lib/ssd1306.py", line 71, in init_display File "/lib/ssd1306.py", line 115, in write_cmd OSError: 5 thanks for you reply!
@dubomatik
@dubomatik 3 жыл бұрын
I have the same issue and can't find out why... :'( Did you solve this ?
@AlexAmayaGuitar
@AlexAmayaGuitar 3 жыл бұрын
@@dubomatik no bro still same :(
@johncj75
@johncj75 3 жыл бұрын
I got that error when I had forgot to connect ground from the pico to the oled.
@AlexAmayaGuitar
@AlexAmayaGuitar 3 жыл бұрын
@@johncj75 Hey bro! Thanks, now works!! :)
@clintcret
@clintcret 3 жыл бұрын
@@johncj75 still has error
@n_tech3861
@n_tech3861 3 жыл бұрын
That was such an amazing tutorial Thanks a lot🙌🙌🙌
@delvorin1841
@delvorin1841 3 жыл бұрын
Hey Don and fellow followers, I see a small project for you guys to try and solve. Reiterate the code for the image conversion to output as a txt file as to eliminate needing to copy and paste it. Ps good video, Don.
@scottwilliams895
@scottwilliams895 3 жыл бұрын
@Novaspirit Tech, Which track from Epidemic Sounds do you use for your theme music?
@scottwilliams895
@scottwilliams895 3 жыл бұрын
I just noticed @Undecided with Matt Ferrell using the same (tho it took me a couple minutes to figure out which channel I Sub that I knew it from!) kzbin.info/www/bejne/jIjafKSJr8aej7c
@torque6389
@torque6389 Жыл бұрын
Very helpful video, thank you!
@ikorbln
@ikorbln 3 жыл бұрын
i have a problem with thonny on windows. it cant write the code to the pico. everytime it say that it is write protected. i must save it first to my pc and copy it over to the pico. thats a little odd. but anyway, i like your python videos. they realy help a lot. i have a lot of fun with it.
@NovaspiritTech
@NovaspiritTech 3 жыл бұрын
It's permission. Try running it in administration mode and see if you get the same write protect error. If not they check your permissions
@ikorbln
@ikorbln 3 жыл бұрын
@@NovaspiritTech yes, also with admin-mode i cant save direkt on the pico. i will try it with a ubuntu notebook.....
@jyvben1520
@jyvben1520 3 жыл бұрын
@@ikorbln thonny on ubuntu works fine, need to add $USER to dialout group + reboot or logout/in
@ikorbln
@ikorbln 3 жыл бұрын
@@jyvben1520 ok, when i install the raspberry firmware, everything works fine. but when i install tha adafruit_circuitpython firmeware, then i have this issue with the write protect
@reyanshkhobragade5822
@reyanshkhobragade5822 3 жыл бұрын
Wow this looks cool! Nice video 👍👍
@auglau1
@auglau1 7 ай бұрын
Great video How about hx711
@brad32601
@brad32601 Жыл бұрын
How would you do images with CircuitPython?
@jin7jin531
@jin7jin531 3 жыл бұрын
Awesome..keep it up Don 👍🏻
@bacardicomeon6972
@bacardicomeon6972 3 жыл бұрын
using win10, and tried to run .. got this error : File "img2bytearray.py", line 7 ^ SyntaxError: invalid syntax
@Kimchi_Studios
@Kimchi_Studios 3 жыл бұрын
I just figured it out for Windows 10! in the cmd type: 1. cd followed by a space 2. drag and drop the folder that img2bytearray.py is in to the cmd after the space. It will paste your path to it in quotes. Add a space after it. 3. click on your image file and select properties and copy the path for that file and paste it exactly into the cmd followed by a space and the 64 64 after that for the height and width. 4. If you get more errors it might be because you have multiple versions of python installed so I recommend uninstalling all of python and reinstalling it, pip, and pillow (google it, super easy and quick). So my full line of code with the drag and drop method looked like: 1. cd "C:\Users\stupidComputerName\Documents\Raspberry Pi\img2bytearray-main" and then 2. python3 img2bytearray.py "C:\Users\stupidComputerName\Documents\Raspberry Pi\img2bytearray-main\dogpic.jpg" 64 64 Your paths will obviously be different. Hope it works for you!
@rhythm7865
@rhythm7865 2 жыл бұрын
Great video can you show just the wires
@SoggyCashew
@SoggyCashew 2 жыл бұрын
where is a online converter and what format am i converting to?
@zFrank_
@zFrank_ 7 ай бұрын
how can i install the ssd1306 library using vs code?
@inetfly3651
@inetfly3651 3 жыл бұрын
hey don, thanks for your video. I can't install ssd1306.py , I got a error like "You may need to reconnect, Stop/Restart or hard-reset your device.Error ManagementError" Somebody konw what's wrong . Thanks for answer the question.
@orkuncamar
@orkuncamar 2 жыл бұрын
i like it. i loved the linux. Thank you ...
@abymohanan9403
@abymohanan9403 3 жыл бұрын
Thank you so much for this video
@xgqfrms
@xgqfrms Жыл бұрын
Why not automatically convert the image to a buffer in your code by importing the img2bytearray package? Copying and pasting manually is so inconvenient.
@Kumodot
@Kumodot 2 жыл бұрын
I got errors when installing ssd1306 from thommy. :(
@alexnoskovarg3844
@alexnoskovarg3844 2 жыл бұрын
Genio, me solucionaste problema
@warandv6614
@warandv6614 3 жыл бұрын
is there a display that can receive input ?
@mondogeo7890
@mondogeo7890 3 жыл бұрын
Well done! Thank you!
@rickroller0127
@rickroller0127 11 ай бұрын
Is is possible to mirror the image?
@tomjairusportea8969
@tomjairusportea8969 3 жыл бұрын
The ssd1306 library cannot be install in Thonny
@grimnecksnapper3789
@grimnecksnapper3789 3 жыл бұрын
So Cool. Awesome Video.
@skyquake._
@skyquake._ 3 жыл бұрын
Can you please do an animate using while loop .❤️❤️ It's a great video. Sir
@KemoneMoore-e7k
@KemoneMoore-e7k 9 ай бұрын
Do u teach or can u help with a project I have going, I am willing to pay for advice and guidance
@deadly_dave
@deadly_dave 3 жыл бұрын
I'm looking for a little help from anyone willing to offer it. I'm working on my Pico with MicroPython. I have managed to blink a few LED's and make a POT dim and brighten anther LED. I then went onto try an OLED (0.91" SSD1306 OLED Display 128 * 32) I think I have it wired up correctly but that is not where my issue is. I went to 'tools' and 'Manage Packages' and searched for SSD1306 and tried to install the library but I get the following error msg. (It doesn't seem to matter which library I try too install I always get the same error) Installing to: C:\Users\\AppData\Local\Temp\tmpvzwv1kb7\ micropip returned with error code 1 Any help would be greatly appreciated.
@samratbose5849
@samratbose5849 10 ай бұрын
Traceback (most recent call last): File "", line 12, in File "/lib/ssd1306.py", line 110, in __init__ File "/lib/ssd1306.py", line 36, in __init__ File "/lib/ssd1306.py", line 71, in init_display File "/lib/ssd1306.py", line 115, in write_cmd OSError: [Errno 5] EIO
@69x
@69x 8 ай бұрын
did you fix this?
@kingoftennis94
@kingoftennis94 2 жыл бұрын
Oled lcd?
@softwareagence5662
@softwareagence5662 2 жыл бұрын
Excellent
@chirots
@chirots 2 жыл бұрын
I have got a problem with PIL
@tharunv1885
@tharunv1885 3 жыл бұрын
How to display unicode characters
@harold_frost
@harold_frost 3 жыл бұрын
Are you using Budgie Desktop?
@dimitrijepavlovic2887
@dimitrijepavlovic2887 3 жыл бұрын
Whats that linux distro
@jjaosopica
@jjaosopica Ай бұрын
can somoene pls tell me where the actuall fuck he wired sda and scl im goining fucking crazy EDIT: oh SCL = gp17 SDA = gp16
@jjaosopica
@jjaosopica Ай бұрын
wait nvm i forgot its in the code sorry.
@mattantonelli4273
@mattantonelli4273 2 жыл бұрын
great but thonny is a nightmare
@dawidmac2640
@dawidmac2640 2 жыл бұрын
I have problem: Traceback (most recent call last): File "", line 7, in File "/lib/ssd1306.py", line 110, in __init__ File "/lib/ssd1306.py", line 36, in __init__ File "/lib/ssd1306.py", line 71, in init_display File "/lib/ssd1306.py", line 115, in write_cmd OSError: [Errno 5] EIO
@imadeityesterday
@imadeityesterday 2 жыл бұрын
Same here. Is there already a solution for this?
@mickeyquinn2000
@mickeyquinn2000 2 жыл бұрын
@@imadeityesterdayI had the same and i ran thonny as admin on windows, worked fine!
@Armand79th
@Armand79th 2 жыл бұрын
FYI, it's THonny.. as-in PyTHonny..
@steffanjansenvanvuuren3257
@steffanjansenvanvuuren3257 Жыл бұрын
How does Python connect to the Raspberry Pi? Automatically or what? You just open and then Pi is connected, not even explaining how that happened?
@davidepacini377
@davidepacini377 11 ай бұрын
non va lo achermo
@davidepacini377
@davidepacini377 11 ай бұрын
ok
@cassio2999
@cassio2999 3 жыл бұрын
zzzzzzzzzzzz
@ahoj113
@ahoj113 3 жыл бұрын
I’m 69th like lol
ТВОИ РОДИТЕЛИ И ЧЕЛОВЕК ПАУК 😂#shorts
00:59
BATEK_OFFICIAL
Рет қаралды 6 МЛН
Noodles Eating Challenge, So Magical! So Much Fun#Funnyfamily #Partygames #Funny
00:33
1, 2, 3, 4, 5, 6, 7, 8, 9 🙈⚽️
00:46
Celine Dept
Рет қаралды 112 МЛН
The Raspberry Pi Pico WAS Overrated! But that changed!
10:18
GreatScott!
Рет қаралды 618 М.
Turning a Raspberry Pi Pico into a GPU!
16:42
element14 presents
Рет қаралды 127 М.
When Did Raspberry Pi become the villain?
21:54
Jeff Geerling
Рет қаралды 1,7 МЛН
Add an OLED Stats Display to Raspberry Pi OS Bullseye
8:05
Michael Klements
Рет қаралды 86 М.
Raspberry Pi Pico W: Wireless Weather Station
17:13
ExplainingComputers
Рет қаралды 295 М.
Raspberry Pi Pico 2 | Everything You Need To Know
7:04
Core Electronics
Рет қаралды 59 М.
13 Stunning Raspberry Pi Projects for 2024!!!
10:23
ToP Projects Compilation
Рет қаралды 302 М.
I replaced my Apple TV-with a Raspberry Pi
16:12
Jeff Geerling
Рет қаралды 825 М.
NEW! Microcontroller: Raspberry Pi Pico with MicroPython! 🚀
7:33
Enjoy Mechatronics
Рет қаралды 1,3 М.
Raspberry Pi Pico: 10 Things You Might Not Know
4:50
Ryan Gaudion
Рет қаралды 95 М.
ТВОИ РОДИТЕЛИ И ЧЕЛОВЕК ПАУК 😂#shorts
00:59
BATEK_OFFICIAL
Рет қаралды 6 МЛН