e135193
e135193
Hello, I can not see functions to read via SPI hardware. HAL_SPI_Transmit(); HAL_SPI_Receive(); Could you please share the full source code to my email address; [email protected]
Hello @AwesomeCronk I see that 2 Feb 2022 is the latest commit on this driver. "(latest commit as of 7-26-22)" Where can I find the commit that you mentioned ?...
@lemariva I have downloaded your project and flashed the ESP32. However I get the error below. I have even tried stream mode. Nothing changed. Is there any further improvement in...
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):...
and when I run main.py I get error below ``` Traceback (most recent call last): File "", line 12, in File "webserver.py", line 48, in run OSError: Camera Init Failed...
Hello, I am using hardware SPI#1 channel with 14,13,12 pins. I can not see anything on the display. When I use the same settings with softSPI, it properly works but...
Hello I am using ESP32-CAM and it has an PSRAM. I dont know what has been changed but it works now properly.
My configuration is like below but it just works in SoftSPI mode. I can not get it work on Hardware SPI mode. What could be the problem ? ``` spi...
thanks. it works well