Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Nov 29, 2023
1 parent 0c5d2c0 commit 9c07ded
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,13 @@
- Can't get location?
1. Please write the compiled firmware for testing. Please see [here](./firmware/README.MD) for details.
- Where can I access solar energy to charge the panel?
1. If the board has an external VBAT pin, you can connect the solar rechargeable battery input to VBAT. Please be careful not to exceed the battery supply voltage, which is usually 4.2V.
2. If there is no VBAT, you can also connect it to the VBUS Pin, which is the input pin for USB power supply. Connecting it to VBUS will share the 5V of the USBC. Please note that when connecting an external charger, disconnect the USBC or disconnect the solar energy. enter
1. Some boards(T-A7670,T-A7608,T-A7670-S3,T-A7608-S3) have their own solar battery input interface, you just need to connect the solar panel correctly according to the polarity.
2. If the board has an external VBAT pin, you can connect the solar rechargeable battery input to VBAT. Please be careful not to exceed the battery supply voltage, which is usually 4.2V.
3. If there is no VBAT, you can also connect it to the VBUS Pin, which is the input pin for USB power supply. Connecting it to VBUS will share the 5V of the USBC. Please note that when connecting an external charger, disconnect the USBC or disconnect the solar energy. enter
- How to use voice call example?
1. Voice calls require external welding of the condenser microphone and speaker. Generally, the board silk screen is marked SPK. The speaker needs to be welded, and the MIC silk screen position needs to weld the condenser microphone.

- SIM7672G sendSMS and VoiceCall?
1. Although the manual of SIM7672G states that it has the functions of making voice calls and sending text messages, the current firmware does not support it.


# 7️⃣Resource
Expand Down
2 changes: 2 additions & 0 deletions examples/SendSMS/SendSMS.ino
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
* @copyright Copyright (c) 2023 Shenzhen Xin Yuan Electronic Technology Co., Ltd
* @date 2023-11-16
* @note Not support T-SIM7672
* * Although the manual of SIM7672G states that it has the functions of making voice calls and sending text messages,
* * the current firmware does not support it.
*/

#include "utilities.h"
Expand Down
2 changes: 2 additions & 0 deletions examples/VoiceCalls/VoiceCalls.ino
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
* * Voice calls require external welding of the condenser microphone and speaker.
* * Generally, the board silk screen is marked SPK. The speaker needs to be welded,
* * and the MIC silk screen position needs to weld the condenser microphone.
* * Although the manual of SIM7672G states that it has the functions of making voice calls and sending text messages,
* * the current firmware does not support it.
*/

#include "utilities.h"
Expand Down

0 comments on commit 9c07ded

Please sign in to comment.