mirror of
https://github.com/m5stack/m5-docs.git
synced 2026-05-20 10:23:01 -07:00
add Atom class
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 105 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 94 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 56 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 85 KiB |
@@ -4,7 +4,7 @@
|
||||
|
||||
***
|
||||
|
||||
:memo:**[Description](#Description)** :🛒**[Purchase](https://m5stack.com/collections/m5-base/products/basex-industrial-board-module)** :clapper:**[Video](#Video)** <img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/EasyLoader_logo-min.jpg">**[EasyLoader](#EasyLoader)**
|
||||
:memo:**[Description](#Description)** :🛒**[Purchase](https://m5stack.com/collections/m5-base/products/basex)** :clapper:**[Video](#Video)** <img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/EasyLoader_logo-min.jpg">**[EasyLoader](#EasyLoader)**
|
||||
|
||||
## Description
|
||||
|
||||
|
||||
@@ -0,0 +1,80 @@
|
||||
# ATOM {docsify-ignore-all}
|
||||
|
||||
<img src="assets/img/product_pics/core//minicore/atom/atom_A_01.webp" width="350" height="350"><img src="assets/img/product_pics/core/minicore/atom/atom_A_02.webp" width="350" height="350">
|
||||
|
||||
|
||||
:memo:**[Description](#Description)** :bulb:**[Quick Start](en/quick_start/atom/atom_quick_start)** :octocat:**[Example](https://github.com/m5stack/Atom_A/tree/master/examples/Basics)** 🛒**[Purchase](https://m5stack.com/collections/m5-core/products/atomA-development-core)** :clapper:**[Related Video](#Related Video)** <img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/EasyLoader_logo-min.jpg">**[EasyLoader](#EasyLoader)**
|
||||
|
||||
## Description
|
||||
|
||||
** ATOM ** is a very compact development board in the M5Stack development kit series. Its size is only 24 * 24mm. Since there is no screen, it is very suitable for embedded smart home and toy development. The main control adopts the ESP32-Pico solution, integrates Wi-Fi and Bluetooth modules, has 4MB of SPI flash memory, provides Infra-Red, RGB LED, buttons, IMU sensor, and PH2.0 interface. In addition, it can connect externally through 6 GPIOs device. The on-board Type-C interface enables fast program upload and download.
|
||||
|
||||
Supported development platforms and program languages: Arduino, Blockly language with [UIFlow](http://flow.m5stack.com), [Micropython](http://www.micropython.org). Regardless of what level program skill you have, M5Stack would guide you in every step of the way to realize your idea as well as to the final productilization.
|
||||
|
||||
<img src="assets/img/product_pics/core/atom/atom_A_03.webp">
|
||||
|
||||
## Product Features
|
||||
|
||||
- USB Type-C
|
||||
- ESP32-based
|
||||
- Case Material: PC + ABS
|
||||
- 4 MByte flash
|
||||
- 1* reset button 1* RGB LED 1* programmable button 1* Infra-Red
|
||||
- 2.4G Antenna: Proant 440
|
||||
- MPU6886
|
||||
- Extendable Pins (6* GPIO)
|
||||
- 4P PH2.0 interface
|
||||
- Program Platform: [UIFlow](http://flow.m5stack.com), [MicroPython](http://micropython.org/), [Arduino](http://www.arduino.cc)
|
||||
- Product Size:
|
||||
- Product weight:
|
||||
|
||||
### ESP32 Features
|
||||
|
||||
- 240 MHz dual core Tensilica LX6 microcontroller with 600 DMIPS
|
||||
- Integrated 520 KB SRAM
|
||||
- Integrated 802.11b/g/n HT40 Wi-Fi transceiver, baseband, stack and LWIP
|
||||
- Integrated dual mode Bluetooth (classic and BLE)
|
||||
- Hall sensor
|
||||
- 10x capactive touch interface
|
||||
- 32 kHz crystal oscillator
|
||||
- PWM/timer input/output available on every GPIO pin
|
||||
- SDIO master/salve 50MHz
|
||||
- SD-card interface support
|
||||
|
||||
|
||||
## EasyLoader
|
||||
|
||||
<img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/EasyLoader_logo.png" width="100px" style="margin-top:20px">
|
||||
|
||||
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/M5Core/M5StickC/EasyLoader_M5StickC_FactoryTest.exe"><button type="button" class="btn btn-primary">click to download EasyLoader</button></a>
|
||||
|
||||
>1.EasyLoader is a simple and fast program burner. Every product page in EasyLoader provides a product-related case program. It can be burned to the master through simple steps, and a series of function verification can be performed.(**Currently EasyLoader is only available for Windows OS**)
|
||||
|
||||
>2. After downloading the software, double-click to run the application, connect the M5 device to the computer through the data cable, select the port parameters, click **"Burn"** to start burning. (**For M5StickC burning, please Set the baud rate to 750000 or 115200**)
|
||||
|
||||
|
||||
## Peripherals Pin Map
|
||||
|
||||
<img src="assets/img/product_pics/minicore/atom/atom_A_02.webp">
|
||||
|
||||
|
||||
## Include
|
||||
|
||||
- 1x ATOM
|
||||
- 1x Type-C USB(20cm)
|
||||
|
||||
<img src="assets/img/product_pics/core/minicore/atom/atom_A_04.webp" width="80%" height="80%">
|
||||
|
||||
## Links
|
||||
|
||||
- **Datasheet**
|
||||
|
||||
- [ESP32-PICO](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/esp32-pico-d4_datasheet_cn.pdf)
|
||||
- [MPU6886](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/MPU-6886-000193%2Bv1.1_GHIC_en.pdf)
|
||||
|
||||
|
||||
## Related Video
|
||||
|
||||
<video class="video_size" controls>
|
||||
<source src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/video/LukeVideo/m5stack%E7%AE%80%E4%BB%8B%EF%BC%88%E4%B8%AD%E6%96%87%EF%BC%89.mp4" type="video/mp4">
|
||||
</video>
|
||||
@@ -0,0 +1,79 @@
|
||||
# ATOM {docsify-ignore-all}
|
||||
|
||||
<img src="assets/img/product_pics/core//minicore/atom/atom_B_01.webp" width="350" height="350"><img src="assets/img/product_pics/core/minicore/atom/atom_B_02.webp" width="350" height="350">
|
||||
|
||||
|
||||
:memo:**[Description](#Description)** :bulb:**[Quick Start](en/quick_start/atom/atom_quick_start)** :octocat:**[Example](https://github.com/m5stack/Atom_B/tree/master/examples/Basics)** 🛒**[Purchase](https://m5stack.com/collections/m5-core/products/atomB-development-core)** :clapper:**[Related Video](#Related Video)** <img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/EasyLoader_logo-min.jpg">**[EasyLoader](#EasyLoader)**
|
||||
|
||||
## Description
|
||||
|
||||
** ATOM ** is a very compact development board in the M5Stack development kit series. Its size is only 24 * 24mm. Since there is no screen, it is very suitable for embedded smart home and toy development. The main control adopts the ESP32-Pico solution, integrates Wi-Fi and Bluetooth modules, has 4MB of SPI flash memory, provides Infra-Red, 5*5 RGB LED,IMU sensor, and PH2.0 interface. In addition, it can connect externally through 6 GPIOs device. The on-board Type-C interface enables fast program upload and download.
|
||||
|
||||
Supported development platforms and program languages: Arduino, Blockly language with [UIFlow](http://flow.m5stack.com), [Micropython](http://www.micropython.org). Regardless of what level program skill you have, M5Stack would guide you in every step of the way to realize your idea as well as to the final productilization.
|
||||
|
||||
<img src="assets/img/product_pics/core/atom/atom_B_03.webp">
|
||||
|
||||
## Product Features
|
||||
|
||||
- USB Type-C
|
||||
- ESP32-based
|
||||
- Case Material: PC + ABS
|
||||
- 4 MByte flash
|
||||
- 1* reset button 5*5 RGB LED 1* Infra-Red
|
||||
- 2.4G Antenna: Proant 440
|
||||
- MPU6886
|
||||
- Extendable Pins (6* GPIO)
|
||||
- 4P PH2.0 interface
|
||||
- Program Platform: [UIFlow](http://flow.m5stack.com), [MicroPython](http://micropython.org/), [Arduino](http://www.arduino.cc)
|
||||
- Product Size:
|
||||
- Product weight:
|
||||
|
||||
### ESP32 Features
|
||||
|
||||
- 240 MHz dual core Tensilica LX6 microcontroller with 600 DMIPS
|
||||
- Integrated 520 KB SRAM
|
||||
- Integrated 802.11b/g/n HT40 Wi-Fi transceiver, baseband, stack and LWIP
|
||||
- Integrated dual mode Bluetooth (classic and BLE)
|
||||
- Hall sensor
|
||||
- 10x capactive touch interface
|
||||
- 32 kHz crystal oscillator
|
||||
- PWM/timer input/output available on every GPIO pin
|
||||
- SDIO master/salve 50MHz
|
||||
- SD-card interface support
|
||||
|
||||
|
||||
## EasyLoader
|
||||
|
||||
<img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/EasyLoader_logo.png" width="100px" style="margin-top:20px">
|
||||
|
||||
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/M5Core/M5StickC/EasyLoader_M5StickC_FactoryTest.exe"><button type="button" class="btn btn-primary">click to download EasyLoader</button></a>
|
||||
|
||||
>1.EasyLoader is a simple and fast program burner. Every product page in EasyLoader provides a product-related case program. It can be burned to the master through simple steps, and a series of function verification can be performed.(**Currently EasyLoader is only available for Windows OS**)
|
||||
|
||||
>2. After downloading the software, double-click to run the application, connect the M5 device to the computer through the data cable, select the port parameters, click **"Burn"** to start burning. (**For M5StickC burning, please Set the baud rate to 750000 or 115200**)
|
||||
|
||||
|
||||
## Peripherals Pin Map
|
||||
|
||||
<img src="assets/img/product_pics/minicore/atom/atom_B_02.webp">
|
||||
|
||||
|
||||
## Include
|
||||
|
||||
- 1x ATOM
|
||||
- 1x Type-C USB(20cm)
|
||||
|
||||
<img src="assets/img/product_pics/core/minicore/atom/atom_B_04.webp" width="80%" height="80%">
|
||||
|
||||
## Links
|
||||
|
||||
- **Datasheet**
|
||||
|
||||
- [ESP32-PICO](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/esp32-pico-d4_datasheet_cn.pdf)
|
||||
- [MPU6886](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/MPU-6886-000193%2Bv1.1_GHIC_en.pdf)
|
||||
|
||||
## Related Video
|
||||
|
||||
<video class="video_size" controls>
|
||||
<source src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/video/LukeVideo/m5stack%E7%AE%80%E4%BB%8B%EF%BC%88%E4%B8%AD%E6%96%87%EF%BC%89.mp4" type="video/mp4">
|
||||
</video>
|
||||
@@ -50,7 +50,7 @@ The GPIO 16 / 17 in Fire is connected to the PSRAM by default, so when you conne
|
||||
- Speaker, 3 Buttons, LCD(320*240), 1 Reset
|
||||
- 2.4G Antenna: Proant 440
|
||||
- TF card slot (16G Maximum size)
|
||||
- Battery Socket & 600 mAh Lipo Battery
|
||||
- Battery Socket & 500 mAh Lipo Battery
|
||||
- Extendable Pins & Holes
|
||||
- Grove Port
|
||||
- M-Bus Socket & Pins
|
||||
@@ -223,7 +223,7 @@ The GPIO 16 / 17 in Fire is connected to the PSRAM by default, so when you conne
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Battery</td>
|
||||
<td>600 mAh @ 3.7V</td>
|
||||
<td>500 mAh @ 3.7V</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Operating Temperature </td>
|
||||
@@ -302,6 +302,10 @@ For more information about Pin assignment and Pin Remapping, Please refer to EPS
|
||||
<td>2019.8</td>
|
||||
<td>SH200Q changed to MPU6886</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2019.11</td>
|
||||
<td>Battery capacity changed from 600mAh to 500mAh</td>
|
||||
</tr>
|
||||
<tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
@@ -212,7 +212,7 @@ The newly-produced M5Core replaces the screen with better display performance an
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Battery</td>
|
||||
<td>600 mAh @ 3.7V</td>
|
||||
<td>500 mAh @ 3.7V</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Operating Temperature </td>
|
||||
@@ -289,6 +289,10 @@ For more information about Pin assignment and Pin Remapping, Please refer to EPS
|
||||
<td>2019.7</td>
|
||||
<td>TN screen changed to IPS screen</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2019.11</td>
|
||||
<td>Battery capacity changed from 600mAh to 500mAh</td>
|
||||
</tr>
|
||||
<tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
@@ -209,7 +209,7 @@ The newly-produced M5Core replaces the screen with better display performance an
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Battery</td>
|
||||
<td>600 mAh @ 3.7V</td>
|
||||
<td>500 mAh @ 3.7V</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Operating Temperature </td>
|
||||
@@ -287,6 +287,10 @@ For more information about Pin assignment and Pin Remapping, Please refer to EPS
|
||||
<td>2019.7</td>
|
||||
<td>TN screen changed to IPS screen</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2019.11</td>
|
||||
<td>Battery capacity changed from 600mAh to 500mAh</td>
|
||||
</tr>
|
||||
<tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
@@ -0,0 +1,177 @@
|
||||
# M5StickT {docsify-ignore-all}
|
||||
|
||||
<img src="assets/img/product_pics/core/minicore/m5stickt/m5stick_T_01.jpg" width="30%" height="30%">
|
||||
<img src="assets/img/product_pics/core/minicore/m5stickt/m5stick_T_03.webp" width="30%" height="30%">
|
||||
<img src="assets/img/product_pics/core/minicore/m5stickt/m5stick_T_04.webp" width="30%" height="30%">
|
||||
|
||||
:memo:**[Description](#Description)** :octocat:**[Example](#Example)** 🛒**[Purchase](https://m5stack.com/collections/m5-core/products/m5-stickt-esp32-thermal-camera-development-kit-lepton-3-0)** <img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/EasyLoader_M5StickC_logo_min.png">**[EasyLoader](#EasyLoader)**
|
||||
|
||||
## Description
|
||||
|
||||
**M5StickT**is an exquisite and compact infrared thermal imaging camera. It adopts the latest FLIR Lepton 3.0 long-wave infrared (LWIR) camera core with an effective resolution of 160 * 120 for a clear and stable image. As it is a large area non-contact infrared sensor, it is a good solution for temperature measurement. Its main control chip is Espressif’s ESP32, which has built-in support for Wi-Fi and Bluetooth connections, and computing speeds of up to 240Mhz. This provides a favorable guarantee for image output with a FPS reaching 7 and above. The screen is 1.14 inches and has a resolution of 135 * 240. The device comes with a rich variety of hardware resources: An on-board 6-axis Inertial Measurement Unit, a digital microphone and a power management chip and a built-in 300mAh battery, all embedded into the device. In terms of interactive operation, two programmable buttons and a rotary encoder are provided. In order to facilitate users to connect more peripherals, a 4 Pin PH2.0 interface with I2C support is provided at the bottom. The body is 3D printed from high quality Black Nylon filament. In addition, an M3 screw hole and a 1/4" screw hole are provided underside for easy mounting.
|
||||
|
||||
<img src="assets/img/product_pics/core/minicore/m5stickt/m5stick_T_05.webp" width="30%" height="30%">
|
||||
|
||||
**Lepton 3.0 Parameter**
|
||||
|
||||
<table>
|
||||
<tr><td>Effective Pixels</td><td>160*120</td>
|
||||
<tr><td>Field of view</td><td>56°</td>
|
||||
<tr><td>Fast imaging time</td><td>< 500ms</td>
|
||||
<tr><td>Effective Frame Rate</td><td>8.7Hz</td>
|
||||
<tr><td>Input Clock</td><td>25MHz</td>
|
||||
<tr><td>Pixel Size</td><td>12μm</td>
|
||||
<tr><td>Low operating power</td><td>150 mW (operating), 650 mW (during shutter event), 5 mW (standby)</td>
|
||||
<tr><td>Scene Dynamic Range</td><td>Low Gain Mode: -10 to 400°C; High Gain Mode: -10 to 140°C</td>
|
||||
<tr><td>Spectral Range</td><td>8 to 14µm</td>
|
||||
<tr><td>Thermal Sensitivity</td><td><50 mK(0.050°C)</td>
|
||||
<tr><td>Optimum Temperature Range</td><td>-10°C to +80°C</td>
|
||||
</table>
|
||||
|
||||
**Notice:**
|
||||
|
||||
M5StickT only supports WIN10 & Linux & MAC(<10.15) free drive, the rest of the operating system requires users to install the driver.
|
||||
|
||||
Installation steps: 1. Click the link below to download the driver installation package. 2. Connect the device and open the Computer Device Manager port option. 3. Right click on the unrecognized device and perform a manual update.
|
||||
|
||||
<a href="https://www.ftdichip.com/Drivers/VCP.htm">Driver download Link</a>
|
||||
|
||||
<img src="assets/img/product_pics/core/minicore/m5stickt/m5stick_T_02.webp" width="30%" height="30%">
|
||||
|
||||
## Feature
|
||||
|
||||
- 5V DC power supply
|
||||
- USB Type-C
|
||||
- ESP32-based
|
||||
- Case Material: Nylon 3D print
|
||||
- FLIR Lepton 3.0
|
||||
- 4 MByte Flash
|
||||
- 6-Axis IMU: MPU6886
|
||||
- Microphone:SPM1423
|
||||
- 2 Buttons, 1 Reset
|
||||
- IPS LCD(1.14 inch)
|
||||
- 2.4G Antenna: Proant 440
|
||||
- 300 mAh Lipo Battery
|
||||
- PMU: AXP192
|
||||
- Dial encoder
|
||||
- 4P PH2.0 Interface
|
||||
- Wight: 26g
|
||||
- Size: 48 * 30 * 29mm
|
||||
|
||||
## ESP32 Features
|
||||
|
||||
- 240 MHz dual core Tensilica LX6 microcontroller with 600 DMIPS
|
||||
- Integrated 520 KB SRAM
|
||||
- Integrated 802.11b/g/n HT40 Wi-Fi transceiver, baseband, stack and LWIP
|
||||
- Integrated dual mode Bluetooth (classic and BLE)
|
||||
- Hall sensor
|
||||
- 32 kHz crystal oscillator
|
||||
- PWM/timer input/output available on every GPIO pin
|
||||
- SDIO master/salve 50MHz
|
||||
|
||||
## Include
|
||||
|
||||
- 1x M5StickT
|
||||
- 1x USB Type-C(20cm)
|
||||
|
||||
## Application
|
||||
- Car engine failure check
|
||||
- Building dehumidification insulation sealing test
|
||||
- Industrial furnace inner wall refractory crack
|
||||
- Outdoor observation of animals at night
|
||||
|
||||
## Usage
|
||||
Press the reset button to power on. The default display screen is RGB display mode. The left side is the temperature image, the upper right is the power display, and the lower right is the histogram and temperature range. The temperature range is automatically adjusted with the target temperature. The default bulls-eye automatically tracks the maximum temperature. Press the right button-A to switch the tracking mode (minimum / center / maximum value), press the button-B to switch the image display mode (GRAY / GOLDEN / RAINBOW / IRONBLACK / RGB). Dial encoder controls the display sensitivity (adjust the display temperature and color gamut), and long press the reset button for 6 seconds to turn off.
|
||||
|
||||
## EasyLoader
|
||||
|
||||
<img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/EasyLoader_logo.png" width="100px" style="margin-top:20px">
|
||||
|
||||
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/M5Core/StickT/EasyLoader_StickT.exe"><button type="button" class="btn btn-primary">click to download EasyLoader</button></a>
|
||||
|
||||
>1.EasyLoader is a simple and fast program burner. Every product page in EasyLoader provides a product-related case program. It can be burned to the master through simple steps, and a series of function verification can be performed.(**Currently EasyLoader is only available for Windows OS**)
|
||||
|
||||
>2.After downloading the software, double-click to run the application, connect the M5 device to the computer via the data cable, select the port parameters, and click **"Burn"** to start burning.
|
||||
|
||||
## PinMap
|
||||
|
||||
**BUTTON A & BUTTON B**
|
||||
|
||||
<table>
|
||||
<tr><td>ESP32 </td><td>GPIO37</td><td>GPIO39</td></tr>
|
||||
<tr><td>BUTTON A</td><td>Button Pin</td><td></td></tr>
|
||||
<tr><td>BUTTON B</td><td></td><td>Button Pin</td></tr>
|
||||
</table>
|
||||
|
||||
**IPS LCD**
|
||||
|
||||
*Driver IC:ST7789*
|
||||
|
||||
*Resolution:135 * 240*
|
||||
|
||||
<table>
|
||||
<tr><td>ESP32 </td><td>GPIO15</td><td>GPIO13</td><td>GPIO23</td><td>GPIO18</td><td>GPIO5</td></tr>
|
||||
<tr><td>IPS LCD</td><td>MOSI</td><td>CLK</td><td>DC</td><td>RST</td><td>CS</td></tr>
|
||||
</table>
|
||||
|
||||
**PH2.0 PORT**
|
||||
|
||||
<table>
|
||||
<tr><td>ESP32 </td><td>GPIO33</td><td>GPIO32</td><td>5V</td><td>GND</td></tr>
|
||||
<tr><td>PH2.0 port</td><td>SCL</td><td>SDA</td><td>5V</td><td>GND</td></tr>
|
||||
</table>
|
||||
|
||||
**MIC (SPM1423)**
|
||||
|
||||
<table>
|
||||
<tr><td>ESP32 </td><td>GPIO0</td><td>GPIO34</td></tr>
|
||||
<tr><td>MICPHONE</td><td>SCL</td><td>SDA</td></tr>
|
||||
</table>
|
||||
|
||||
**6-Axis posture sensor (SH200Q/MPU6886) & power management IC (AXP192)**
|
||||
|
||||
<table>
|
||||
<tr><td>ESP32 </td><td>GPIO22</td><td>GPIO21</td>
|
||||
<tr><td>6-Axis posture sensor</td><td>SCL</td><td>SDA</td>
|
||||
<tr><td>power management IC</td><td>SCL</td><td>SDA</td>
|
||||
</table>
|
||||
|
||||
**AXP192**
|
||||
|
||||
<table>
|
||||
<tr style="font-weight:bold;text-align:center"><td>Microphone</td><td>RTC</td><td>TFT backlight</td><td>TFT IC</td><td>ESP32/3.3V MPU6886/SH200Q</td><td>5V GROVE</td>
|
||||
<tr style="font-weight:bold;text-align:center"><td>LDOio0</td><td>LDO1</td><td>LDO2</td><td>LDO3</td><td>DC-DC1</td><td>IPSOUT</td>
|
||||
</table>
|
||||
|
||||
**Dial Encoder**
|
||||
<table>
|
||||
<tr><td>STM32</td><td>PA2</td><td>PA3</td><td>PA4</td>
|
||||
<tr><td>Encoder</td><td>SW</td><td>EN_B</td><td>EN_A</td>
|
||||
</table>
|
||||
|
||||
## Related Link
|
||||
|
||||
- **datasheet**
|
||||
|
||||
- [ESP32-PICO](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/esp32-pico-d4_datasheet_cn.pdf)
|
||||
- [MPU6886](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/MPU-6886-000193%2Bv1.1_GHIC_en.pdf)
|
||||
- [AXP192](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/AXP192_datasheet_cn.pdf)
|
||||
- [SPM1423](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/SPM1423HM4H-B_datasheet_en.pdf)
|
||||
- [Lepton datasheet](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/application/lepton-3-3.5-datasheet_en.pdf)
|
||||
- [Lepton enigneering datasheet](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/application/flir-lepton-engineering-datasheet_en.pdf)
|
||||
- [Lepton software interface description](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/application/flir-lepton-software-interface-description-document_en.pdf)
|
||||
|
||||
## Example
|
||||
|
||||
* **Arduino**
|
||||
|
||||
- [M5StickT Factory Test](https://github.com/m5stack/M5Stack/tree/master/examples/StickT/FactoryTest)
|
||||
|
||||
|
||||
## Related Video
|
||||
|
||||
- **m5stick Case - Remote control air conditioner**
|
||||
|
||||
<video class="video_size" controls>
|
||||
<source src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/video/Product_example_video/Core/StickT.mp4" type="video/mp4">
|
||||
</video>
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
**M5StickV RISC-V AI Camera**
|
||||
|
||||
### General Description
|
||||
### General Description
|
||||
M5Stack recently launched the new AIoT(AI+IoT) Camera powered by Kendryte K210 -an edge computing system-on-chip(SoC) with dual-core 64bit RISC-V CPU and state-of-art neural network processor.
|
||||
<br><br>
|
||||
M5StickV AI Camera features its integration with machine vision capabilities, featuring the unprocessed acceptability to AI Visioning with high energy efficiency and low cost. We co-oped with Sipeed providing the MicroPython environment makes programming onM5StickV easier.
|
||||
|
||||
+11
-1
@@ -58,12 +58,22 @@ The Bugc base needs to be used in conjunction with the M5StickC controller. The
|
||||
- 1x BugC base
|
||||
- 1x 16340 Battery(750mAh)
|
||||
|
||||
## EasyLoader
|
||||
|
||||
<img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/EasyLoader_M5StickC_logo.png" width="100px" style="margin-top:20px">
|
||||
|
||||
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/HAT/BugC/EasyLoader_BugC.exe"><button type="button" class="btn btn-primary">click to download EasyLoader</button></a>
|
||||
|
||||
>EasyLoader is a simple and fast program burner. Every product page in EasyLoader provides a product-related case program. It can be burned to the M5 device through simple steps, and a series of function verification can be performed.
|
||||
|
||||
>2. After downloading the software, double-click to run the application, connect the M5 device to the computer through the data cable, select the port parameters, click **"Burn"** to burn the program (**For M5StickC, set the baud rate to 750000 or 115200**)
|
||||
|
||||
|
||||
## Code
|
||||
|
||||
*To get UIFlow example, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Hat/BugC/UIFlow).*
|
||||
|
||||
- **[Arduino](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Hat/hat-joystick/Arduino/Joystick_hat)**
|
||||
- **[Arduino](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Hat/BugC/bugC)**
|
||||
|
||||
|
||||
## Video
|
||||
|
||||
@@ -69,8 +69,7 @@ If you thinking about adding a display on your project, NeoFlash is a good choic
|
||||
|
||||
## Code
|
||||
|
||||
- **[Arduino](https://github.com/m5stack/M5StickC/tree/master/examples/Hat/MLX90640)**
|
||||
|
||||
- **[Arduino](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Hat/neoflash-hat/Arduino)**
|
||||
|
||||
## Pin Map
|
||||
|
||||
|
||||
@@ -34,10 +34,18 @@
|
||||
|
||||
<mark>I2C address: 0x75</mark>
|
||||
|
||||
|
||||
## Links
|
||||
|
||||
- **[IP5209 Datasheet](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/hat/IP5209.pdf)**
|
||||
- **[IP3005 Datasheet](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/hat/IP3005-INJOINIC.pdf)**
|
||||
|
||||
## Code
|
||||
|
||||
*To get UIFlow example, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Hat/PowerC/UIFlow).*
|
||||
|
||||
- **[Arduino](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Hat/PowerC/PowerC)**
|
||||
|
||||
## Related Video
|
||||
|
||||
<video class="video_size" controls>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
***
|
||||
|
||||
:memo:**[Description](#Description)** :electric_plug:**[Schematic](#Schematic)** :octocat:**[Code](#Code)** <img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/EasyLoader_logo-min.jpg">**[EasyLoader](#EasyLoader)** 🛒**[Purchase](https://m5stack.com/collections/m5-module/products/m5stack-nb-iot-plus-module)**
|
||||
:memo:**[Description](#Description)** :electric_plug:**[Schematic](#Schematic)** :octocat:**[Code](#Code)** <img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/EasyLoader_logo-min.jpg">**[EasyLoader](#EasyLoader)** 🛒**[Purchase](https://m5stack.com/collections/m5-module/products/m5stack-nb-iot-plus-module-m5311-gb)**
|
||||
|
||||
## Description
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
***
|
||||
|
||||
:memo:**[Description](#Description)** 🛒**[Purchase](https://m5stack.com/collections/m5-unit/products/unit-v)** :clapper:**[Videos](#Videos)**
|
||||
:memo:**[Description](#Description)** 🛒**[Purchase](https://m5stack.com/collections/m5-unit/products/unitv-ai-camera)** :clapper:**[Videos](#Videos)**
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
+2
-3
@@ -89,9 +89,8 @@
|
||||
//Stick
|
||||
{a:"/#/en/core/m5stick", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/core/core_m5stick_01.png", p:"M5Stick"},
|
||||
{a:"/#/en/core/m5stickc", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/core/core_m5stickc_01.webp", p:"M5StickC"},
|
||||
{a:"/#/en/core/m5stickv", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/core/m5stickv_01.jpg", p:"M5StickV"}
|
||||
//Atom
|
||||
// {a:"/#/en/core/m5stick", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/core/core_m5stick_01.png", p:"Atom"}
|
||||
{a:"/#/en/core/m5stickv", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/core/m5stickv_01.jpg", p:"M5StickV"},
|
||||
{a:"/#/en/core/m5stickt", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/core/m5stickt_01.jpg", p:"M5StickT"},
|
||||
];
|
||||
|
||||
var module_list = [
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user