This might seem like an obvious question, but I couldn’t find an answer anywhere - how do you install a shield?
I have an OpenMV H7 Plus and a Wifi shield - the best I was able to do was put it underneath the OpenMV and then use the included posts to hold it in place from the top, but then the wire legs are just dangling underneath. Is that how you’re supposed to do it?
Is there a diagram or picture somewhere showing how to install it?
@bburnskm You could solder female headers to the camera and then solder male headers to the shield. Then you can remove the shield at your convenience.
Depending on the shield you can also orient the headers front or back if the shield allows it for space.
That is how I attach the shield I designed. This way if it were to fail in prototyping or I need the camera for something else it is possible to disassemble.
see here - RJ45 / Relay hat
I installed the wifi shild and soldered it with OpenMV Cam H7 plus.
I configured the setting file to connect on start up.
when I run connect.py or scan.py I get this error OSError: Failed to initialize WINC1500 module: Init failed!
at line wlan = network.WINC()
I can’t attach photo of how I stack them because I’m a new user.
I configured the setting file to connect on start up.
when I run connect.py or scan.py I get this error
You only need to do this if you want to use the WiFi shield to program the cam. If you configure the settings file you can Not use the WiFi shield scripts like you do. To remove the config file just erase the flash from the Tools menu.