add case material of core device

This commit is contained in:
Shasha Liu
2019-07-05 20:01:50 +08:00
parent b4ee3ebb98
commit ed93ce7e1b
13 changed files with 19 additions and 4 deletions
+1
View File
@@ -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
+1
View File
@@ -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(old4 MByte flash)
- MPU9250
- Speaker, 3 Buttons, LCD(320*240), 1 Reset
+1
View File
@@ -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
+1
View File
@@ -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
+1
View File
@@ -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
+1
View File
@@ -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
+1
View File
@@ -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
+1
View File
@@ -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
+1
View File
@@ -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
+7 -1
View File
@@ -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> -->
+1 -1
View File
@@ -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%">
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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)**&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:octocat:**[Code](#COde)**&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; :electric_plug:**[Schematic](#Schematic)** &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;🛒**[Purchase](https://m5stack.com/collections/m5-unit/products/vibration-motor-unit)**&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/EasyLoader_logo-min.jpg">**[EasyLoader](#EasyLoader)**
:memo:**[Description](#Description)**&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:octocat:**[Code](#Code)**&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; :electric_plug:**[Schematic](#Schematic)** &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;🛒**[Purchase](https://m5stack.com/collections/m5-unit/products/vibration-motor-unit)**&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/EasyLoader_logo-min.jpg">**[EasyLoader](#EasyLoader)**
## Description