Skip to main content

FAQ

Q: What is the standby time when powered by the lithium battery?
  • In low-power mode, waking up every 60 seconds, it can run for approximately 4 days.
  • When continuously in low-power mode, it can run for approximately 10 days.
  • In low-power mode, the measured current consumption of the entire board is 1mA.
Q: What is the lithium battery charging time?
  • It takes 30 minutes to charge to 4.1V.
  • It takes 44 minutes to fully charge.
Q: The example program is successfully flashed but won't run?
  • First, check if the example program version matches the product version.
Q: Error when compiling an Arduino program?
  • Check if the Arduino IDE -> Tools is properly configured.

    Arduino Configuration

Q: What are the differences between the V1 and V2 versions of the development board?
  • The product labeled V2 on the back, or with V2 silkscreen in the top-left corner of the PCB, is the V2 version. Otherwise, it is the V1 version. Example programs are not interchangeable between different versions.
  • V1 Version: Flash: 4MB, PSRAM: 2MB.
  • V2 Version: Flash: 8MB, PSRAM: 8MB.
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: The first program compilation is extremely slow. How to handle it?
  • 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?
  1. Some AppData folders are hidden by default and can be set to be displayed.
  2. English System: File Explorer -> View -> Check "Hidden items".
  3. Chinese System: File Explorer -> View -> Display -> 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), enter 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 identify the port by checking the connected hardware.

Linux System:

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