Difference between revisions of "BPI:bit MicroPython development document"
Line 4: | Line 4: | ||
## 板子,认识一下? | ## 板子,认识一下? | ||
− | + | [[认识 BPI:bit]|thumb|(https://github.com/BPI-STEAM/BPI-BIT-MicroPython/wiki/board_Introduction)]] | |
### 2. [获取开发套件](https://github.com/BPI-STEAM/BPI-BIT-MicroPython/wiki/get_developmentkit) | ### 2. [获取开发套件](https://github.com/BPI-STEAM/BPI-BIT-MicroPython/wiki/get_developmentkit) |
Revision as of 03:08, 3 January 2019
- 目录
- 板子,认识一下?
[[认识 BPI:bit]|thumb|(https://github.com/BPI-STEAM/BPI-BIT-MicroPython/wiki/board_Introduction)]]
- 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 设计演变