remibert

Results 6 comments of remibert

A very late answer, because I also just had this problem, and I just solved it, for others who will be looking for the solution: the default version of python...

In fact the esp32cam firmware was historically created for the esp32cam, and in the meantime I added other cameras. The generic spiram one does not have the camera module and...

> well, i'm impressed how stable and fast µPython is. The reason is that the µPython code is in the firmware, and I not use python string but bytes for...

Hi, I don't have this board, so I have no way to verify that this works, it will be up to you to do so. The closest firmware is https://github.com/remibert/pycameresp/releases/download/V19/FREENOVE_CAM_S3-SPIRAM_OCT-firmware.bin....

Hi, I had made homekit support on micropython, but I ended up deleting it, because I had no use for it, and compilation difficulty, nor the desire to maintain it....

Hello, There are three notification methods: - pushover as standard - customer mqtt - web_hook The last two need to be activated in main.py (uncomment the line), and be configured...