This Board is designed to support both Audio and Video recording. It uses two cameras for its video feed (OV2710) and the ICS-43432 for its audio recording. It also supports wifi and bluetooth. The media streams are stored on a microSD.
- click on the green code button and download the zip file for this repository.
- Extract the zip file. This contains all the files we'll be needing.
- Get the board Fabricated by your favorite PCB Manufacturer (files needed for this can be found under the subfolder PCB).
The board has three microchip on it; namely esp32_1, esp32_2 and stm32f4xx. Each of these chips will need to be programmed.
- You will require an FTDI programmer for this.
- Connect the programmer to appropriate pins are shown in the diagram below.
- Run the install_firmware.* as explained below.
- All you will need for this process a USB type-C.
- Plug the board to your computer through the USB cable.
- Run the install_firmware.* as explained below.
- For more information check here.
- Navigate to the Binaries subfolder in your already extracted file.
- Make sure the drivers listed in the driverlist.txt are installed on your system.
- Run the Batch file install_firmware.bat on windows or Bash file install_firmware.sh if you're using a mac or linux
- Follow the Prompts to complete the process (Admin/su previlleges may be required).