S
sanjith

  • Nov 17, 2020
  • Joined Jul 28, 2020
  • 0 best answers
  • 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

  • Ho something I forgot to ask, HOW are we gonna load the trained models or model ( the .xml and .bin file)?

    Thank you in advance 😀

  • Hi Brandon,
    I received the w/ integrated ESP32 board. Great work on that it an eye catching thing 😁. Thanks for the information provided. Your current DepthAI is running on ESP using py ? or is there a 'c' variant of the example available ? please route me to the link. Is the camera already connected to the movidious in the above showed example.

    please verify if https://github.com/luxonis/depthai-python/commit/619d485#diff-800c94d12c602217488e262d139e7a9f is the program to use for the example shown above?

    regards Sanjith

  • Hello,
    I wanted to clarify about the image acquired by the camera , transporting image into Movidious and getting it back to the ESP32 processor, how does that happen ?
    Is there anyway to run my current program (Python + OpenVino) in the hardware which has been developed without converting them?

    thank you

    • I wanted some help in getting familiarised with the ESP 32 environment, could u suggest me a IDE to work on and preferable OS u might be using for the development. Thanks in advance

      • Such a great work producing a minimalistic hardware like this ! kudos for that. Whats bothering my mind is that how is ESP32 talking to the MOVIDIOUS ( i understand its through SPI ), I'm more worried abt the software part of it. Are you using OpenVino in order to control movidious? if so then where would be this OpenVino installed?

        thank you in advance 😁