-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Having trouble getting the ArduCam SPI (MP2) camera to work #93
Comments
Giving up on Arducam's OV2640 2MP. I had to replace the ribbon cable, there hasn't been any support from Arducam (forums and contact form) after about a month. The forum post I made won't even post because it's being "held for review" (~26 days). I'm planning to hold out for the Enviro Camera (Pico W onboard) and probably set it up as its own MQTT device rather than try to do hardwired data transfer between it and the Pico W running the experiments. Doesn't seem that I needed pull-up resistors. Probably not an issue/discrepancy between Pico H and Pico W. Not worth it for me, hence planning to wait for something better or go with something other than the Pico. Technically I could also probably go with Adafruit's guide on taking camera images and transferring them to the Pico; however, this is also a CircuitPython implementation. Switching back to CircuitPython seems like a possibility now that a bug affecting |
The Grove Mini Camera seems like a nice option if it was in stock and assuming it could be easily set up to work with Pico W running MicroPython. See also:
Not a color camera, but an IR camera might be interesting for other applications https://wiki.seeedstudio.com/Grove-Thermal-Imaging-Camera-IR-Array/ |
Hi @sgbaird did you managed to connect & take picture with OV2640 & pi pico W? |
No, but if I come back to this I plan to follow the tutorial from https://learn.adafruit.com/adafruit-ov5640-camera-breakout/raspberry-pi-pico-usage using their Adafruit camera. |
I should probably try adding 4.7kOhm pull-up resistors and order a Pico H and some type of ESP32 microcontroller to help with troubleshooting.
The text was updated successfully, but these errors were encountered: