E (5743) cam_hal: cam_config(385): cam_dma_config failed
E (5743) gdma: gdma_disconnect(238): no peripheral is connected to the channel
E (5750) camera: Camera config failed with error 0xffffffff
Camera init failed with error 0xffffffffESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0x3e (SPI_FAST_FLASH_BOOT)
Saved PC:0x40379e26
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce3818,len:0x508
load:0x403c9700,len:0x4
load:0x403c9704,len:0xad0
load:0x403cc700,len:0x29e4
entry 0x403c9880
I just used the following code: https://github.com/0015/ThatProject/blob/master/Cellular/T-SIMCAM/01_T-SIMCAM_ImageUploader/01_T-SIMCAM_ImageUploader.ino with the T-SIMCAM and the SIM7600G-H module. Following this tutorial: https://www.youtube.com/watch?v=kOYJ-4oZ8Ws The answer of the serial monitor is this:
E (5743) cam_hal: cam_config(385): cam_dma_config failed E (5743) gdma: gdma_disconnect(238): no peripheral is connected to the channel E (5750) camera: Camera config failed with error 0xffffffff Camera init failed with error 0xffffffffESP-ROM:esp32s3-20210327 Build:Mar 27 2021 rst:0xc (RTC_SW_CPU_RST),boot:0x3e (SPI_FAST_FLASH_BOOT) Saved PC:0x40379e26 SPIWP:0xee mode:DIO, clock div:1 load:0x3fce3818,len:0x508 load:0x403c9700,len:0x4 load:0x403c9704,len:0xad0 load:0x403cc700,len:0x29e4 entry 0x403c9880
Wait... Initializing modem... Modem Info: Manufacturer: SIMCOM INCORPORATED Model: SIMCOM_SIM7600G-H Revision: SIM7600G_V2.0.2 IMEI: 862636054263999 +GCAP: +CGSM Modem Set LTE: 1
+CPSI: LTE,Online,214-03,0x088C,22079595,282,EUTRAN-BAND28,9260,3,3,-130,-1002,-709,11
OK
What can I do?