mirror of
https://github.com/m5stack/m5-docs.git
synced 2026-05-20 10:23:01 -07:00
2.2 KiB
2.2 KiB
ESP32Cam/M5Camera Quick Start {docsify-ignore-all}
🎬 Video Tutorial 📝 Text Tutorial
Text Tutorial
With preloaded firmware, your ESP32Cam/M5Camera would run right after power on.
- Power on the cable into ESP32Cam/M5Camera by USB cable.
- After waitting for a few seconds, Wi-Fi scan a AP named "
M5CAM" with your computer(or mobile phone), and connect it.
- Open up the browser on the computer(or mobile phone), visit the URL
http://192.168.4.1. At the moment, your can see the real-time transmission of video by ESP32Cam/M5Camera on the browser.
Note:
ESP32Cam/M5Camera AP can only connect with one device at a time.
Video Tutorial
Example
Firmware
Code
-
Serial communication-M5Core(The serial communication routine is the communication between the camera and the M5Core.)
-
MPU6050(Gyro Example after soldering MPU6050)