Difference between revisions of "BPI:bit MicroPython development document"

From Banana Pi Wiki
Jump to: navigation, search
(Blanked the page)
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 04:02, 3 January 2019

  1. 目录
    1. 板子,认识一下?
      1. 1. [认识 BPI:bit](https://github.com/BPI-STEAM/BPI-BIT-MicroPython/wiki/board_Introduction)
      1. 2. [获取开发套件](https://github.com/BPI-STEAM/BPI-BIT-MicroPython/wiki/get_developmentkit)
      1. 3. [有线连接板子](https://github.com/BPI-STEAM/BPI-BIT-MicroPython/wiki/board_connect)
      1. 5. [尝试烧写板子](https://github.com/BPI-STEAM/BPI-BIT-MicroPython/wiki/how_to_flash)
      1. 6. [Hello, World!](https://github.com/BPI-STEAM/BPI-BIT-MicroPython/wiki/helloworld)
      1. 7. [点亮各种LED](https://github.com/BPI-STEAM/BPI-BIT-MicroPython/wiki/light_many_leds)
    1. 工具,了解一下?
      1. 1. [Auto 系列一键烧写](https://github.com/BPI-STEAM/BPI-BIT-MicroPython/wiki/how_to_flash)
      1. 2. [ESPBlocks 初学者专属](https://github.com/BPI-STEAM/BPI-BIT-MicroPython/wiki/espblocks)
      1. 3. [Mpfshell 详细文档](https://github.com/BPI-STEAM/BPI-BIT-MicroPython/wiki/mpfshell)
      1. 4. [Pycharm IDE 编程](https://github.com/BPI-STEAM/BPI-BIT-MicroPython/wiki/pycharm)
    1. 娱乐,体验一下?

(以 MicroBit 为基础)

      1. 1. [面板滚动文字](https://github.com/BPI-STEAM/BPI-BIT-MicroPython/wiki/how_to_scroll_text)
      1. 2. [面板显示图像](https://github.com/BPI-STEAM/BPI-BIT-MicroPython/wiki/how_to_image)
      1. 3. [底部IO口控制](https://github.com/BPI-STEAM/BPI-BIT-MicroPython/wiki/how_to_io)
      1. 4. [面板按键检测](https://github.com/BPI-STEAM/BPI-BIT-MicroPython/wiki/how_to_button)
      1. 5. [获取板子温度](https://github.com/BPI-STEAM/BPI-BIT-MicroPython/wiki/how_to_temperature)
      1. 6. [播放MIDI音乐](https://github.com/BPI-STEAM/BPI-BIT-MicroPython/wiki/how_to_sound)
      1. 7. [光敏手势检测](https://github.com/BPI-STEAM/BPI-BIT-MicroPython/wiki/how_to_light)
      1. 8. [板子姿态检测](https://github.com/BPI-STEAM/BPI-BIT-MicroPython/wiki/how_to_accelerometer)
      1. 9. [做一个指南针](https://github.com/BPI-STEAM/BPI-BIT-MicroPython/wiki/how_to_compass)
      1. 10. [自由定义手势*](https://github.com/BPI-STEAM/BPI-BIT-MicroPython/wiki/how_to_gesture)
      1. 11. [随机数生成器](https://github.com/BPI-STEAM/BPI-BIT-MicroPython/wiki/how_to_random)
      1. 12. [S2m Scratch2](https://github.com/BPI-STEAM/BPI-BIT-MicroPython/wiki/how_to_s2m)
    1. 基础,学习一下?
      1. 1. [实现基础算法]
    1. 进阶,不来一下?
      1. 1. [进入无线模式](https://github.com/BPI-STEAM/BPI-BIT-MicroPython/wiki/how_to_wifi)
      1. 2. [认识无线编程](https://github.com/BPI-STEAM/BPI-BIT-MicroPython/wiki/what_is_wireless)
      1. 3. [无线运行程序]
      1. 4. [无线文件管理]
      1. 5. [建立动态网站]
      1. 6. [网络爬虫示例]
      1. 7. [提供网络服务]
      1. 8. [控制智能家居]
    1. 应用,尝试一下?
      1. 1. [爬取城市天气]
      1. 2. [自定义的骰子]
      1. 3. [水滴平衡模拟]
    1. 笔记,陶冶一下?
      1. 1. [MicroPython 移植笔记](https://github.com/BPI-STEAM/BPI-BIT-MicroPython/wiki/micropython_transplant)
      1. 2. WebDAV 移植笔记
      1. 3. smartconfig 设计演变