> For the complete documentation index, see [llms.txt](https://bananapi.gitbook.io/banana-pi-bpi-m2-magic-iot-development-board/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bananapi.gitbook.io/banana-pi-bpi-m2-magic-iot-development-board/chapter1/bpi-m2-magic-hardware-spec.md).

# BPI-M2 Magic hardware spec

| Soc                   | Allwinner R16,Quad-code ARM Cortex-A7，also support A33 design                                                                                                                                           |
| --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| GPU                   | Mali 400 MP2                                                                                                                                                                                            |
| SDRAM                 | 512MB DDR3 (shared with GPU)                                                                                                                                                                            |
| Power                 | 5V @ 2A via DC power                                                                                                                                                                                    |
| Low-level peripherals | 40 Pins Header, 28×GPIO, some of which can be used for specific functions including UART, I2C, SPI, PWM.                                                                                                |
| Wifi                  | Wifi 802.11 b/g/n 2.4GHz (AP6212)                                                                                                                                                                       |
| Bluetooth             | BT4.0 BLE                                                                                                                                                                                               |
| On board Storage      | MicroSD (TF) card, eMMC 8G on board (option：16/32/64G)                                                                                                                                                  |
| Display               | MIPI Display Serial Interface (DSI) interface(4 data lanes)                                                                                                                                             |
| Camera                | A CSI input connector Camera:Supports 8-bit YUV422 CMOS sensor interface,Supports CCIR656 protocol for NTSC and PAL,Supports 5M pixel camera sensor ,Supports video capture solution up to 1080p\@30fps |
| Video decoder         | Multi-format FHD video decoding, including Mpeg1/2, Mpeg4, H.263, H.264, etc H.264 high profile 1080p\@60fps                                                                                            |
| Video encoder         | H.264 encoder: high profile 1080p\@60fps                                                                                                                                                                |
| Audio input           | On board microphone                                                                                                                                                                                     |
| USB                   | 1x USB 2.0 host,  1x USB 2.0 OTG                                                                                                                                                                        |
| Buttons               | Reset button, Power button                                                                                                                                                                              |
| Leds                  | Red, Green, Blue                                                                                                                                                                                        |
| battery               | 3.7V lithium battery power support                                                                                                                                                                      |
| Sizes                 | 51 mm × 51mm                                                                                                                                                                                            |
| Weight                | 40g                                                                                                                                                                                                     |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://bananapi.gitbook.io/banana-pi-bpi-m2-magic-iot-development-board/chapter1/bpi-m2-magic-hardware-spec.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
