Li Junru

Results 91 comments of Li Junru

It seems that the AT endpoint of this 4G module does not support switching to the PPPoS communication mode. Try using a dual-interface approach: one interface for sending AT commands...

In GT911's datasheet, it can be supported easily. ![image](https://github.com/user-attachments/assets/7d3710e6-5068-4a5d-b74d-cf0262eabaaa)

FT5x06 ![image](https://github.com/user-attachments/assets/dac53a38-7d72-4534-8d28-1c3ab310bb4e)

Hi @ohault Before compiling, did you modify any configuration items in the menuconfig? Can you show me which components are in your management_components directory?

This is where the problem lies: the package manager did not retrieve the **esp32_s3_eye** and **eyes_show** packages. For some reason, the following lines in the idf_component.yml did not take effect....

Just try set `CAMERA_MODULE` to `CAMERA_MODULE_CUSTOM` and set your camera IO.

This seems to be where the program has stalled. The example has disabled the interrupt watchdog by default. You need to enable both the interrupt watchdog and the task watchdog,...

This issue seems to be caused by insufficient power supply to the 4G module. When the data transmission load is high, the module restarts. Try providing additional power to see...