Nano Arduino Tutorial
1.Download code and library files
2.Driver Installation (Optional)
This section is not mandatory and is only used when the USB port cannot be recognized by the computer on the development board. If it is already recognized, it can be skipped directly!!!
(Note: If the main board cannot be recognized in Arduino or kidsblock projects, please check whether the board is connected properly, or try other USB port on your computer. If it still does not work, follow these steps to install driver.)
3.Arduino IDE Basic Tutorial
If you are a beginner, please be sure to read the Arduino IDE Basic Tutorial. By learning this part of the tutorial, you can avoid many errors.
4.AI Vision Module Fundamentals Course
The basic tutorial is an independent tutorial for the AI vision module, mainly on how to use Arduino C code to control the various functions of the AI vision module. This code uses the Nano development board, and the principle of Arduino IDE control for other development boards is similar, which can be used as a reference.
5.AI vision module combined with KS0543 car course
This tutorial is based on the Nano development board and demonstrates how to use the Arduino IDE for AI vision modules.