I have listed the main requirements of our application below, please guide us in understanding what is the possibility and the methodology to satisfy these requirements.
1.ESP32 and VPU shall speak through custom protocol developed on top of the SPI.
General Queries
2.Where to find necessary documentation to use BW1092 depth AI module such as user manuals, getting started guides, application notes, sample codes(VPU and esp32) which will help us to setup the development environment, start developing our application on the fly.
3.With reference to the output of esp32_app example, string format of the output received from the VPU is fixed or customisable?
4.with reference to https://discuss.luxonis.com/d/56-initial-bw1092-esp32-proof-of-concept-code/2 we understood depthai_flash.fw contains application firmware, config and NN blob(s). Here, application firmware indicates we can write our custom logics such as sending some startup commands from VPU to esp32,sending the output string in our custom desired format etc..., is my understanding correct or we cannot modify/update the application firmware part
thank you