Pico MicroPython Tutorial

1.Download code and library files

2.Thonny Basic Tutorial

If you are a beginner, please be sure to read the Thonny basic tutorial. By learning this part of the tutorial, you can avoid many mistakes.

3.Wiring

The AI vision module uses I2C communication, so we only need to connect the connection line of the AI vision module to the I2C interface of the development board.

4.AI Vision Module Fundamentals Course

The basic tutorial is an independent tutorial for the AI vision module, mainly on how to use MicroPython code to control the various functions of the AI vision module. This code uses the Pico development board.

5.AI vision module combined with KS3027 car course

This tutorial is based on the Pico development board to demonstrate how to use the AI vision module.