Difference between revisions of "2 Wired connection board"

From Banana Pi Wiki
Jump to: navigation, search
(Created page with "# Document ![](./head.jpg) ## 有线连接板子 ### 1. 连接板子 - 将板子通过 MicroUSB 线连接到你的电脑里,以下以 Windows10 为例。 - ![连接板...")
 
 
(17 intermediate revisions by the same user not shown)
Line 1: Line 1:
# Document
+
[[File:Webduino_gif.gif|thumb|Overview: [[BPI-Bit]]]]
 +
[[File:Micropython3.png|thumb|[[1 Get the development suite]] ]]
 +
[[File:Micropython2.png|thumb|[[2 Wired connection board]] ]]
 +
[[File:Micropython2.png|thumb|[[3 Try burning the board]] ]]
 +
[[File:Micropython2.png|thumb|[[4 Hello, World!]] ]]
 +
[[File:Micropython2.png|thumb|[[5 Light up all kinds of LED]] ]]
  
![](./head.jpg)
 
  
## 有线连接板子
+
[[File:Micropython4.png|thumb|[[1  Auto series one key burn]] ]]
 +
[[File:Micropython2.png|thumb|[[2  ESPBlocks Beginner's only]] ]]
 +
[[File:Micropython2.png|thumb|[[3 Mpfshell details]] ]]
 +
[[File:Micropython2.png|thumb|[[4 Pycharm IDE programming]] ]]
  
### 1. 连接板子
+
[[File:Micropython5.png|thumb|[[1. Panel scrolling text]] ]]
 +
[[File:Micropython2.png|thumb|[[2. Panel display images]] ]]
 +
[[File:Micropython2.png|thumb|[[3 Bottom IO port control]] ]]
 +
[[File:Micropython2.png|thumb|[[4 Panel key detection]] ]]
 +
[[File:Micropython2.png|thumb|[[5 Gets the board temperature]] ]]
 +
[[File:Micropython2.png|thumb|[[6 Play MIDI music]] ]]
 +
[[File:Micropython2.png|thumb|[[7 Photosensitive gesture]] ]]
 +
[[File:Micropython2.png|thumb|[[8. MPU-9250 9-axis sensor]] ]]
 +
[[File:Micropython2.png|thumb|[[9. Make a compass]] ]]
 +
[[File:Micropython2.png|thumb|[[10 Free to define gestures]] ]]
 +
[[File:Micropython2.png|thumb|[[11 Random number generator]] ]]
 +
[[File:Micropython2.png|thumb|[[12 S2m Scratch2]] ]]
 +
[[File:Micropython2.png|thumb|[[13 Codelab Scratch3]] ]]
  
- 将板子通过 MicroUSB 线连接到你的电脑里,以下以 Windows10 为例。
+
[[File:Micropython6.png|thumb|[[1 The basic algorithm]]  ]]
 +
[[File:Micropython2.png|thumb|[[2 WiFI wireless connection]] ]]
 +
[[File:Micropython2.png|thumb|[[3 WiFI wireless programming]] ]]
 +
[[File:Micropython2.png|thumb|[[MQTT communication applications]]]]
  
- ![连接板子](board_connect/connect.png)
+
'''Wired connection board'''
  
### 2. 查看驱动
+
1. connect BPI;bit
  
- 进入 **设备管理器** 确认串口驱动(Serial)是否安装,进入方法如下。
+
Connect a board to your computer via a MicroUSB wire, with Windows10 system
  - (右键)此电脑 -> 属性 -> **设备管理器**
 
  - 开始菜单 -> (输入)**设备管理器**
 
  - 控制面板 -> (搜索)**设备管理器**
 
  
- ![查看驱动](board_connect/error.png)
+
[[File:Bit_connect.png]]
  
- 可以看到 设备显示 **USB2.0-Serial** ,说明**未安装驱动**,若此前已安装驱动,可以跳至步骤 5 。
+
2. Check the drive
  
### 3. 安装驱动
+
Enter <device manager> to confirm whether Serial is installed, enter as follows.
 +
*(right key)This computer -> attribute -> device manager
 +
*Start menu -> (input) device manager
 +
*Control panel -> (search) device manager
  
- 点此获取 [Serial CH341](http://www.wch.cn/downloads/file/5.html) 驱动,并按如下说明操作安装驱动
+
[[File:Error.png]]
  
- 打开下载的 **CH341SER.ZIP** 压缩包,进入 **CH341SER** 文件夹,打开 **SETUP.EXE**,即可看到如下图。
+
you can see the device display ** usb2.0-serial **, indicating that ** has not been installed driver **, if the driver has been installed before, you can skip to step 5.
  
- ![安装驱动](board_connect/install.png)
 
  
- 点击 **INSTALL** (安装),等待片刻即可完成安装。
+
3. install the driver
  
### 4. 确认串口
+
::check here [http://www.wch.cn/downloads/file/5.html Serial CH341 ] driver,And follow the instructions below to install the driver
  
- 核对板子是否连接成功
+
::Open the downloaded '''CH341SER.ZIP''' ZIP package, enter the '''CH341SER''' folder, open '''setup. EXE''', you can see the following figure.
  
- ![连接成功](board_connect/success.png)
+
[[File:Install.png]]
  
- 可以看到原来的 **USB2.0-Serial** 消失了,取而代之的是 **USB-SERIAL CH340(COM3)**,这意味着你已经成功安装驱动,并且得到板子串口名称为(**COM3**),你可以通过各种串口工具来查看串口名(COM3)的板子传出的信息。
+
::check '''INSTALL''' to install driver,Wait a moment to complete the installation。
  
### 5. 其他系统
+
4. Confirm the serial port
  
- 至此板子连接成功,可以进入下一章节[尝试烧写板子](https://github.com/BPI-STEAM/BPI-BIT-MicroPython/wiki/how_to_flash)了,如果是 Linux 或 Mac 系统就需要你自行搜索问题解决了,但大体都差不多的。
+
*Check that the board is connected successfully
  
![logo](./logo.jpg)
+
[[File:Success.png]]
 +
 
 +
You can see that the original '''usb2.0-serial''' has disappeared and is replaced by '''usb-serial CH340(COM3)''', which means that you have successfully installed the driver and got the name of the board Serial port ('''COM3'''). You can view the information coming out of the board of Serial port name (COM3) through various Serial port tools
 +
 
 +
5. Other System
 +
 
 +
The board has been successfully connected,Go on to the next section [[3 Try burning the board]],If it's a Linux or Mac system you have to do your own search, but it's pretty much the same.

Latest revision as of 03:36, 21 February 2019

Overview: BPI-Bit


Wired connection board

1. connect BPI;bit

Connect a board to your computer via a MicroUSB wire, with Windows10 system

Bit connect.png

2. Check the drive

Enter <device manager> to confirm whether Serial is installed, enter as follows.

  • (right key)This computer -> attribute -> device manager
  • Start menu -> (input) device manager
  • Control panel -> (search) device manager

Error.png

you can see the device display ** usb2.0-serial **, indicating that ** has not been installed driver **, if the driver has been installed before, you can skip to step 5.


3. install the driver

check here Serial CH341 driver,And follow the instructions below to install the driver
Open the downloaded CH341SER.ZIP ZIP package, enter the CH341SER folder, open setup. EXE, you can see the following figure.

Install.png

check INSTALL to install driver,Wait a moment to complete the installation。

4. Confirm the serial port

  • Check that the board is connected successfully

Success.png

You can see that the original usb2.0-serial has disappeared and is replaced by usb-serial CH340(COM3), which means that you have successfully installed the driver and got the name of the board Serial port (COM3). You can view the information coming out of the board of Serial port name (COM3) through various Serial port tools

5. Other System

The board has been successfully connected,Go on to the next section 3 Try burning the board,If it's a Linux or Mac system you have to do your own search, but it's pretty much the same.