esp32-spi-message-demo icon indicating copy to clipboard operation
esp32-spi-message-demo copied to clipboard

ESP32 reference app for interfacing with DepthAI over SPI

Results 9 esp32-spi-message-demo issues
Sort by recently updated
recently updated
newest added

I am trying to build the jpeg_webserver_demo example however when I go to build and flash the example my compilation fails because the following error message: /home/pi/Dev/esp32-spi-message-demo/components/depthai-spi-api/common/esp32_spi_impl.h:18:10: fatal error: esp_wifi.h:...

if I run two-stage inference on the MX, How can I make Frames, object detections, and recognition results are all synced on the esp32 board side? I can't find a...

CC: @Erol444 Please describe the project & merge when ready to go into main.

i find this demo https://github.com/luxonis/esp32-spi-message-demo/tree/feature/ota_server_ui/ota_test Unfortunately, it failed to compile successfully ![image](https://user-images.githubusercontent.com/46476424/164968244-0bee27fe-31b1-46b4-a744-bd8221a9d3da.png) Can you give me some advice

I'm running into a really weird issue. I've got a pipeline that sends a lot of data to the host over serial and just spatial detection data to the ESP32...

**Problem** Hi, as the title suggests, the problem regards the SPIOut node. If I add this node the pipeline blocks otherwise the pipeline works fluently by removing the SPIOut node....

Hi, I'm attempting to interface the BW1098EMB_R0 development kit with an MCU. I'm using the ESP32 SPI messaging demo as a guide, and am looking for clarification to a couple...

After following steps from [here](https://github.com/luxonis/esp32-spi-message-demo#download-depthai-core-which-contains-the-pipeline-builder-example) there doesn't seem to be `mobilenet-ssd/mobilenet-ssd.blob`, so the last step from [here](https://github.com/luxonis/esp32-spi-message-demo#build-and-run-the-pipeline-builder-binary-make-sure-your-depthai-is-attached-to-your-pc) fails. Just a minor issue, but may be annoying for people just starting...

Gen2
bug