change esp32-cam sch link and update SIM800L code link

This commit is contained in:
Gitshaoxiang
2020-05-26 11:12:49 +08:00
parent 5b3f335821
commit fa14bafea9
4 changed files with 13 additions and 27 deletions
+2 -23
View File
@@ -77,30 +77,9 @@
### 1. Arduino
Use with Arduino, please click [here](https://github.com/m5stack/M5Stack/tree/master/examples/Modules/SIM800L)
<!-- - **[SIM800L Info](http://simcomm2m.com/En/module/detail.aspx?id=138)**
(SIM800L) -->
[Sample code for sending SMS](https://github.com/m5stack/M5Stack/tree/master/examples/Modules/SIM800L)
<!-- ## Example
### 1. Arduino IDE
Here's a example using SIM800 for sending SMS
```arduino
/*
* Master.ino
*/
Serial2.begin(9600, SERIAL_8N1, 16, 17);
/* LoRaWAN Init */
//entry test mode
Serial2.print("AT+Mode=Test");
//Configure the modem,like Freq, SF, BW, Preamble length, TX output power
Serial2.print("AT+TEST=RFCFG,472.3,8,250,8,8,20");
//send data as HEX format
Serial2.print("AT+TEST=TXLRPKT,"00 00 01 00 00 AF 80 07 02 00 00 39"");
``` -->
[AT transparent transmission + network test](https://github.com/m5stack/M5Stack/tree/master/examples/Modules/SIM800L/SIM800L_FactoryTest)
<script>