spacecraft-design-lab-2019 / documentation

Wiki lives in here
https://github.com/spacecraft-design-lab-2019/documentation/wiki
12 stars 3 forks source link

OpenMV Proto1 Debug #142

Open NickG-NZ opened 4 years ago

NickG-NZ commented 4 years ago

Testing Board without STM32 and Camera

NickG-NZ commented 4 years ago

Need to check what supply voltage OpenMV needs. Thought it was 3.3V but might not be. Also need to check STM32 supply voltage

NickG-NZ commented 4 years ago

STM32 takes 3.3 V as expected. The OpenMV expects 3.6-5V as a raw input and regulates it to 3.3V. Testing has shown the board successfully outputs 3.3V to VCC. The board is also missing two resistor arrays (10K) because we didn't have the parts. These connect the SD card to VCC hence, the SD card won't work without them. Otherwise the board should function as expected

NickG-NZ commented 4 years ago

Discovered that one of the missing resistor arrays RN3 is used by the MCU Boot0 and NRST Pins as well as the SD card. So the board likely won't work without it.

maholli commented 4 years ago

Per https://github.com/spacecraft-design-lab-2019/documentation/issues/12#issuecomment-554794443, the STM32 from OpenMV-H7 and OV7725 from OpenMV3 have been installed on the camerav00 board. I also moved over the necessary resistor arrays and the RGB indicator LED for debugging purposes.

Next Steps