Run ov2640 library on FiPy board with ESP32 MICROLITE SPIRAM firmware

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
Aduka_27
Posts: 27
Joined: Thu Apr 14, 2022 11:00 am

Run ov2640 library on FiPy board with ESP32 MICROLITE SPIRAM firmware

Post by Aduka_27 » Thu Apr 21, 2022 3:35 pm

Hi guys,

I am just wondering is it possible to use ov2640 library on FiPy board on which I uploaded a ESP32 MICROLITE SPIRAM firmware? Before, I used a Pycom firmware and the code worked without problems, but when I switched to microlite as I have to deploy ML model, I am not able to set properly I2C and SPI configuration. Someone faced with some issue before?

ov2640 library: https://github.com/grahamPatico/micropy ... 2640-Pycom
This is the configuration that I used before (Pycom board). Any kind of help is welcome! :D

Post Reply