hi! engineers from Openmv.
I have a openmv4p and WINC1500 hardware, and send jpeg image to web browser, when use the OpenMV IDE’s default bin files as belows:
- bootloader.bin/dfu
- firmware.bin/dfu
- openmv.bin
- uvc.bin/dfu
It works well.
When use the bin files built by myself, the error is:
OSError: Failed to initialize WINC1500 module: Init failed!
The build step is as belows:
git clone --depth=1 GitHub - openmv/openmv: OpenMV Camera Module
cd openmv
git submodule update --init --depth=1 --no-single-branch
git -C src/micropython/ submodule update --init --depth=1
make -C src/micropython/mpy-cross/
make -C src/ TARGET=OPENMV4P
I did not modified the source code.