Difference between revisions of "BPI-Nano robot board"

From Banana Pi Wiki
Jump to: navigation, search
(PIN define)
(PIN define)
Line 33: Line 33:
 
| style="background: PaleTurquoise; color: black" colspan="4"| '''BPI-Nano aruino Nano robort GPIO pin define'''
 
| style="background: PaleTurquoise; color: black" colspan="4"| '''BPI-Nano aruino Nano robort GPIO pin define'''
 
|-
 
|-
 
+
|Pin ||Function
|
+
|-
}
+
|Digital 2、4 ||Motor2 转向控制,2高电平,4低电平正转;反之反转
 +
|-
 +
|Digital 3 ||Motor 2使能接口,高电平使能
 +
|-
 +
|Digital 5 ||Motor 1 使能接口,高电平使能
 +
|-
 +
|Digital 7、8 ||Motor 1 转向控制,7高电平,8低电平正转;反之反转
 +
|-
 +
|}
  
 
=Software=
 
=Software=

Revision as of 00:41, 29 September 2019

Overview

arduino Nano robot board
 BPI-Nano arduino Nano
 BPI-Nano arduino Nano

This robot board is design for Arduino Nano and Nano compatible boards. It is designed by Harsh Dethe and made by BPI factory.

BPI-Nano robot boards motor drive expansion plate available in the bpi-nano controller supports dual-circuit motor control, with single maximum current up to 1A.

Arduino standard pin design interface, also can be used with Arduino Nano.It can be applied to the development of small mobile robot.

Hardware

Technical specifications

  • Driver chip: L293B
  • Logical working voltage: 5V DC
  • Motor drive voltage: 7-12v DC
  • Maximum driving current: 1A (per circuit)
  • Pin for motor drive: pin4/5/6/7 (Arduino controller)
  • Size: 56x57mm

Hardware interface

BPI-Nano robort interface.png

BPI-Nano robort interface 1.png

PIN define

BPI-Nano aruino Nano robort GPIO pin define
Pin Function
Digital 2、4 Motor2 转向控制,2高电平,4低电平正转;反之反转
Digital 3 Motor 2使能接口,高电平使能
Digital 5 Motor 1 使能接口,高电平使能
Digital 7、8 Motor 1 转向控制,7高电平,8低电平正转;反之反转

Software