Mauro Riva

Results 10 comments of Mauro Riva

Hey! can you please flash the firmware using `esptool` and connect to the board using VSCode and the PyMakr plugin? The firmware seems to be working by other users e.g....

RAM is limited and that's the problem. I could set a bigger buffer, but then you'll get "out of memory" errors on the application. If you want to try, you...

I've updated the firmware, could you check that again?

@lorenz-g can you check the latest driver? I think that could be a problem with the HEAP/SPIRAM. Now MicroPython works better with that and shares the PSRAM with other IDF...

No problem! Note the new parameter `fb_location`. If you are using the ESP32_CAM you can set it to `camera.PSRAM`.

Try to erase the flash, flash the firmware again and upload the code. Keep me updated!

I think the files that you are asking for are [here](https://github.com/lemariva/micropython-camera-driver). I included all files and modules that you need to compile MicroPython with the module.

* Do the servos work without the camera driver? Usually I have the problem that the servos drain too much current and the board reboots. or * It could be...

Thank you, I will check that and keep you informed.