BPI:bit MicroPython development document: Difference between revisions
Jump to navigation
Jump to search
Blanked the page |
No edit summary |
||
| Line 1: | Line 1: | ||
# 目录 | |||
## 板子,认识一下? | |||
### 1. [认识 BPI:bit](https://github.com/BPI-STEAM/BPI-BIT-MicroPython/wiki/board_Introduction) | |||
### 2. [获取开发套件](https://github.com/BPI-STEAM/BPI-BIT-MicroPython/wiki/get_developmentkit) | |||
### 3. [有线连接板子](https://github.com/BPI-STEAM/BPI-BIT-MicroPython/wiki/board_connect) | |||
### 5. [尝试烧写板子](https://github.com/BPI-STEAM/BPI-BIT-MicroPython/wiki/how_to_flash) | |||
### 6. [Hello, World!](https://github.com/BPI-STEAM/BPI-BIT-MicroPython/wiki/helloworld) | |||
### 7. [点亮各种LED](https://github.com/BPI-STEAM/BPI-BIT-MicroPython/wiki/light_many_leds) | |||
## 工具,了解一下? | |||
### 1. [Auto 系列一键烧写](https://github.com/BPI-STEAM/BPI-BIT-MicroPython/wiki/how_to_flash) | |||
### 2. [ESPBlocks 初学者专属](https://github.com/BPI-STEAM/BPI-BIT-MicroPython/wiki/espblocks) | |||
### 3. [Mpfshell 详细文档](https://github.com/BPI-STEAM/BPI-BIT-MicroPython/wiki/mpfshell) | |||
### 4. [Pycharm IDE 编程](https://github.com/BPI-STEAM/BPI-BIT-MicroPython/wiki/pycharm) | |||
## 娱乐,体验一下? | |||
(以 MicroBit 为基础) | |||
### 1. [面板滚动文字](https://github.com/BPI-STEAM/BPI-BIT-MicroPython/wiki/how_to_scroll_text) | |||
### 2. [面板显示图像](https://github.com/BPI-STEAM/BPI-BIT-MicroPython/wiki/how_to_image) | |||
### 3. [底部IO口控制](https://github.com/BPI-STEAM/BPI-BIT-MicroPython/wiki/how_to_io) | |||
### 4. [面板按键检测](https://github.com/BPI-STEAM/BPI-BIT-MicroPython/wiki/how_to_button) | |||
### 5. [获取板子温度](https://github.com/BPI-STEAM/BPI-BIT-MicroPython/wiki/how_to_temperature) | |||
### 6. [播放MIDI音乐](https://github.com/BPI-STEAM/BPI-BIT-MicroPython/wiki/how_to_sound) | |||
### 7. [光敏手势检测](https://github.com/BPI-STEAM/BPI-BIT-MicroPython/wiki/how_to_light) | |||
### 8. [板子姿态检测](https://github.com/BPI-STEAM/BPI-BIT-MicroPython/wiki/how_to_accelerometer) | |||
### 9. [做一个指南针](https://github.com/BPI-STEAM/BPI-BIT-MicroPython/wiki/how_to_compass) | |||
### 10. [自由定义手势*](https://github.com/BPI-STEAM/BPI-BIT-MicroPython/wiki/how_to_gesture) | |||
### 11. [随机数生成器](https://github.com/BPI-STEAM/BPI-BIT-MicroPython/wiki/how_to_random) | |||
### 12. [S2m Scratch2](https://github.com/BPI-STEAM/BPI-BIT-MicroPython/wiki/how_to_s2m) | |||
## 基础,学习一下? | |||
### 1. [实现基础算法] | |||
## 进阶,不来一下? | |||
### 1. [进入无线模式](https://github.com/BPI-STEAM/BPI-BIT-MicroPython/wiki/how_to_wifi) | |||
### 2. [认识无线编程](https://github.com/BPI-STEAM/BPI-BIT-MicroPython/wiki/what_is_wireless) | |||
### 3. [无线运行程序] | |||
### 4. [无线文件管理] | |||
### 5. [建立动态网站] | |||
### 6. [网络爬虫示例] | |||
### 7. [提供网络服务] | |||
### 8. [控制智能家居] | |||
## 应用,尝试一下? | |||
### 1. [爬取城市天气] | |||
### 2. [自定义的骰子] | |||
### 3. [水滴平衡模拟] | |||
## 笔记,陶冶一下? | |||
### 1. [MicroPython 移植笔记](https://github.com/BPI-STEAM/BPI-BIT-MicroPython/wiki/micropython_transplant) | |||
### 2. WebDAV 移植笔记 | |||
### 3. smartconfig 设计演变 | |||
Revision as of 11:00, 3 January 2019
- 目录
- 板子,认识一下?
- 6. [Hello, World!](https://github.com/BPI-STEAM/BPI-BIT-MicroPython/wiki/helloworld)
- 工具,了解一下?
- 1. [Auto 系列一键烧写](https://github.com/BPI-STEAM/BPI-BIT-MicroPython/wiki/how_to_flash)
- 2. [ESPBlocks 初学者专属](https://github.com/BPI-STEAM/BPI-BIT-MicroPython/wiki/espblocks)
- 3. [Mpfshell 详细文档](https://github.com/BPI-STEAM/BPI-BIT-MicroPython/wiki/mpfshell)
- 4. [Pycharm IDE 编程](https://github.com/BPI-STEAM/BPI-BIT-MicroPython/wiki/pycharm)
- 娱乐,体验一下?
(以 MicroBit 为基础)
- 12. [S2m Scratch2](https://github.com/BPI-STEAM/BPI-BIT-MicroPython/wiki/how_to_s2m)
- 基础,学习一下?
- 1. [实现基础算法]
- 进阶,不来一下?
- 3. [无线运行程序]
- 4. [无线文件管理]
- 5. [建立动态网站]
- 6. [网络爬虫示例]
- 7. [提供网络服务]
- 8. [控制智能家居]
- 应用,尝试一下?
- 1. [爬取城市天气]
- 2. [自定义的骰子]
- 3. [水滴平衡模拟]
- 笔记,陶冶一下?
- 1. [MicroPython 移植笔记](https://github.com/BPI-STEAM/BPI-BIT-MicroPython/wiki/micropython_transplant)
- 2. WebDAV 移植笔记
- 3. smartconfig 设计演变