mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
OpenMV固件源码
* Replace single resistors with resistor networks. * Add pull-ups to the uSD SPI signals and unused pins. * Add a 2mm pitch debugging header. * Breakout I2C3, SPI3 and USART3 using the main header. * Fix silk screen component names. * Connect the sensor's PWDWN and RESET to GPIO. * Add a MOSFET load switch to enable/disable power to the uSD. * Add a bulk cap to STM micro. * Add a switch to enter the DFU mode. |
||
|---|---|---|
| bin | ||
| eagle | ||
| include | ||
| lib | ||
| src | ||
| usr | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| stm32_flash.ld | ||
###OpenMV (Open Machine Vision Module)
OpenMV is an open-source tiny machine vision module based on an STM32F4xx ARM Cortex-M4 MCU and an OV9650 sensor, it's currently capable of doing face detection at 25FPS, color tracking at 30FPS+ and has USART interfae and USB-OTG support for debugging and firmware update. This repo contains the hardware resources, drivers, image processing and userspace code.