mirror of
https://github.com/m5stack/m5-docs.git
synced 2026-05-20 10:23:01 -07:00
change esp32-cam sch link and update SIM800L code link
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user