Xinyuan-LilyGO / LilyGo-Camera-Series

🔰 Compatible with all TTGO camera products
MIT License
154 stars 54 forks source link

Not able to initialise camera even successfully complied and flashing in lilygo T-SIMCAM #41

Open umeshbisht77 opened 3 months ago

umeshbisht77 commented 3 months ago

I am not able to run up my lilygo T- SIMCAM board, I am using provided code https://github.com/Xinyuan-LilyGO / LilyGo-Camera-Series Even default code is also not working. After successful compling and flashing in board I am geting below error. IWP:0xee mode:DIO, clock div:1 load:0x3fce3808,len:0x44c load:0x403c9700,len:0xbe4 load:0x403cc700,len:0x2a38 entry 0x403c98d4 setupDisplay status 1 setupSDCard status 1 setupPower status 1 setupSensor status 1 setupCamera status 1 ........................

I am using OV5640 camera. Where should i do changes in code. Can you provide a sample procedure to make camera working with photo send through SIM network to central server

lewisxhe commented 1 month ago

From the log, it should be in sta mode. You can try the last test code to test it in ap mode.