Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Sep 18, 2024
1 parent da9392a commit e90f156
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
| HttpsOTAUpgrade |||||||
| HP303BSensor* |||||||
| SPIExample* |||||||
| PowerMonitoring || ❌ (No support) ||| ❌ (No support) ||

- HP303BSensor,SPIExample it only demonstrates how to define and use SPI and I2C. Please confirm the pin connection and IO definition before use.

Expand Down Expand Up @@ -113,7 +114,7 @@
2. Install [Arduino IDE](https://www.arduino.cc/en/software)
3. Install [Arduino ESP32 2.0.5 or above](https://docs.espressif.com/projects/arduino-esp32/en/latest/)
4. Copy all folders in [lib folder](./lib/) to Arduino library folder (e.g. C:\Users\YourName\Documents\Arduino\libraries)
5. Open ArduinoIDE ,`Tools` , Look at the picture to choose
5. Open ArduinoIDE ,`Tools` , Look at the picture to choose , **If you use the ESP32-S3 controller and need to use serial, then USB CDC ON Boot needs to be set to Enabled**
| [T-A7670X][1]/[T-Call-A7670X][2]/[T-A7608][3] | [T-A7608-DC-S3][4]/[T-A7608-DC-S3][4]/[T-A7608-S3][5]/[T-SIM767XG-S3][6] |
| --------------------------------------------- | ------------------------------------------------------------------------ |
| ![esp32dev](images/esp32dev.jpg) | ![esp32s3dev](images/esp32s3dev.jpg) |
Expand All @@ -124,6 +125,8 @@
10. Click `upload` , Wait for compilation and writing to complete
11. If it cannot be written, or the USB device keeps flashing, please check the **FAQ** below



### Writing as a beginner

- When opening the Arduino IDE, you will be prompted that there are new libraries that can be updated. Please do not click update. There is no guarantee that it can be compiled, run, etc. after the update. Make sure that the board is running normally before deciding whether to update. You have to Know that problems may occur after updating due to library differences, or the default configuration (such as TinyGSM) will be overwritten.
Expand Down

0 comments on commit e90f156

Please sign in to comment.