ESP32-S3-RLCD-4.2 FAQ
Q: How to turn the device on and off?
- Press and hold the PWR button to turn off, and click the PWR button to turn on.
Q: What should I pay attention to when replacing the 18650 battery?
- A rechargeable 18650 battery is required. Do not apply force to the screen during installation, as it is very fragile.
Q: After downloading the module program, if I try to download it again, sometimes I encounter issues such as inability to connect to the serial port or programming failure?
- You can press and hold the BOOT button to power on again, and the module can enter the download mode at this time, which can solve most of the problems that cannot be downloaded.
Q: Failed to set up the VSCode environment?
- First consider the network issue, try switching to another network.
Q: Error when compiling an Arduino program?
-
Check if the Arduino IDE -> Tools is properly configured.

Q: How to handle extremely slow first compilation of the program?
- It's normal for the first compilation to be slow, just wait patiently.
Q: What should I do if I can't find the AppData folder?
- Some AppData folders are hidden by default and can be set to be displayed.
- English system: Explorer->View->Check "Hidden items".
- Chinese system: File Explorer -> View -> Display -> Check "Hidden Items”.
Q: How can I check which COM port I am using?
Windows System:
- Through Device Manager: Press the Windows + R keys to open the "Run" dialog box; input
devmgmt.mscand press Enter to open the Device Manager; expand the "Ports (COM and LPT)" section, where all COM ports and their current statuses will be listed. - Using Command Prompt: Open the Command Prompt (CMD), enter the
modecommand, which will display status information for all COM ports. - Check the hardware connection: If you have already connected an external device to the COM port, the device usually occupies a port number, which can be determined by checking the connected hardware.
Linux System:
- Use the
dmesgcommand: Open the terminal. - Use the
lscommand: Enterls /dev/ttyS*orls /dev/ttyUSB*to list all serial port devices. - Use the
setserialcommand: Entersetserial -g /dev/ttyS*to view the configuration information of all serial port devices.
Q: How to use SquareLine Studio to design interfaces?
- Please refer to SquareLine Studio Tutorial.