> **Source:** Core Electronics is an Australian maker-electronics retailer and manufacturer based in Newcastle, NSW, run by a team of makers and educators. We design and manufacture our own product lines (PiicoDev, CE originals) and are official retailers for iconic maker and industrial brands including Raspberry Pi, Arduino, Adafruit, SparkFun and DFRobot. Orders ship Australia-wide from our Newcastle warehouse. Prices are in AUD and include GST. Pricing, stock and dispatch on this page are generated from the store's live catalog. Full machine-readable index: https://core-electronics.com.au/llms.txt

# SparkFun Red Vision Camera Board - HM01B0 (Color)

**Type:** Product page · **SKU:** SEN-29468 · **Brand:** [Sparkfun](https://core-electronics.com.au/brands/sparkfun-australia)
**Page:** https://core-electronics.com.au/sparkfun-hm01b0-320x320-color-camera-breakout-board.html ([markdown](https://core-electronics.com.au/sparkfun-hm01b0-320x320-color-camera-breakout-board.html.md))

The SparkFun Red Vision Camera Board - HM01B0 is a breakout board for the HM01B0 320 x 320 color camera module from Himax©. The Camera Board breaks out...

## Pricing

- **Price:** $94.95 (inc GST) — $86.32 AUD, exc GST

## Availability & dispatch

- Available with a lead time — expect dispatch between Sep 14 and Sep 16.

## How to buy

- **Build a cart:** compose `https://core-electronics.com.au/cart/link?items=SEN-29468:1` (comma-separated SKU:qty pairs) and share the link. Opening it shows a confirmation page with live pricing and stock before anything is added to the cart.
- **Verify the cart first:** fetch `https://core-electronics.com.au/cart/link/SEN-29468:1.md` for live line prices (inc & exc GST, quantity discounts applied), stock and dispatch estimates, and totals. Append `/to/{AU-postcode}` (or `/to/{country-code}:{postcode}`) before `.md` for delivery options and prices to that destination. Unknown, retired, or out-of-stock SKUs are flagged. (Query form `cart/link.md?items=...` also works but some robots parsers refuse query strings here.)
- **Checkout** is completed on-site and includes a captcha at the payment step. Share the cart link; checkout takes it from there.
- **Search the catalogue:** `https://core-electronics.com.au/search/{query}.md` (URL-encode the query; pages 2-3 at `search/{query}/{page}.md`; `search.md?q=` also works)
- **Payment methods, purchase orders, policies and contact details:** https://core-electronics.com.au/llms.txt
## Description

The SparkFun Red Vision Camera Board - HM01B0 is a breakout board for the HM01B0 320 x 320 color camera module from Himax©. The Camera Board breaks out all the pins from the HM01B0's ribbon cable to three sets of 0.1"-spaced plated through-hole (PTH) headers for users to easily access. Sparkfun designed the Red Vision Camera Board - HM01B0 to work both as a standalone breakout board and also as a compliment to the [SparkFun Red Vision Touch Display for Pico](https://www.sparkfun.com/sparkfun-red-vision-touch-display-for-pico.html) to add live image processing as well as advanced features including object and contour detection among others to the [Experiential Robotics Platform (XRP) Kit](https://www.sparkfun.com/experiential-robotics-platform-xrp-kit.html) using a SparkFun MicroPython port of the popular OpenCV image processing library. We've included both of these boards in the [SparkFun Red Vision Kit for XRP ](https://www.sparkfun.com/sparkfun-pico-vision-kit-for-xrp.html)for those who'd like to get everything they need to quickly and easily add a camera and touchscreen display to their XRP Robot with no soldering required. **Note:** This standalone version of the Red Vision Camera Board - HM01B0 does *not* come with headers soldered to the board.

The HM01B0 camera module has a 320 x 320 pixel resolution that supports frame rates of up to 51FPS in full resolution (320x320) and up to 60FPS in windowed/QVGA (320x240) operation. The camera module also has a 2x2 monochrome binning mode that supports up to 120FPS if you're looking to maximize frame rate over resolution and color. The HM01B0 also has a motion detect feature tied to an interrupt output so you can program it to wake up your camera project whenever it senses motion. The video data interface communicates over a configurable 1, 4 or 8bit interface that features both video frame for synchronizing multiple cameras and line sync for creating a composite image from two cameras. The HM01B0 operates over a I2C serial interface.

The Red Vision Camera Board - HM01B0 offers three oscillator options for the camera module. It defaults to use the on-board 24MHz oscillator but also includes solder jumpers to switch to the HM01B0's internal 48MHz oscillator or to use an external clock input through the HM01B0's Clock (CLK) pin. Users should only select *one* of the three clock inputs to avoid undefined behavior or damage to the module. It also handles voltage regulation to the HM01B0 to drop the (expected) 3.3V supply voltage down to 2.8V.

### Features &amp; Specs

**HM01B0 Camera Module Features**

- 320 x 320 pixel array
- Pixel Size: 3.6µm x 3.6µm
- Max Frame Rates:
    - Full Resolution: 51 FPS (320 x 320)
    - Windowed/QVGA Mode: 60 FPS (320 x 240)
    - 2x2 Monochrome Binning Mode: 120 FPS
- Video Data Interface: 1, 4 or 8bit with frame/line sync
- I2C Interface @400 KHz (max)
- I2C Address: 0x24
- Supply Voltage:
    - Analog: 2.8V
    - Digital: 1.5V (internally regulated)
    - I/O: 1.5V - 2.8V
- 48MHz Internal Oscillator (Bypassed by default on Camera Board)

**SparkFun Camera Board Features**

- 3x 0.1"-spaced PTH Headers
    - Breaks out all HM01B0 pins
- Supply Voltage: 3.3V (regulated to 2.8V for HM01B0)
- 28MHz Oscillator (Default)
    - Customizable to use internal or external oscillator
- Red Power LED

### Documentation

- [Schematic](https://cdn.sparkfun.com/assets/a/0/b/1/7/SparkFun_Red_Vision_Camera_Board_HM01B0.pdf)
- [KiCad Files](https://cdn.sparkfun.com/assets/c/a/b/6/9/SparkFun_Red_Vision_Camera_Board_HM01B0.zip)
- [Datasheet](https://cdn.sparkfun.com/assets/7/f/c/8/3/HM01B0-MNA-Datasheet.pdf) (HM01B0)
- [SparkFun Red Vision MicroPython Package](https://github.com/sparkfun/red_vision/tree/main)
- [SparkFun MicroPython OpenCV](https://github.com/sparkfun/micropython-opencv)
- [SparkFun MicroPython Firmware Releases](https://github.com/sparkfun/micropython/releases)
- [Hookup Guide](https://docs.sparkfun.com/SparkFun_Red_Vision_Kit_for_XRP/introduction)
- [GitHub Hardware Repository](https://github.com/sparkfun/SparkFun_Red_Vision_Camera_Board_HM01B0)

**WARNING:** This product may contain chemicals known to the State of California to cause cancer and birth defects or other reproductive harm. See link below for more information. [www.P65Warnings.ca.gov](https://www.P65Warnings.ca.gov)

## Images

- [Product image 1](https://core-electronics.com.au/media/catalog/product/S/E/SEN-29468-1.jpg)
