mirror of
https://github.com/m5stack/m5-docs.git
synced 2026-05-20 10:23:01 -07:00
add case material of core device
This commit is contained in:
@@ -29,6 +29,7 @@ M5Stack Basic is consist with two separable parts. the upside part has all kinds
|
||||
- 5V DC power supply
|
||||
- USB Type-C
|
||||
- ESP32-based
|
||||
- Case Material: PC + ABS
|
||||
- 4 MByte flash
|
||||
- Speaker, 3 Buttons, LCD(320*240), 1 Reset
|
||||
- 2.4G Antenna: Proant 440
|
||||
|
||||
@@ -35,6 +35,7 @@ Other than 3 functional panels, this development kit comes with more stuff like
|
||||
- 5V DC power supply
|
||||
- USB Type-C
|
||||
- ESP32-based
|
||||
- Case Material: PC + ABS
|
||||
- 16 MByte flash(old:4 MByte flash)
|
||||
- MPU9250
|
||||
- Speaker, 3 Buttons, LCD(320*240), 1 Reset
|
||||
|
||||
@@ -30,6 +30,7 @@ Supported development platforms and program languages: Arduino, Blockly language
|
||||
- 5V DC power supply
|
||||
- USB Type-C
|
||||
- ESP32-based
|
||||
- Case Material: PC + ABS
|
||||
- 16 MB Flash
|
||||
- 4 MB PSRAM
|
||||
- MPU9250
|
||||
|
||||
@@ -28,6 +28,7 @@ Supported development platforms and program languages: Arduino, Blockly language
|
||||
- 5V DC power supply
|
||||
- USB Type-C
|
||||
- ESP32-based
|
||||
- Case Material: PC + ABS
|
||||
- 16 MB Flash
|
||||
- MPU9250
|
||||
- Speaker, 3 Buttons, LCD(320*240), 1 Reset
|
||||
|
||||
@@ -21,6 +21,7 @@ This M5GO kit is specifically designed for STEM education. The pack includes 1 M
|
||||
- 5V DC power supply
|
||||
- USB Type-C
|
||||
- ESP32-based
|
||||
- Case Material: PC + ABS
|
||||
- 16 MByte flash
|
||||
- MPU9250
|
||||
- Speaker, 3 Buttons, LCD(320*240), 1 Reset
|
||||
|
||||
@@ -22,6 +22,7 @@ All M5stack development board can be programmed through Arduino IDE, WebIDE UIFl
|
||||
- 5V DC power supply
|
||||
- USB Type-C
|
||||
- ESP32-based
|
||||
- Case Material: PC + ABS
|
||||
- 16 MByte flash
|
||||
- MPU9250
|
||||
- Speaker, 3 Buttons, LCD(320*240), 1 Reset
|
||||
|
||||
@@ -31,6 +31,7 @@ M5stick is one of the core devices in M5Stack product series which is built in a
|
||||
- 5V DC power supply
|
||||
- USB Type-C
|
||||
- ESP32-based
|
||||
- Case Material: PC + ABS
|
||||
- 4 MByte Flash
|
||||
- 9-Axis IMU MPU9250(only gray type)
|
||||
- Red LED
|
||||
|
||||
@@ -45,6 +45,7 @@ M5stickC is one of the core devices in M5Stack product series which is built in
|
||||
- 5V DC power supply
|
||||
- USB Type-C
|
||||
- ESP32-based
|
||||
- Case Material: PC + ABS
|
||||
- 4 MByte Flash
|
||||
- 6-Axis IMU SH200Q
|
||||
- Red LED
|
||||
|
||||
@@ -37,6 +37,7 @@ More than the visioning, M5stick-V also features the embedded APU - Audio Proces
|
||||
- Direct Memory Access Controller (DMAC)
|
||||
- Micropython Support
|
||||
- Firmware encryption support
|
||||
- Case Material: PC + ABS
|
||||
- On-board Hardware resources:
|
||||
- Flash: 16M.
|
||||
- TFT: ST7789. 135*240 IPS 1.14 SPI
|
||||
|
||||
@@ -63,4 +63,10 @@
|
||||
<table>
|
||||
<tr><td>M5StickC</td><td>GPIO36</td><td>5V</td><td>GND</td></tr>
|
||||
<tr><td>HAT PIR</td><td>OUT</td><td>5V</td><td>GND</td></tr>
|
||||
</table>
|
||||
</table>
|
||||
<!--
|
||||
## Video
|
||||
**Demo**
|
||||
<video width="500" height="500" controls>
|
||||
<source src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/video/Product_example_video/HAT/PIR-HAT.mp4" type="video/mp4" >
|
||||
</video> -->
|
||||
@@ -22,7 +22,7 @@ It is build with a MEGA328, with a simple driver firmware inside.
|
||||
The mechanism of PbHUB as an extension of PortB which inplement the single-bus data transfer, is using the resource on Mega328 include GPIO, AD, DA ports, to inplement the functionality of digital read and write , analog read and write. So there must be exceptions in which case a PbHUB is not a option. For example, PortB M5Unit like WEIGH (HX711 inside), whose communication protocol is applied more than just anglog read, instead with a timing sequence. In that case PbHUB can't be helpful dirving those device or sensor.*
|
||||
See the below picture for timing sequence of HX711:
|
||||
<br>
|
||||
<img src="assets/img/product_pics/unit/pbhub/unit_pbhub_notice_01.jpg" width="30%" height="30%">
|
||||
<img src="assets/img/product_pics/unit/pbhub/unit_pbhub_notice_01.jpg" width="60%" height="60%">
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -53,7 +53,7 @@ This N20 motor is has a 5V supply voltage. The output shaft has a rotational spe
|
||||
|
||||
!>3.The CP210X (USB driver) needs to be installed before the EasyLoader is burned. [Click here to view the driver installation tutorial](en/related_documents/establish_serial_connection)
|
||||
|
||||
## COde
|
||||
## Code
|
||||
|
||||
### 1. Arduino IDE
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<img src="assets/img/product_pics/unit/vibrator_motor/unit_vibrator_motor_01.jpg" width="30%" height="30%"><img src="assets/img/product_pics/unit/vibrator_motor/unit_vibrator_motor_02.jpg" width="30%" height="30%">
|
||||
***
|
||||
|
||||
:memo:**[Description](#Description)** :octocat:**[Code](#COde)** :electric_plug:**[Schematic](#Schematic)** 🛒**[Purchase](https://m5stack.com/collections/m5-unit/products/vibration-motor-unit)** <img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/EasyLoader_logo-min.jpg">**[EasyLoader](#EasyLoader)**
|
||||
:memo:**[Description](#Description)** :octocat:**[Code](#Code)** :electric_plug:**[Schematic](#Schematic)** 🛒**[Purchase](https://m5stack.com/collections/m5-unit/products/vibration-motor-unit)** <img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/EasyLoader_logo-min.jpg">**[EasyLoader](#EasyLoader)**
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
Reference in New Issue
Block a user