mirror of
https://github.com/m5stack/m5-docs.git
synced 2026-05-20 10:23:01 -07:00
add some chinese articles
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
# M5Stack
|
||||
|
||||
[中文](docs/README_cn.md) | English | [日本語](docs/README_jp.md)
|
||||
|
||||
**Welcome to M5Stack Documents!**
|
||||
|
||||
## Introduction
|
||||
|
||||
@@ -0,0 +1,23 @@
|
||||
# M5Stack
|
||||
|
||||
中文 | [English](README.md) | [日本語](docs/README_jp.md)
|
||||
|
||||
**Welcome to M5Stack Documents!**
|
||||
|
||||
## 介绍(Introduction)
|
||||
|
||||
**M5是以M5Core主控为核心的一系列可堆叠、模块化的电子产品。 M 代表可堆叠的模块,5 代表模块尺寸为5 * 5 cm大小.**
|
||||
|
||||
**The M5 stack aims to take the pain out of developing your new inventions and ideas. M5 stack comes packed with sensors, wifi, bluetooth, a screen and its own power supply which avoids the inconvenience of messy wires strewn across breadboards and adding new functionality is as simple as stacking it on top of one of the many expansion modules or plugging in a unit via the handy grove connectors.**
|
||||
|
||||
我们的一系列产品基本以 **ESP32** 芯片为主控芯片.
|
||||
|
||||
我们的产品出发点是 "**堆叠既是产品**". 这是公司官网 [Official Website](http://www.m5stack.com)
|
||||
|
||||
|
||||
## 联系我们(Contact & Support)
|
||||
|
||||
- :computer: 访问我们的[官网](http://www.m5stack.com) 了解最新的产品
|
||||
- :busts_in_silhouette: 登陆我们的 [论坛](http://forum.m5stack.com) 了解更多创意的设计
|
||||
- :mailbox_with_mail: 如果您有任何关于产品的问题,可以随时通过 [邮件](tech@m5stack.com)联系我们,我们坚持24小时在线及时回复您。
|
||||
- :convenience_store: 如果您想继续购买我们的产品,欢迎来 [官方旗舰店](http://www.aliexpress.com/store/all-wholesale-products/3226069.html?spm=2114.12010108.100004.3.7e3a5379KoyhDo)
|
||||
@@ -0,0 +1,3 @@
|
||||
# よくある質問
|
||||
|
||||
## (近日公開...)
|
||||
+3
-1
@@ -1,3 +1,5 @@
|
||||
# よくある質問
|
||||
# M5Stack
|
||||
|
||||
[中文](docs/README_cn.md) | [English](docs/README.md) | 日本語
|
||||
|
||||
## (近日公開...)
|
||||
+5
-1
@@ -42,8 +42,12 @@
|
||||
alias: {
|
||||
'.*?/changelog': 'https://unpkg.com/docsify-themeable/CHANGELOG.md',
|
||||
'/cn/practice_cn': 'docs/practice_cn.md',
|
||||
'/cn/': 'README_cn.md',
|
||||
'/cn/product_documents_cn': 'docs/product_documents_cn.md',
|
||||
|
||||
|
||||
},
|
||||
auto2top : true,
|
||||
// auto2top : true,
|
||||
maxLevel : 3,
|
||||
subMaxLevel: 3,
|
||||
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
# 中文介绍
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
# 练习 Practice
|
||||
# 练习(ractice)
|
||||
|
||||
<img src="assets/img/getting_started_pics/programming_mode_arduino.png"> | <img src="assets/img/getting_started_pics/programming_mode_blockly.png"> | <img src="assets/img/getting_started_pics/programming_mode_micropython.png">
|
||||
---|---|---
|
||||
|
||||
+20
-21
@@ -1,32 +1,32 @@
|
||||
# 快速上手 Quick Start
|
||||
# 快速上手(Quick Start)
|
||||
|
||||
**This document is intended to help you set up the software environment(<mark>Arudino</mark>, <mark>MicroPython</mark>) for development of M5Stack. Through a simple example we would like to illustrate how to develop M5Stack boards, firmware(<mark>Arduino</mark>) or source files(<mark>MicroPython</mark>) download to M5Stack boards.**
|
||||
**这篇文章主要帮助你搭建M5Stack系列产品中<mark>Arduino</mark>,<mark>MicroPython</mark>的开发环境,并通过简单的例子引导你学会使用和开发M5Stack的所有产品,实现自己的创意作品。**
|
||||
|
||||
## 介绍 Introduction
|
||||
## 介绍(Introduction)
|
||||
|
||||
**M5 stack is a modular stackable development device. The M stands for Modular and 5 stands for the the units compact 5 x 5 cm size.**
|
||||
**M5是以M5Core主控为核心的一系列可堆叠、模块化的电子产品。 M 代表可堆叠的模块,5 代表模块尺寸为5 * 5 cm大小。**
|
||||
|
||||
|
||||
## 需要准备的 What You Need
|
||||
## 需要准备的(What Your Need)
|
||||
|
||||
To develop applications for M5Stack Core you need:
|
||||
在开发之前,你需要着手准备一下东西:
|
||||
|
||||
* **PC** loaded with either Windows, Linux or Mac operating system
|
||||
* a **Type-C** cable
|
||||
* 一台装了Windows, Linux 或者 Mac系统的**电脑**
|
||||
* 一根 **Type-C** 线
|
||||
|
||||
Before setting development environment, the step below you need to follow:
|
||||
在搭建环境之前,你需要做一下软件准备:
|
||||
|
||||
1. Establish **serial** connection
|
||||
1. 建立板子和PC之间的串口连接:
|
||||
|
||||
[How to Establish serial connection](related_documents\establish_serial_connection)
|
||||
[如何下载串口驱动并建立串口连接](related_documents\establish_serial_connection)
|
||||
|
||||
## 快速上手 Quick Start
|
||||
## 快速上手(Quick Start)
|
||||
|
||||
!> **Notice** Make sure you have installed USB driver so that your board can establish serial connection with PC. If not, please view this article [How to Establish serial connection](related_documents\establish_serial_connection) for connection.
|
||||
!> **注意** 确保你的板子已经能够与PC进行串口通信。如果还没的话,参考这篇教程 [如何下载串口驱动并建立串口连接](related_documents\establish_serial_connection) for connection.
|
||||
|
||||
At the first time, you need to burn the specific firmware file(.bin) to your board following this article [How to burn firmware](related_documents\how_to_connect_wifi_using_core) befor developing it.
|
||||
首先,在能进行串口通讯之后,你要根据板子类型和下面的教程,下载对应的固件程序(.bin)到板子里。 固件程序后缀名是.bin。 [如何烧录固件程序](related_documents\how_to_connect_wifi_using_core)
|
||||
|
||||
If you have one of ESP32 development boards listed below, click the corresponding one to start your development.
|
||||
点击下图中你所对应的板子开始开发,实现创意:
|
||||
|
||||
<img src="assets/img/getting_started_pics/m5stack_core.png"> | <img src="assets/img/getting_started_pics/m5camera.jpg"> | <img src="assets/img/getting_started_pics/M5Bala.jpg">
|
||||
---|---|---
|
||||
@@ -36,8 +36,7 @@ If you have one of ESP32 development boards listed below, click the correspondin
|
||||
|
||||
## 练习(Practice)
|
||||
|
||||
**For being familiar with the programming mode you lik, We suggest you following the corresponding option to do more practices.**
|
||||
|
||||
**最好做一下下面对应的练习版块,这样更加熟悉如何使用M5Stack产品。**
|
||||
|
||||
<img src="assets/img/getting_started_pics/programming_mode_arduino.png"> | <img src="assets/img/getting_started_pics/programming_mode_blockly.png"> | <img src="assets/img/getting_started_pics/programming_mode_micropython.png">
|
||||
---|---|---
|
||||
@@ -45,7 +44,7 @@ If you have one of ESP32 development boards listed below, click the correspondin
|
||||
|
||||
## 相关文档(Related Documents)
|
||||
|
||||
- [establish_serial_connection](related_documents/establish_serial_connection)
|
||||
- [how_to_burn_firmware_en](related_documents/how_to_burn_firmware_en)
|
||||
- [how_to_connect_wifi_using_core](related_documents/how_to_connect_wifi_using_core)
|
||||
- [upgrade_m5stack_lib](related_documents/upgrade_m5stack_lib)
|
||||
- [如何下载串口驱动并建立串口连接](related_documents/establish_serial_connection)
|
||||
- [如何烧录固件](related_documents/how_to_burn_firmware_en)
|
||||
- [如何让Core连接能上网的WIFI热点](related_documents/how_to_connect_wifi_using_core)
|
||||
- [如何升级Arduino IDE中的M5Stack库](related_documents/upgrade_m5stack_lib)
|
||||
Reference in New Issue
Block a user