Adafruit
Adafruit OV5640 Camera Breakout - 120 Degree Lens
A high-quality 5 Megapixel camera breakout designed for hobby-level microcontrollers like the RP2040 and ESP32-S series. The OV5640 sensor with a 120-degree ...
Get notified when back in stock
A high-quality 5 Megapixel camera breakout designed for hobby-level microcontrollers like the RP2040 and ESP32-S series. The OV5640 sensor with a 120-degree wide-angle lens connects via an 8-bit parallel data interface, making it compatible with chips that have enough pins, DMA, and RAM to capture frames directly.
This breakout improves on existing camera modules with breadboard-friendly headers, selectable clock generation, improved thermal management, and support for auto-focus camera modules.
Key Features
- OV5640 5 MP Sensor – High-resolution camera with 120-degree wide-angle lens
- Breadboard Friendly – Standard 2×9 header plus a duplicated header strip 0.3″ apart for breadboard or perfboard mounting
- Selectable 24 MHz Clock – Use the onboard XCLK oscillator to save a GPIO pin, or provide an external clock from your microcontroller
- Thermal Management – Heat-sinking camera area with exposed ground pad and thermal vias to reduce drift during continuous encoding
- Auto-Focus Support – Optional VMotor 3.3 V power jumper on DATA1 for auto-focusing camera modules
- Power-Good LED – 3.3 V indicator on the back (can be disabled)
- 8-Bit Parallel Interface – Compatible with RP2040, ESP32-S2/S3, and other microcontrollers with sufficient pins and DMA
Compatibility
- RP2040-based boards (Raspberry Pi Pico, Feather RP2040, etc.)
- ESP32-S2 and ESP32-S3 boards
- Any microcontroller with 8+ data pins, DMA, and sufficient RAM for frame buffering
Ideal For
- Microcontroller-based image capture projects
- Wide-angle surveillance and monitoring
- Machine vision and object detection
- Time-lapse photography
- QR code and barcode scanning
Package Contents
- 1× Adafruit OV5640 Camera Breakout with 120-degree wide-angle lens
Resources
- OV5640 Camera Breakout Learn Guide – Wiring, setup, and example code
Jargon buster
Plain-language definitions for the technical terms used above.
- breakout
- A breakout board carries a small or fine-pitched component and brings its connections out to standard, breadboard- and header-friendly pins. Describing a part as a breakout means it can be wired into a project without soldering directly to the component's tiny contacts.
- ESP32
- ESP32 is a family of low-cost microcontroller chips and modules from Espressif with built-in WiFi and Bluetooth. They support programmable firmware and over-the-air updates, and are commonly programmed with toolchains such as the Arduino core and ESP-IDF.
- GPIO
- General-purpose input/output pins are microcontroller pins you can set in software to read signals, switch devices on and off, or connect to peripherals. The number of GPIO pins matters because it limits how many buttons, LEDs, sensors, and other parts you can wire directly to the board.
- Headers
- Rows of connector contacts on a fixed pitch (commonly 2.54 mm) used to link a board to a breadboard, jumper wires, or another board. They come as male pin headers and female socket headers; when a module ships with pre-soldered headers it can be used straight away, whereas bare pads require soldering the pins yourself.
- LED
- A light-emitting diode (LED) is a small electronic component that emits light when current flows through it in the correct direction. Because it only conducts one way, its polarity matters, and a through-hole LED must be soldered the correct way around to light up.
- microcontroller
- A microcontroller is a small computer on a single chip that runs a stored program and controls connected inputs and outputs such as buttons, sensors, displays and communication interfaces. In a device built around one, it is the part that executes the code and coordinates the device's behaviour.
- OV5640
- A specific camera sensor chip that captures still images or video data for a microcontroller or processor. The exact sensor matters because code examples, wiring, resolution, autofocus support and data format depend on the chip model.
- parallel interface
- A parallel interface sends several bits of data at the same time using multiple wires. It can be faster than simple serial connections, but it uses more microcontroller pins, so it is less convenient for small projects with limited wiring space.
- RAM
- RAM (random-access memory) is fast, temporary memory a device uses for working data while it is running; in its common volatile form, its contents are lost when power is removed. Some devices offer a mode that applies settings to RAM only, which is handy for testing changes temporarily because they are not stored permanently and disappear at power-off.
- RP2040
- The RP2040 is a dual-core Arm Cortex-M0+ microcontroller chip from Raspberry Pi, used on many maker boards and offering programmable I/O, multiple GPIO pins and reasonable processing speed. Code and accessories built for that chip should work where RP2040 compatibility is listed, though demanding tasks such as reading a camera can require careful pin allocation and timing.
- XCLK
- An external clock signal supplied to some camera sensors so their internal timing stays stable. It matters because your microcontroller or the camera board must provide the right clock for the sensor to output image data reliably.
Find this product in
Brands
adafruit ov5640 camera breakout
Document · 5.5 MB · Click any page to view full size
Resources & Downloads
Guides, code examples, and more
Related Tutorials
Free guides on learn.littlebird.com.au