Learn electronics, coding, and projects — step by step.

Month: February 2021

001 - Raspberry Pi Pico: GPIO | MicroPython

George Bantique February 12, 2021 No Comments

In this article, I would like to share to you the results of my exploration with the basic GPIO of the Raspberry Pi Pico using the MicroPython language.


Read more 001 - Raspberry Pi Pico: GPIO | MicroPython

011 - MicroPython TechNotes: 1.3 OLED Display

George Bantique February 10, 2021 No Comments

In this tutorial, we will look at 1.3 inch OLED display using MicroPython. It uses an SH1106 driver chip. It has a monochrome display resolution which is 128×64 pixels.


Read more 011 - MicroPython TechNotes: 1.3 OLED Display

000 - Raspberry Pi Pico: How to get started | MicroPython

George Bantique February 1, 2021 No Comments

I just received my Raspberry Pi Pico which I purchased in our local online store and I am so excited to try it out the moment I received it. And just after a minute or two, I am able to make the most popular Hello world of embedded electronics which is the blinking of the LED. So, I decided to create a tutorial on how easy it is to get started with Raspberry Pi Pico using MicroPython language. I divided this tutorial into 3 simple steps. So, without further delays, lets get started.


Read more 000 - Raspberry Pi Pico: How to get started | MicroPython