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

Series: MicroPython TechNotes

015 - MicroPython TechNotes: Neopixel 16

George Bantique March 5, 2021 No Comments

In this article, we will learn about the addressable NeoPixel. Addressable Neopixel contains a WS2812B chip and an RGB LED in one package. With WS2812B, it is possible to make the a chain of RGB LED to be addressable. Meaning to say, it can be controlled individually.


Read more 015 - MicroPython TechNotes: Neopixel 16

013 - MicroPython TechNotes: 8x16 Dot Matrix Display (SPI)

George Bantique February 25, 2021 2 Comments

In this article, we will look at the 8×16 Dot Matrix Display with SPI as communication interface. This is basically the continuation of the previous tutorial on how to use the 8×8 Matrix Display.


Read more 013 - MicroPython TechNotes: 8x16 Dot Matrix Display (SPI)

012 - MicroPython TechNotes: 8x8 Dot Matrix Display (SPI)

George Bantique February 19, 2021 2 Comments

In this tutorial, we will learn on how to use an 8×8 Dot Matrix Display with SPI protocol as communication interface. For this tutorial, I will be using the 8×8 Dot Matrix Display module with SPI protocol from GorillaCell ESP32 development kit.


Read more 012 - MicroPython TechNotes: 8x8 Dot Matrix Display (SPI)