I have a little project which will be a very good opportunity to dive into OpenMV.
The idea is to monitor the dashboatd of an electric vehicle, more precisely the charging value, in order to stop it before the battery is fully charged.
I’m looking for a cheap solution, and don’t want to spend 100€ or more in a device which will only be used once a week. As I already have some original pyboards (v1.0 from kickstarter), and some ESP32 modules (for wifi connectivity), I’m wondering if it is possible to use a pyboard with a cheap camera module like the HM01B0, which seems to be supported by OpenMV?
You’d need to stitch all the camera drivers together. This is not easy. Cameras are not like SPI/I2C devices. The data rate is high and you have rather high speed parallel signals. Voltage rail stability and other things also matters.
I would suggest then to find an H7 unit on sale and buy that. You can find them on aliexpress and etc.
Yeah, it’s not trivial to get our firmware running on the pyboard with that camera. Even though we have all the drivers for everything the configuration is different.
It is possible to hook that up though. But, there’s a lot of C code to wrangle to get everything working.
I recommend you use the examples/boards that Arducam shows off with that camera.