e135193
e135193
Hello @mcauser Thanks for the driver I have compiled with your code. However I could not run the ethernet interface ``` import network lan = network.LAN() lan.active(True) ``` **After I...
Hello, I would like to port the littlefs on my STM32 MCU with W25Q16JV flash. In order to port it, What steps should I follow? Where should I put my...
I have updated library in jpg function. Now you can stream jpeg file diretly from buffer. In ESP32-CAM usage case, camera buffer can be stream direclt to the LCD. I...
Hi I am trying to play video at my "MAIX M1W Dock". I can record "*.avi" file. However I could not play it. It reboots the CPU. I am using...
``` state = camera.init(0, format=camera.RGB565, fb_location=camera.PSRAM) print("Camera State: ",state) camera.framesize(camera.FRAME_96X96) buf = camera.capture() buf False ```
How can I enable RTCIO. When I type menuconfig, I just see camera options. ``` esp/esp-idf/components/esp32-camera/driver/twi.c:61:24: error: 'rtc_gpio_desc' undeclared (first use in this function); did you mean 'rtc_io_desc'? uint32_t rtc_reg...
I have flashed the latest firmware however the module restarts itself with the error below @lemariva ``` connecting to network... network config: ('192.168.0.26', '255.255.255.0', '192.168.0.1', 'X.X.X.X') E (17435) gpio: gpio_install_isr_service(460):...
Hello, I wish to compile this source for ESP32-CAM module. There is a compilation problem with below ports of ESP32 make BARD=GENERIC_SIPRAM make BARD=GENERIC There is no compilation problem for...
There is a problem in the library ``` from JPEGdecoder import jpeg def draw() : print('decode') jpeg('image.jpeg', callback=draw).render(32, 32) ``` ``` Traceback (most recent call last): File "", line 12,...
Hello, I want to compile the source code. Which toolchain should I use ? could someone provide a link ?