Update README

This commit is contained in:
lewisxhe 2024-03-11 14:51:58 +08:00
commit 5c6c52e088
2 changed files with 27 additions and 7 deletions

View file

@ -306,7 +306,7 @@ N.A.
3. How to find the pin definition? 3. How to find the pin definition?
<details> <details>
<summary> <summary>
Click to view detailed steps Click to view detailed
</summary> </summary>
- Each sketch contains <utilities.h>, and all board pins are written in this file - Each sketch contains <utilities.h>, and all board pins are written in this file
@ -316,7 +316,7 @@ N.A.
4. Cant upload sketches? 4. Cant upload sketches?
<details> <details>
<summary> <summary>
Click to view detailed steps Click to view detailed
</summary> </summary>
1. Connect the board USB to the computer 1. Connect the board USB to the computer
@ -330,7 +330,7 @@ N.A.
5. After setting the output power of LoRa, you need to set the minimum current. Set up sx1262 as follows: 5. After setting the output power of LoRa, you need to set the minimum current. Set up sx1262 as follows:
<details> <details>
<summary> <summary>
Click to view detailed steps Click to view detailed
</summary> </summary>
```c ```c
@ -351,7 +351,7 @@ N.A.
6. Precautions for using SX1280 PA version 6. Precautions for using SX1280 PA version
<details> <details>
<summary> <summary>
Click to view detailed steps Click to view detailed
</summary> </summary>
- When using the SX1280 PA module, it is recommended that the software controls the 1280 chip to output 2~5dbm, so that the entire module will output 20dbm power; - When using the SX1280 PA module, it is recommended that the software controls the 1280 chip to output 2~5dbm, so that the entire module will output 20dbm power;
@ -364,11 +364,22 @@ N.A.
7. How to identify the LoRa model? 7. How to identify the LoRa model?
<details> <details>
<summary> <summary>
Click to view detailed steps Click to view detailed
</summary> </summary>
- To identify the LoRa model, you only need to check the sticker on the board. 433MHz is SX1278, 868MHz is SX1276, and if the label says SX1262, it is SX1262. - To identify the LoRa model, you only need to check the sticker on the board. 433MHz is SX1278, 868MHz is SX1276, and if the label says SX1262, it is SX1262.
</details> </details>
8. Why does Serial not have any output? 8. Why does Serial not have any output?
- Arduino -> Tools -> USB CDC On Boot -> Enable - Arduino -> Tools -> USB CDC On Boot -> Enable
9. T-Beam-s3-supreme antenna signal quality
<details>
<summary>
Click to view detailed
</summary>
![t-beams3-supreme-ant-868M](./images/t-beams3-supreme-ant-868M.jpg)
![t-beams3-supreme-ant-915M](./images/t-beams3-supreme-ant-915M.jpg)
</details>

View file

@ -375,7 +375,16 @@ N.A
- Arduino -> Tools -> USB CDC On Boot -> Enable - Arduino -> Tools -> USB CDC On Boot -> Enable
9. T-Beam-s3-supreme 天线信号质量
<details>
<summary>
Click to view detailed
</summary>
![t-beams3-supreme-ant-868M](./images/t-beams3-supreme-ant-868M.jpg)
![t-beams3-supreme-ant-915M](./images/t-beams3-supreme-ant-915M.jpg)
</details>