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

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.

008 – MicroPython TechNotes: 16×2 LCD

In this article, we will look at LCD. We will also learn on how to use it using the MicroPython language. LCD stands for Liquid Crystal Display. What I have is 16×2 LCD with Gorilla Cell LCD module which uses i2c protocol to simplify wiring connection.

005 – MicroPython TechNotes: Gorilla Cell LED | MicroPython Hello World

In this article, we will look at LED. We will learn on how to control it by turning it ON and OFF. LED stands for Light-Emitting Diode. It is a type of electronic of component that emits light when a sufficient voltage is applied on its terminals.