*แจ้งวันหยุด* ทางบริษัทจะปิดทำการในวันที่ 6 พ.ค. 67 และวันที่ 22 พ.ค. 67 เพราะฉะนั้นออเดอร์จะทำการจัดส่งอีกครั้งในวันทำการถัดไป

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...
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.....
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?....
Control DC motor using Maker Drive and CircuitPython on RP2040

Control DC motor using Maker Drive and CircuitPython on RP2040

In this tutorial I will share how to control a DC motor using Maker Drive and program it using CircuitPython on the Maker Nano RP2040.....
Telegram IoT Signboard using CircuitPython on Maker Pi Pico

Telegram IoT Signboard using CircuitPython on Maker Pi Pico

This tutorial I use the same hardware setup as the internet clock tutorial. Just, this time I want to display a Telegram message on the dot matrix.....
Drink water reminder with CircuitPython and Maker Nano RP2040

Drink water reminder with CircuitPython and Maker Nano RP2040

Getting enough water every day is important for our health. But sometimes we are too busy and forgot about it. This tutorial will share how to build a simple yet interesting device to remind us to dri..
Internet Clock using Maker Pi Pico and CircuitPython

Internet Clock using Maker Pi Pico and CircuitPython

Hi and Happy New Year for 2022. For this tutorial I use the same hardware setup as the bitcoin price display tutorial, only this time I want to program it to be an internet clock.....
Controlling Relay via Telegram using Maker Pi Pico and CircuitPython

Controlling Relay via Telegram using Maker Pi Pico and CircuitPython

This is the last tutorial for 2021, and I want to share about how to control the relay via the Telegram app using Maker Pi Pico and CircuitPython.....
Display Image on the graphic LCD using Maker Nano RP2040 and CircuitPython

Display Image on the graphic LCD using Maker Nano RP2040 and CircuitPython

In this tutorial, I will share how to display an image on the graphic LCD using Maker Nano RP2040 and I program it using CircuitPython.....
Real-Time IoT Room Monitoring on Maker Pi Pico Using pyRTOS

Real-Time IoT Room Monitoring on Maker Pi Pico Using pyRTOS

 Part 1: Adding Tasks for Sensors & DisplayIn this part, we're going to add sensors to the system. We'll start with the easier ones and then add the more complex ones. With pyRTOS, yo....