=========================== Pico MicroPython Tutorial =========================== 1.Download code and library files =================================== .. toctree:: :maxdepth: 1 1 Resources Download 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. .. toctree:: :maxdepth: 1 2 MicroPython Basic Tutorial 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. .. toctree:: :maxdepth: 1 3 Wiring 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. .. toctree:: :maxdepth: 1 4.1 Color Recognition 4.2 Color Block Detection 4.3 Ball Recognition 4.4 Line Detection 4.5 Card Recognition 4.6 Body Detection 4.7 Face Recognition 4.8 QR Code Recognition 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. .. toctree:: :maxdepth: 1 Product Installation 5.1 Face Unlock 5.2 Card Control Car 5.3 Color Block Following Car 5.4 QR Code Control Light 5.5 Smart Stone Thrower 5.6 Red and Blue Sorting Car