Skip to main content

FAQ

Q: How to get more library support for the demo?

A: You can subscribe to this repository and raise an issue to describe your requirements. The engineers will assess your request as soon as possible: ESP32-display-support

Q: After downloading a program to the module, sometimes it fails to connect to the serial port or fails to flash during subsequent downloads?

A: You can press and hold the BOOT button, then press the RESET button while holding BOOT, release the RESET button, and finally release the BOOT button. This will put the module into download mode, which resolves most download-related issues.

Q: The module keeps resetting, and when checking in Device Manager, the connection appears to be blinking?

A: This may be caused by an empty Flash making the USB port unstable. Press and hold the BOOT button, then press and release the RESET button while still holding BOOT, then release the BOOT button. The module will enter download mode, allowing you to flash the firmware (program) and resolve the issue.

Q: Can't find the AppData folder. How to handle this?
  • Some AppData folders are hidden by default. You can set your system to show them.
  • English System: File Explorer -> View -> Check "Hidden items"
Q: How can I check which COM port I am using?

Windows System:

  1. Through Device Manager: Press Windows + R to open the "Run" dialog box. Type devmgmt.msc and press Enter to open Device Manager. Expand the "Ports (COM & LPT)" section. All COM ports and their current status will be listed here.
  2. Using Command Prompt: Open the Command Prompt (CMD), type the mode command, which will display status information for all COM ports.
  3. Check the hardware connection: If an external device is already connected to a COM port, the device typically occupies a port number. You can determine which port is being used by checking the connected hardware.

Linux System:

  1. Check using the dmesg command: Open the terminal.
  2. Check using the ls command: Type ls /dev/ttyS* or ls /dev/ttyUSB* to list all serial devices.
  3. Use the setserial command: Type setserial -g /dev/ttyS* to view configuration information for all serial devices.
Q: How to use SquareLine Studio to design interfaces?