mirror of
https://github.com/m5stack/m5-docs.git
synced 2026-05-20 10:23:01 -07:00
add GSM/LTE/NB-IoT AT command pdf links
This commit is contained in:
+12
-23
@@ -19,19 +19,13 @@ M5Stack Basic is consist with two separable parts. the upside part has all kinds
|
||||
|
||||
<img src="assets/img/product_pics/core/basic/basic_11.png">
|
||||
|
||||
**Notice:**
|
||||
1)Basic kit have no IMU sensor inside
|
||||
2)GPIO0, GPIO12, GPIO13, GPIO15, GPIO34, pins that related to I2S are not extended out
|
||||
3)GPIO34-39 are input-only
|
||||
|
||||
|
||||
**Notice:**
|
||||
|
||||
The newly-produced M5Core replaces the screen with better display performance and higher viewing angle, so it has some compatibility problems with the old Arduino library. When using the old library for screen driving, it will produce reverse color display. You can open the Arduino. The library management option will upgrade your M5Stack library to the latest version (after 0.2.8) to solve this problem.
|
||||
|
||||
<img src="assets\img\product_pics\core\basic\lib_01.jpg" width="70%">
|
||||
<br>
|
||||
<img src="assets\img\product_pics\core\basic\lib_02.jpg" width="70%">
|
||||
<img src="assets\img\product_pics\core\basic\lib_01.jpg" width="40%">
|
||||
<br><br><br>
|
||||
<img src="assets\img\product_pics\core\basic\lib_02.jpg" width="40%">
|
||||
|
||||
|
||||
## Product Features
|
||||
@@ -41,7 +35,7 @@ The newly-produced M5Core replaces the screen with better display performance an
|
||||
- ESP32-based
|
||||
- Case Material: PC + ABS
|
||||
- 4 MByte flash
|
||||
- Speaker, 3 Buttons, LCD(320*240), 1 Reset
|
||||
- Speaker, 3 Buttons,Color LCD(320*240), 1 Reset
|
||||
- 2.4G Antenna: Proant 440
|
||||
- TF card slot (16G Maximum size)
|
||||
- Battery Socket & 150 mAh Lipo Battery
|
||||
@@ -112,7 +106,7 @@ The newly-produced M5Core replaces the screen with better display performance an
|
||||
<tr><td>IP5306</td><td>SCL</td><td>SDA</td><td>5V</td><td>GND</td></tr>
|
||||
</table>
|
||||
|
||||
**IP5306 charging/discharging,Current parameter**
|
||||
**IP5306 charging/discharging,Voltage parameter**
|
||||
|
||||
<table>
|
||||
<tr style="font-weight:bold;text-align:center" >
|
||||
@@ -198,15 +192,18 @@ The newly-produced M5Core replaces the screen with better display performance an
|
||||
|
||||
|
||||
**<mark>Notice1:M5PORT EXPLAIN</mark>**
|
||||
*You can identify the port name and function by its color, red is PortA(21/22) mainly used for I2C, black is PortB(26/36) which can be used for AD/DA, Singel-bus communication, Blue is PortC(16/17) can be used for Uart. Correspondingly, most of the M5 Units have the Port with matched color for specify which port it should go in on the M5Core.
|
||||
You can identify the port name and function by its color, red is PortA(21/22) mainly used for I2C, black is PortB(26/36) which can be used for DA/AD, Singel-bus communication, Blue is PortC(16/17) can be used for Uart. Correspondingly, most of the M5 Units have the Port with matched color for specify which port it should go in on the M5Core.
|
||||
Those port identification is a convenience for UIFlow (Blockly) Users. For advanced using ,you can do you own customization, since most of the PIN on ESP32 are remapping-able.
|
||||
Unfortunatly, PortA(red) can not be used as analog read in. It refers to GPIO 21 & 22 from ESP32, which doesn't have AD channel alternatives: <br>
|
||||
<img src="assets/img/product_pics/core/basic/basic_notice_01.jpg">
|
||||
Unfortunatly, PortA(red) can not be used as analog read in. It refers to GPIO 21 & 22 from ESP32, which doesn't have AD channel alternatives:
|
||||
|
||||
- ADC1(8 channels atteched to GPIOs 32-39)
|
||||
- ADC2(10 channels atteched to GPIOs 0,2,4,12-15,25-27)
|
||||
|
||||
To use AD read function :
|
||||
1, Use Dupont cable refers to the pins on the side which can be used as an AD channel.
|
||||
2, Get a M5GO bottom, which comes with a PortB.
|
||||
3, Get a PbHUB and connect it with PortA, then you can have 6 PortBs.
|
||||
For more information about Pin assignment and Pin Remapping, Please refer to EPS32 Datasheet*
|
||||
For more information about Pin assignment and Pin Remapping, Please refer to EPS32 Datasheet
|
||||
|
||||
|
||||
### Kit includes
|
||||
@@ -219,14 +216,6 @@ For more information about Pin assignment and Pin Remapping, Please refer to EPS
|
||||
|
||||
<img src="assets/img/product_pics/core/basic/basic_04.png" alt="basic_04" width="80%" height="80%">
|
||||
|
||||
<!-- <img src="assets/img/product_pics/core/basic/basic_04.png" alt="basic_04" width="80%" height="80%">
|
||||
|
||||
<img src="assets/img/product_pics/core/basic/basic_06.png" width="250" height="250"> <img src="assets/img/product_pics/core/basic/basic_07.png" width="250" height="250">
|
||||
|
||||
<img src="assets/img/product_pics/core/basic/basic_08.png" width="250" height="250"> <img src="assets/img/product_pics/core/basic/basic_09.png" width="250" height="250"> -->
|
||||
|
||||
<!-- <img src="assets/img/product_pics/core/basic/basic_10.png" width="50%" height="50%"> -->
|
||||
|
||||
## Learn
|
||||
|
||||
- **Datasheet** - [ESP32](https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_cn.pdf) - [IP5306](https://github.com/m5stack/M5-Schematic/blob/master/Core/IIC_IP5306_REG_V1.4.pdf)
|
||||
|
||||
Reference in New Issue
Block a user