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

Thank you for choosing SharingWin! We’re committed to offering you a smooth and reliable shopping experience. Please review the following policy to understand how we handle order processing, shipping, and support.

 

📍 Shipping Zones

We provide worldwide shipping, with a focus on Europe, North America, Asia, and Australia.

Please note: We do not ship to P.O. boxes or APO/FPO addresses.

🚚 Shipping Carriers

All orders are shipped from our fulfillment center in Shenzhen, China, using trusted carriers such as YunExpressDHL,  and 4PX, ensuring secure and timely delivery.

 

💰 Shipping Costs

We offer free worldwide shipping on all orders over €99.

 

🏷️ Tax & Customs Duties

  • For personal orders, customs duties are prepaid by our logistics partner—no extra payment required upon delivery.

  • For business customers needing VAT invoices, please contact us at info@sharingwin.com before placing your order. We do not cover customs duties for VAT-invoiced orders, but will offer special discounts — get in touch for more details.

 

🕒 Order Processing Time

Orders are processed, verified, and packed within 2-5 business days (excluding weekends and holidays).
During peak seasons or sales events, processing may take up to 7 business days. We’ll notify you via email if a significant delay occurs.

 

⏱️ Estimated Delivery Time (After Processing)

RegionEstimated Delivery (Business Days)
Asia2–5
Western EU7–10
Eastern EU7–10
North America5–8
South America7–15
Australia5–8
Africa5–15

 

📦 Order Tracking & Support

  • shipping confirmation email with a tracking number will be sent once your order has been shipped.

  • You can track your order through the provided link or in your account dashboard.

  • For any inquiries or assistance, feel free to reach out to our support team:

📧 Email: info@sharingwin.com

Thank you for shopping at SharingWin — delivering smart electronics to your doorstep, wherever you are! 🌍

Hello, fellow geeks!

I’m an embedded systems engineer with a degree in IoT Engineering, and I’ve been deeply involved in AIoT product development for years. I’ve participated in several B2B projects from the ground up — covering open-source hardwaresystem architecturehardware selection, and solution implementation.

Through this journey, I’ve come across all kinds of AIoT products.
Some are smart, efficient, and elegantly designed; others are overcomplicated, packed with features that don’t solve real problems.
Over time, I’ve started focusing on one simple but important question:

Does this product truly solve the user’s core need?
Not just whether it’s ‘cool’ or uses the latest tech.

I firmly believe that great products don’t have to be complex or expensive — they just need to solve problems clearly and effectively, at a reasonable cost.

That’s why I created this site:
A space where engineers can connect, share, and learn from each other.

Here, I share great products and smart solutions I’ve encountered during projects — and try to explain why they’re good.
This isn’t about marketing. It’s about real experiencehonest judgment, and technical clarity.

This platform is called sharingwin, because I believe in shared success.

You’ll find high-value, practical tools and products here — to help you save time on selectionavoid unnecessary trial and error, and focus on what works.

As for me, I hope to use this space to connect with like-minded engineersexchange ideas, and — to be honest — maybe earn a little on the side too. That’s part of the fun. 😄

 

To all the makers and creators who’ve supported me along the way — thank you.
Due to some heavy personal projects recently, I haven’t been able to update or engage as frequently as I’d like — and for that, I apologize.
Moving forward, I’ll continue to optimize product content and be more active in sharing useful insights.

Your trust and support mean everything.
You’re the reason I believe this platform matters.

 

If you have any great products or ideas you think deserve more visibility, feel free to reach out.
I’m happy to help with sourcingconnect to the right supply chain, or feature it here so more engineers can see its value.

A single person has limited power —
but co-creation multiplies value.

If you believe in that too, let’s build something useful and meaningful — together.

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

Resources Parameter
PSRAM 8MB
Flash 4M
Image Sensor OV3660
Maximum resolution 3M pixels
Output format 8-/10-Bit RAW, RGB and YCbCr output, compression.
DFOV 66.5°
Battery Interface Specifications SH1.0-2P
Net Weight 6g
Gross Weight 17g
Product Size 45*20*12mm
Package Size 60*60*15mm

Hardware Overview

PinMap

Camera Interface PinMap

Interface Camera Pin TimerCamera
SCCB Clock SIOC IO23
SCCB Data SIOD IO25
System Clock XCLK IO27
Vertical Sync VSYNC IO22
Horizontal Reference HREF IO26
Pixel Clock PCLK IO21
Pixel Data Bit 0 D0 IO32
Pixel Data Bit 1 D1 IO35
Pixel Data Bit 2 D2 IO34
Pixel Data Bit 3 D3 IO5
Pixel Data Bit 4 D4 IO39
Pixel Data Bit 5 D5 IO18
Pixel Data Bit 6 D6 IO36
Pixel Data Bit 7 D7 IO19
Camera Reset RESET IO15
Camera Power Down PWDN -1
Power Supply 3.3V 3V3 3V3
Ground GND GND

HY2.0-4P

HY2.0-4P TimerCamera
SCL G13
SDA G4
5V 5V
GND GND

LED

LED TimerCamera
LED_Pin G2

BUTTON

BUTTON TimerCamera
BUTTON G37

BM8563

BM8563 TimerCamera
SCL G14
SDA G12

BAT

BAT TimerCamera
BAT_ADC_Pin G38
BAT_HOLD_Pin G33

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 *