Search found 5 matches

by jmiguel
Tue Mar 22, 2022 10:02 pm
Forum: AI-deck
Topic: wifi_jpeg_streamer example issues
Replies: 10
Views: 19169

Re: wifi_jpeg_streamer example issues

After flashing aideck-gap8-bootloader using docker, the LED2 flashes in green. From this point I understand that I have to flash Aideck ESP firmware, and then flash image streamer example? If I use docker: docker run --rm -it -v $PWD:/module/ --device /dev/ttyUSB0 --privileged -P bitcraze/builder /b...
by jmiguel
Mon Mar 21, 2022 9:44 pm
Forum: AI-deck
Topic: wifi_jpeg_streamer example issues
Replies: 10
Views: 19169

Re: wifi_jpeg_streamer example issues

Hi again, getting closer but still problems to run it... I have started again from scratch using docker. I've flashed the code for the example into the AI-deck using the docker. When I try to flash the ESP32 firmware using the docker I get the following trace: =======================================...
by jmiguel
Sun Mar 13, 2022 10:12 pm
Forum: AI-deck
Topic: wifi_jpeg_streamer example issues
Replies: 10
Views: 19169

Re: wifi_jpeg_streamer example issues

Hi Marcus,
I'll try the docker option along this week.
Thanks for your help.
by jmiguel
Thu Mar 10, 2022 8:46 pm
Forum: AI-deck
Topic: wifi_jpeg_streamer example issues
Replies: 10
Views: 19169

Re: wifi_jpeg_streamer example issues

Hi Marcus! Thank you for your help!. At this time I have managed to flash the crazy-firmware, and configure it throw the new menu. But now I am struggling with the flash of the ESP32 firmware. I cannot get it flashed throw JTAG. I guess the following: $ source ~/path/to/idf/export.sh ---> my esp-idf...
by jmiguel
Mon Mar 07, 2022 8:37 pm
Forum: AI-deck
Topic: wifi_jpeg_streamer example issues
Replies: 10
Views: 19169

wifi_jpeg_streamer example issues

Hello everyone, I am trying to make the wifi_jpeg_streamer work in my AI-deck. The problem is that for some reason the file frame_streamer.h cannot be found. The route seems to be ok. I have not modified anything in the source code. I have also downgraded the version for the gap_sdk to 3.8.1. and I ...