M5Stack Timer Camera (OV3660)

SKU: MCW-003
  • ESP32 Chip: Powered by a dual-core ESP32 processor, supporting Wi-Fi and Bluetooth, ideal for remote image transmission in IoT applications.
  • Timer Capture Function: Equipped with a timer capture feature that allows for automatic image capture at preset intervals.
  • Low-Power Design: Supports deep sleep mode, reducing power consumption and extending battery life, perfect for long-term projects.
  • Built-in TF Card Storage: Allows for TF card expansion to store a large number of image files locally, suitable for offline use.

19,90

M5Stack Timer Camera is a camera module based on the ESP32 with 8MB of integrated with PSRAM. The 3 million (3MP) pixel camera (ov3660) ,DFOV 66.5 ° and can shoot a maximum of 2048×1536 resolution photos. There is a LED status indicator and reset button on the board. Timer Camera is designed to have ultra-low power consumption. Through the use of the RTC (BM8563), timing, sleep and wake-up functions can be utilized.

In sleep mode, the current consumption of the whole machine is only 2μA. After the scheduled photo taking function(one photo per hour) is turned on, the battery can work continuously for more than one month. The module supports Wi-Fi image transmission and USB port debugging. The bottom HY2.0-4P port output can be connected to other peripherals. In order to facilitate DIY, the battery interface is reserved on the board. Using the M5Burner firmware burning tool, time-cam can be set directly with the Camera-Tool, and TimerCamera data can be processed in UIFlow.

The low-power power management solution adopted by the Timer Camera series is different from the CORE and StickC devices. When in use, the PWR button is used as a power-on button(long press 2s). If you need to shut down the device, you need to use the software API or press the Reset button on the PCB.When using external power supply, the device will remain powered on.

Product Features

  • Design based on ESP32
  • Wi-Fi image/video transmission
  • Timed sleep wake up
  • Status indicator
  • Ultra low power design
  • Programming platform:ESP-IDF/Arduino/UIFlow

Applications

  • Take pictures regularly
  • Remote video monitoring

Video

Learn

Examples

Arduino

ESP-IDF

Firmware

You can download and burn firmware with M5Burner

Tutorial

Driver Installation

TimerCAM may not work without drive in some systems. Users can manually install FTDI Driver to fix this problem. Take the win10 environment as an example, download the driver file that matches the operating system, unzip it, and install it through the device manager. (Note: In some system environments, the driver needs to be installed twice for the driver to take effect. The unrecognized device name is usually M5Stack or USB Serial. Windows recommends using the driver file to install directly in the device manager (custom Update), the executable file installation method may not work properly).

Focus adjustment

Brown out protection

When the voltage is low, the camera may trigger the Brown out protection and cause reset. You can configure it when compiling the project to disable it.

Arduino

#include "soc/soc.h"
#include "soc/rtc_cntl_reg.h"

void setup() {
  WRITE_PERI_REG(RTC_CNTL_BROWN_OUT_REG, 0); //disable   detector
}

ESP-IDF

idf.py menuconfig

Component config->ESP32-specific->Hardware brownout detect & reset(disable)

Specification

ResourcesParameter
PSRAM8MB
Flash4M
Image SensorOV3660
Maximum resolution3M pixels
Output format8-/10-Bit RAW, RGB and YCbCr output, compression.
DFOV66.5°
Battery Interface SpecificationsSH1.0-2P
Net Weight6g
Gross Weight17g
Product Size45*20*12mm
Package Size60*60*15mm

Hardware Overview

PinMap

Camera Interface PinMap

InterfaceCamera PinTimerCamera
SCCB ClockSIOCIO23
SCCB DataSIODIO25
System ClockXCLKIO27
Vertical SyncVSYNCIO22
Horizontal ReferenceHREFIO26
Pixel ClockPCLKIO21
Pixel Data Bit 0D0IO32
Pixel Data Bit 1D1IO35
Pixel Data Bit 2D2IO34
Pixel Data Bit 3D3IO5
Pixel Data Bit 4D4IO39
Pixel Data Bit 5D5IO18
Pixel Data Bit 6D6IO36
Pixel Data Bit 7D7IO19
Camera ResetRESETIO15
Camera Power DownPWDN-1
Power Supply 3.3V3V33V3
GroundGNDGND

HY2.0-4P

HY2.0-4PTimerCamera
SCLG13
SDAG4
5V5V
GNDGND

LED

LEDTimerCamera
LED_PinG2

BUTTON

BUTTONTimerCamera
BUTTONG37

BM8563

BM8563TimerCamera
SCLG14
SDAG12

BAT

BATTimerCamera
BAT_ADC_PinG38
BAT_HOLD_PinG33

Include

  • 1x Timer Camera

Documents

EasyLoader

Download Windows Version Easyloader

Schematic

TimerCAM

Reviews

There are no reviews yet.

Be the first to review “M5Stack Timer Camera (OV3660)”

Your email address will not be published. Required fields are marked *