pdf-icon

M5TimerCAM Program Compilation and Upload

1. Preparation

2. USB Driver Installation

Driver Installation Tip
Connect the device to the PC and open the device manager to install the FTDI driver . For Windows 10, download the driver files matching your OS, unzip them, and install them through the device manager. (Note: In some system environments, the driver may need to be installed twice to take effect. Unrecognized devices are usually named M5Stack or USB Serial. Windows recommends using driver files for direct installation in the device manager (custom update); executable installation may not work properly). Click here to download the FTDI driver
MacOS Notice
For MacOS users, before installation, go to System Preferences -> Security & Privacy -> General -> Allow apps downloaded from -> App Store and identified developers.

3. Port Selection

Connect the device to the computer via a USB cable. After completing the driver installation, select the corresponding device port in the Arduino IDE.

4. Program Compilation & Upload

  1. Open the example program “web_cam” from the driver library.
  1. Enter the WiFi name and password in the code.
  1. Click the upload button to automatically compile and upload the program.

5. Program Effect

  1. Open the serial monitor, press the reset button, and it will show that the WiFi is connected. Copy the IP address to your browser and start the stream.
  1. The effect will be as shown below:
On This Page