Tutorial Search - Tag - circuitpython

Setting Up Maker Uno RP2040

Setting Up Maker Uno RP2040

This guide will show you how set up CircuitPython for Maker Uno RP2040..
Creating Animation on OLED Display with EDU PICO

Creating Animation on OLED Display with EDU PICO

Creating Animation for OLED Display using GIF and Python using EDU PICO..
DHT11 Sensor Data Logging using Maker Uno RP2040

DHT11 Sensor Data Logging using Maker Uno RP2040

Reads temperature and humidity data from a DHT11 sensor with Maker Uno RP2040, and logs data to a CSV file...
Offline Dino Game Cheat with Maker Uno RP2040

Offline Dino Game Cheat with Maker Uno RP2040

USB native using Maker Uno RP2040 and automated dino game using a light sensor...
Water Drinking Reminder w Raspberry Pi Pico

Water Drinking Reminder w Raspberry Pi Pico

This tutorial helps you to make a water-drinking reminder with Raspberry Pi Pico onboard the Maker Pi Pico Board using Circuitpython with Thonny IDE...
Face Recognition using HuskyLens

Face Recognition using HuskyLens

In this tutorial, you will learn how to recognize different faces using HuskyLens and retrieve the data to Maker Pi Pico using CircuitPython code...
Face Detection using HuskyLens

Face Detection using HuskyLens

In this tutorial, you will learn how to detect faces using HuskyLens and retrieve data to Maker Pi Pico using CircuitPython code...
Bluetooth HC-05 master-slave configuration using CircuitPython

Bluetooth HC-05 master-slave configuration using CircuitPython

To allow 2x Bluetooth modules to communicate with each other, we need to set the module to master and slave modes. In this tutorial I will show how to do the setup using CircuitPython.....
Color (RGB) detector using CircuitPython on Raspberry Pi Pico

Color (RGB) detector using CircuitPython on Raspberry Pi Pico

This tutorial I would like to share how to interface the color sensor (TCS3200) using CircuitPython on Raspberry Pi Pico.....
Bidirectional Visitor Counter using CircuitPython on Maker Nano RP2040

Bidirectional Visitor Counter using CircuitPython on Maker Nano RP2040

In this video I would like to share about a bidirectional visitor counter project that is programmed using CircuitPython on Maker Nano RP2040.....
Program Otto DIY robot for basic movements with CircuitPython

Program Otto DIY robot for basic movements with CircuitPython

After assemble the Otto robot, next we will try to program it using CircuitPython. Basically we need to know how to control 4 servo motors to create the robot movement.....
Otto DIY robot head for Maker Nano RP2040

Otto DIY robot head for Maker Nano RP2040

I would like to try building the Otto DIY robot using Maker Nano RP2040 and program it using CircuitPython. But the STL file provided cannot fit the board. So how?....
Talking Photo? Program using CircuitPython on Maker Pi Pico

Talking Photo? Program using CircuitPython on Maker Pi Pico

In this tutorial I will share how to build a "talking photo" project using Maker Pi Pico and CircuitPython.....
Program Raspberry Pi Zero 2 W without OS

Program Raspberry Pi Zero 2 W without OS

A few days ago, CircuitPython released a stable version - 7.2.0. There are improvements for the Raspberry Pi board, based on the Broadcom chip. For this tutorial I will share how to program a Raspberr..