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 ...
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 is a small circuit board that makes a tiny or hard-to-solder component easier to connect to with standard pins. It matters because this OLED module can be wired into a microcontroller project without needing to solder directly to the display’s fine contacts.
- ESP32
- ESP32 is a family of microcontroller modules with built-in wireless features such as Bluetooth and WiFi. Knowing this product uses an ESP32-based module helps explain how it provides wireless serial communication and firmware update features.
- 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 metal pins used to plug a module into a breadboard or connect it with jumper wires. Pre-soldered headers make the module easier to use straight away without needing to solder the pins yourself.
- LED
- A light-emitting diode is a small electronic component that lights up when current flows through it in the correct direction. In this kit, LEDs create the flashing effect, so polarity and correct soldering matter for the project to work.
- microcontroller
- A microcontroller is a small computer on a chip that runs your program and controls connected inputs and outputs. For this product, it is the part that reads buttons and sensors, drives the display and speaker, and communicates over Bluetooth.
- 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 is temporary memory used while a device is running, and its contents are lost when power is removed. A “Run in RAM” mode is useful for testing settings without permanently programming the module, but it may not support every feature.
- RP2040
- A microcontroller chip used on many maker boards, with enough speed and flexible I/O for some camera and display projects. Compatibility with RP2040 matters because camera modules often need many pins and careful timing to read image data successfully.
- 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
Related Tutorials
Free guides on learn.littlebird.com.au