0hmX/robocraze-ov7670-camera-module-clone

This code defines and generates a 4-layer PCB hardware layout featuring an OV7670 VGA camera sensor module with fixed component placement, power regulation using ME6211 voltage regulators, a 2x9 header interface, and associated signal routing and mechanical footprints, designed for manufacturing and assembly.

Version
1.0.7
License
MIT
Stars
0

index.circuit.tsx

PCBPCB preview for index.circuit.tsx
SchematicSchematic preview for index.circuit.tsx
import { RobocrazeOV7670CameraModuleBoard } from "./boards/RobocrazeOV7670CameraModuleBoard"

export { RobocrazeOV7670CameraModuleBoard } from "./boards/RobocrazeOV7670CameraModuleBoard"
export { OV7670Sensor, ov7670PinLabels } from "./components/OV7670Sensor"
export {
  OV7670ModuleHeader,
  ov7670ModulePinLabels,
} from "./components/OV7670ModuleHeader"
export { RobocrazeOV7670Module } from "./components/RobocrazeOV7670Module"
export {
  OV7670CSP2Footprint,
  OV7670CameraAssemblyFootprint,
} from "./footprints/OV7670CSP2Footprint"
export { RobocrazeOV7670ModuleHostFootprint } from "./footprints/RobocrazeOV7670ModuleHostFootprint"
export { ME6211C18M5G_N } from "./imports/ME6211C18M5G_N"
export { ME6211C28M5G_N } from "./imports/ME6211C28M5G_N"
export {
  PZ254V_12_18P,
  PZ254V_12_18P_Footprint,
  pz254v1218pPinLabels,
} from "./imports/PZ254V_12_18P"

export default RobocrazeOV7670CameraModuleBoard