update camera

This commit is contained in:
vany5921
2020-04-23 21:07:21 +08:00
parent e1ca6de7e8
commit d645c7021c
20 changed files with 89 additions and 53 deletions
+20 -6
View File
@@ -6,13 +6,13 @@
## Description
**Tail485** is a TTL-RS485 converter designed for ATOM, which is used for TTL level and RS485 level conversion. RRS485 is a standard defining the electrical characteristics of drivers and receivers for use in serial communications systems, widely used in industrial field. multipoint systems are supported. When the project equipment needs to communicate and control through RS485, it is a good choice to use RS485 unit for interface type switching. In tail485, a DC / DC voltage regulator chip is integrated, which can directly convert the 12V voltage of RS485 to 5V to supply power for typec interface, avoiding the trouble of separate power supply.
**Tail485** is a RS485 converter designed for ATOM, which is used for converting RS485 signals to TTL. RS485 is a standard defining the electrical characteristics of drivers and receivers for use in serial communications systems, widely used in the industrial field. It facilitates long distance communication in electrically noisy environments. Multipoint systems are supported. When the project equipment needs to communicate and control through RS485, it is a good choice to use RS485 unit for interface type switching. A DC / DC voltage regulator chip is integrated in the tail485 module, which can directly convert the 12V voltage of RS485 to 5V to supply power for USB typeC interface, avoiding the inconvenience of a separate power supply.
## Product Features
- Adapt to ATOM
- Adapted for ATOM form factor
- Built in DC / DC
- SP485EEN-L
- SP485EEN-L
## Inclued
@@ -41,7 +41,7 @@
<td>5V<->12V</td>
</tr>
<tr>
<td> Line Transceiver IC</td>
<td>Line Transceiver IC</td>
<td>SP485EEN-L</td>
</tr>
<tr>
@@ -65,7 +65,7 @@
## EasyLoader
>EasyLoader is a concise and fast program writer, which has a built-in case program related to the product. It can be burned to the main control by simple steps to perform a series of function verification.
>EasyLoader is a concise and fast firmware burner, which has a case specific program related to the product. It can flash the device quickly and simply in order to perform a test or verification of the devices function.
<div class="easyloader-box">
<div style="background-color:white;">
@@ -90,11 +90,25 @@
</div>
</div>
## Links
- **Datasheet**
- [SP485EEN](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/hat/SP485EEN_en.pdf)
- [AOZ1282CI](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/atombase/tail485/AOZ1282CI-datasheet.pdf)
### PinMap
<table>
<tr><td>ATOM</td><td>GPIO26(TX)</td><td>GPIO32(RX)</td><td>5V</td><td>GND</td></tr>
<tr><td>Tail485</td><td>RX</td><td>TX</td><td>5V</td><td>GND</td></tr>
</table>
## Example
### 1. Arduino IDE
The code below is incomplete. To get complete code, please click [here](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/RS485)
The code below is incomplete. To get the complete code, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/AtomBase/Tail485)
+4 -2
View File
@@ -6,11 +6,13 @@
## Description
**TailBat** is an external battery accessory designed for ATOM. Inserting the tail of atom can directly supply power for ATOM, which is convenient for users to use in mobile scenes. There is a switch button on the front of TailBat, which contains 190mah battery inside. It is controlled by the power management chip IP5303. When the power is turned on, the red indicator light is on. The operation method is the same as that of m5stack core: Click to turn on the power, double-click to turn off the power. Because tailbat has made a straight through design for the interface on the basis of adding batteries, it will not affect the original GROVE Connection mode and USB function. The built-in battery can only be charged through the typec interface, not through the grove interface.
**TailBat** is an external battery accessory designed for M5ATOM. If the TailBat module is inserted into the M5ATOM it can directly supply power to the M5ATOM, enabling the M5ATOM to be used in mobile applications.
The TailBat contains a 190mah battery and features a physical button. It is controlled by the power management chip IP5303. When the power is turned on, the red indicator light will turn on. The operation method is the same as that of M5Stack Core: Click to turn on the power, double-click to turn off the power. Since the TailBat has been designed simply to add battery power, it will not affect the original GROVE Connection mode and USB functionality. The built-in battery can only be charged through the USB typeC interface, not through the grove interface.
## Product Features
- Adapt to ATOM
- Adapted for M5ATOM form factor
- Plug and play
- Built in rechargeable lithium battery
- LED indicator
+1 -1
View File
@@ -56,7 +56,7 @@
</tr>
<tr>
<td>RGB LED</td>
<td>WS2812B x 1</td>
<td>SK6812 3535 x 1</td>
</tr>
<tr>
<td>IR</td>
+1 -1
View File
@@ -59,7 +59,7 @@
</tr>
<tr>
<td>RGB LED </td>
<td>WS2812B x 25</td>
<td>WS2812C 2020 x 25</td>
</tr>
<tr>
<td>MEMS</td>
+1 -1
View File
@@ -49,7 +49,7 @@ The Bugc base needs to be used in conjunction with the M5StickC controller. The
## Include
- 1x BugC base
- 1x 16340 Battery(750mAh)
- 1x 16340 Battery(700mAh)
## EasyLoader
+3 -1
View File
@@ -2,7 +2,7 @@
<div class="badge badge-pill badge-primary product_sku_tag">SKU:M021</div>
<div class="product_pic"><img src="assets/img/product_pics/module/module_lego_plus_01.webp"><img src="assets/img/product_pics/module/module_lego_plus_02.webp"></div>
<div class="product_pic"><img src="assets/img/product_pics/module/module_lego_plus_01.webp"></div>
## Description
@@ -27,6 +27,8 @@ LEGO motor is one of the Technic pieces form LEGO. The purpose of LEGO Technic i
- 1x 10cm LEGO cable
- 1x DC connector
<img src="assets/img/product_pics/module/module_lego_plus_02.webp">
## Related Link
- **[The Firmware of inside MEGA328](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Module/LEGO_PLUS/firmware_328p)**
@@ -38,12 +38,10 @@ ESP32Cam/M5Camera AP can only connect with one device at a time.
## Firmware
ESP32Cam Firmware: https://github.com/m5stack/m5stack-cam-psram/tree/master/wifi/wifi_ap/firmware/ESP32-Camera
ESP32Cam Firmware: https://github.com/m5stack/M5Stack-Camera/tree/master/wifi/wifi_ap/firmware/ESP32-Camera
M5Camera(A model) Firmware: https://github.com/m5stack/m5stack-cam-psram/tree/master/wifi/wifi_ap/firmware/Camera%20A
M5Camera Firmware: https://github.com/m5stack/M5Stack-Camera/tree/master/wifi/wifi_ap/firmware/M5Camera
M5Camera(B model) Firmware: https://github.com/m5stack/m5stack-cam-psram/tree/master/wifi/wifi_ap/firmware/Camera%20B
M5CameraX Firmware: https://github.com/m5stack/M5Stack-Camera/tree/master/wifi/wifi_ap/firmware/M5CameraX
M5CameraX Firmware: https://github.com/m5stack/m5stack-cam-psram/tree/master/wifi/wifi_ap/firmware/Camera%20X
M5CameraF Firmware: https://github.com/m5stack/m5stack-cam-psram/tree/master/wifi/wifi_ap/firmware/Camera%20F
M5CameraF Firmware: https://github.com/m5stack/M5Stack-Camera/tree/master/wifi/wifi_ap/firmware/M5CameraF
+3 -3
View File
@@ -121,13 +121,13 @@ what this software can do?
### Firmware
- **[ESP32CAM Firmware](https://github.com/m5stack/m5stack-cam-psram/tree/master/wifi/wifi_sta/firmware/ESP32-Camera)**
- **[ESP32CAM Firmware](https://github.com/m5stack/M5Stack-Camera/tree/master/wifi/wifi_ap/firmware/ESP32-Camera)**
- **[Serial communication-ESP32CAM](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/firmware/ESP32-Camera)**
- **[Serial communication-ESP32CAM](https://github.com/m5stack/M5Stack-Camera/tree/master/uart/firmware/ESP32-Camera)**
### ArduinoIDE
- **[Serial communication-M5Core](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/arduino)**The serial communication routine is the communication between the camera and the M5Core.
- **[Serial communication-M5Core](https://github.com/m5stack/M5Stack-Camera/tree/master/uart/arduino/uart)**The serial communication routine is the communication between the camera and the M5Core.
## Video
+7 -7
View File
@@ -165,23 +165,23 @@ what this software can do?
### Firmware
- **[M5Camera](https://github.com/m5stack/m5stack-cam-psram/tree/master/wifi/wifi_sta/firmware/Camera%20B)**
- **[M5Camera](https://github.com/m5stack/M5Stack-Camera/tree/master/wifi/wifi_ap/firmware/M5Camera)**
### Code
- **[Face recognition](https://github.com/m5stack/m5stack-cam-psram/tree/master/face_recognize/firmware/Camera%20B)**
- **[Face recognition](https://github.com/m5stack/M5Stack-Camera/tree/master/face_recognize/firmware/M5Camera)**
- **[Serial communication-M5Camera](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/firmware/Camera%20B)**
- **[Serial communication-M5Camera](https://github.com/m5stack/M5Stack-Camera/tree/master/uart/firmware/M5Camera)**
- **[Serial communication-M5Core](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/arduino)**The serial communication routine is the communication between the camera and the M5Core.
- **[Serial communication-M5Core](https://github.com/m5stack/M5Stack-Camera/tree/master/uart/arduino)**The serial communication routine is the communication between the camera and the M5Core.
- **[QRcode](https://github.com/m5stack/m5stack-cam-psram/tree/master/qr/firmware/Camera%20B)**
- **[QRcode](https://github.com/m5stack/M5Stack-Camera/tree/master/qr)**
- **[MPU6050](https://github.com/m5stack/m5stack-cam-psram/tree/master/mpu6050/firmware/Camera%20B)**Gyro Example after soldering **MPU6050**
- **[MPU6050](https://github.com/m5stack/M5Stack-Camera/tree/master/mpu6050/firmware/M5Camera)**Gyro Example after soldering **MPU6050**
### Source Code
- **[M5Camera](https://github.com/m5stack/m5stack-cam-psram)**
- **[M5Camera](https://github.com/m5stack/M5Stack-Camera)**
## Schematic
+6 -6
View File
@@ -155,20 +155,20 @@ what this software can do?
### Firmware
- **[M5Camera Firmware](https://github.com/m5stack/m5stack-cam-psram/tree/master/wifi/wifi_sta/firmware/Camera%20F)**
- **[M5Camera Firmware](https://github.com/m5stack/M5Stack-Camera/tree/master/wifi/wifi_ap/firmware/M5CameraF)**
### Code
- **[Serial communication-M5CameraF](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/firmware/Camera%20F)**
- **[Serial communication-M5CameraF](https://github.com/m5stack/M5Stack-Camera/tree/master/uart/firmware/M5CameraF)**
- **[Serial communication-M5Core](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/arduino)**The serial communication routine is the communication between the camera and the M5Core.
- **[Serial communication-M5Core](https://github.com/m5stack/M5Stack-Camera/tree/master/uart/arduino)**The serial communication routine is the communication between the camera and the M5Core.
- **[QRcode](https://github.com/m5stack/m5stack-cam-psram/tree/master/qr/firmware/Camera%20F)**
- **[QRcode](https://github.com/m5stack/M5Stack-Camera/tree/master/qr/firmware/M5CameraF)**
- **[MPU6050](https://github.com/m5stack/m5stack-cam-psram/tree/master/mpu6050/firmware/Camera%20F)**Gyro Example after soldering **MPU6050**
- **[MPU6050](https://github.com/m5stack/M5Stack-Camera/tree/master/mpu6050/firmware/M5CameraF)**Gyro Example after soldering **MPU6050**
### Source Code
- **[M5Camera](https://github.com/m5stack/m5stack-cam-psram)**
- **[M5Camera](https://github.com/m5stack/M5Stack-Camera)**
## Schematic
+7 -7
View File
@@ -157,22 +157,22 @@ what this software can do?
### Firmware
- **[M5CameraX Firmware](https://github.com/m5stack/m5stack-cam-psram/tree/master/wifi/wifi_sta/firmware/Camera%20X)**
- **[M5CameraX Firmware](https://github.com/m5stack/M5Stack-Camera/tree/master/wifi/wifi_ap/firmware/M5CameraX)**
### Code
- **[Face recognition](https://github.com/m5stack/m5stack-cam-psram/tree/master/face_recognize/firmware/Camera%20X)**
- **[Face recognition](https://github.com/m5stack/M5Stack-Camera/tree/master/face_recognize/firmware/M5CameraX)**
- **[Serial communication-M5CameraX](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/firmware/Camera%20X)**
- **[Serial communication-M5CameraX](https://github.com/m5stack/M5Stack-Camera/tree/master/uart/firmware/M5CameraX)**
- **[Serial communication-M5Core](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/arduino)**The serial communication routine is the communication between the camera and the M5Core.
- **[Serial communication-M5Core](https://github.com/m5stack/M5Stack-Camera/tree/master/uart/arduino)**The serial communication routine is the communication between the camera and the M5Core.
- **[QRcode](https://github.com/m5stack/m5stack-cam-psram/tree/master/qr/firmware/Camera%20X)**
- **[QRcode](https://github.com/m5stack/M5Stack-Camera/tree/master/qr/firmware/M5CameraX)**
- **[MPU6050](https://github.com/m5stack/m5stack-cam-psram/tree/master/mpu6050/firmware/Camera%20X)**Gyro Example after soldering **MPU6050**
- **[MPU6050](https://github.com/m5stack/M5Stack-Camera/tree/master/mpu6050/firmware/M5CameraX)**Gyro Example after soldering **MPU6050**
### Source Code
- **[M5Camera](https://github.com/m5stack/m5stack-cam-psram)**
- **[M5Camera](https://github.com/m5stack/M5Stack-Camera)**
## Schematic
+14 -1
View File
@@ -90,11 +90,24 @@
</div>
</div>
## 相关链接
- **Datasheet**
- [SP485EEN](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/hat/SP485EEN_en.pdf)
- [AOZ1282CI](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/atombase/tail485/AOZ1282CI-datasheet.pdf)
### 管脚映射
<table>
<tr><td>ATOM</td><td>GPIO26(TX)</td><td>GPIO32(RX)</td><td>5V</td><td>GND</td></tr>
<tr><td>Tail485</td><td>RX</td><td>TX</td><td>5V</td><td>GND</td></tr>
</table>
## 案例程序
### 1. Arduino IDE
[点击这里获取Arduino示例程序](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/RS485)
[点击这里获取Arduino示例程序](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/AtomBase/Tail485)
<script>
+1 -1
View File
@@ -2,7 +2,7 @@
<div class="badge badge-pill badge-primary product_sku_tag">SKU:K037</div>
<div class="product_pic"><img src="assets\img\product_pics\base\basex\basex_01.webp"><img src="assets\img\product_pics\base\basex\basex_02.webp"><img src="assets/img/product_pics/base/basex/basex_03.webp">
<div class="product_pic"><img src="assets\img\product_pics\base\basex\basex_01.webp"><img src="assets\img\product_pics\base\basex\basex_02.webp"><img src="assets/img/product_pics/base/basex/basex_03.webp"></div>
## 描述
+1 -1
View File
@@ -58,7 +58,7 @@
</tr>
<tr>
<td>RGB LED</td>
<td>WS2812B x 1</td>
<td>SK6812 3535 x 1</td>
</tr>
<tr>
<td>IR</td>
+1 -1
View File
@@ -63,7 +63,7 @@
</tr>
<tr>
<td>RGB LED </td>
<td>WS2812B x 25</td>
<td>WS2812C 2020 x 25</td>
</tr>
<tr>
<td>MEMS</td>
+1 -1
View File
@@ -42,7 +42,7 @@ Bugc底座需要结合M5StickC控制器使用.在底座上,配备了四个由S
## 包含
- 1x BugC底座
- 1x 16340电池(750mAh)
- 1x 16340电池(700mAh)
## EasyLoader
+4 -1
View File
@@ -2,7 +2,7 @@
<div class="badge badge-pill badge-primary product_sku_tag">SKU:M021</div>
<div class="product_pic"><img src="assets/img/product_pics/module/module_lego_plus_01.webp"><img src="assets/img/product_pics/module/module_lego_plus_02.webp"></div>
<div class="product_pic"><img src="assets/img/product_pics/module/module_lego_plus_01.webp"></div>
## 描述
@@ -26,6 +26,9 @@
- 1x 10cm LEGO 电机线
- 1x DC 电源连接器
<img src="assets/img/product_pics/module/module_lego_plus_02.webp">
## 相关链接
- **[LEGO+ 328P固件](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Module/LEGO_PLUS/firmware_328p)**
+6 -3
View File
@@ -57,13 +57,16 @@
## 相关链接
- **Datasheet** - [M8321](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/module/M8321_cn.pdf)
- **Datasheet**
- [M8321](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/module/M8321_cn.pdf)
- **AT Command** - [M8321 AT 指令表](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/module/M8321%20AT_Command_Interface_Specification_cn.pdf)
- **AT Command**
- [M8321 AT 指令表](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/module/M8321%20AT_Command_Interface_Specification_cn.pdf)
## 原理图
- **原理图** - [LTE Module](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/schematic/Modules/module_lte_sch.pdf)
- **原理图**
- [LTE Module](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/schematic/Modules/module_lte_sch.pdf)
## EasyLoader
+4 -2
View File
@@ -89,9 +89,11 @@ Middle East and North Africa: B8(900) and B20(800); -->
## 相关链接
- **Datasheet** - [M5311](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/module/M5311_cn.pdf)
- **Datasheet**
- [M5311](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/module/M5311_cn.pdf)
- **AT Command** - [M5311 AT指令表](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/module/M5311_AT_Command_Interface_Specification_en.pdf)
- **AT Command**
- [M5311 AT指令表](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/module/M5311_AT_Command_Interface_Specification_en.pdf)
## 原理图
@@ -105,7 +105,6 @@
<img src="assets\img\getting_started_pics\m5stack_core\get_started_with_uiflow\uiflow_wifi_setup2.webp ">
## 网络编程模式与API KEY
#### 进入网络编程模式