updated pistep overlays

This commit is contained in:
RogueM 2016-10-23 16:04:01 +01:00
parent d2c7b40d1b
commit ecdb9777a3
5 changed files with 24 additions and 201 deletions

View File

@ -1,43 +0,0 @@
<!--
---
name: Picon Zero
class: board
type: motor
formfactor: pHAT
image: '4tronix-picon-zero.png'
manufacturer: 4tronix
description: A robot controller board for the Raspberry Pi
url: http://4tronix.co.uk/piconzero/
buy: http://4tronix.co.uk/store/index.php?rt=product/product&product_id=552
pincount: 40
eeprom: no
power:
'2':
'4':
ground:
'6':
'9':
'14':
'20':
'25':
'30':
'34':
'39':
pin:
'3':
mode: i2c
'5':
mode: i2c
'38':
name: Ultrasonic
mode: input/output
i2c:
'0x22':
name: PiconZero
device: ATMega328
-->
#Picon Zero
The Picon Zero is an add-on PCB for the Raspberry Pi that is physically the same size as a Raspberry Pi Zero and so is ideal as a pseudo-Hat (pHat) for the Pi Zero. However, it can of course be used on any Raspberry Pi with a 40-pin GPIO connector.
As well as 2 full H-Bridge motor drivers, the Picon Zero has a number of Input and Output pins that can be configured in a variety of ways, allowing you to easily add analog inputs or neopixel outputs to your Raspberry Pi without any complicated software and kernel specific drivers. It also provides an interface for an HC-SR04 ultrasonic distance sensor and opens up 5 GPIO pins from the Raspberry Pi for you to use as you see fit.

View File

@ -1,55 +0,0 @@
<!--
---
name: PiStep2 Dual
class: board
type: stepper motor
formfactor: pHAT
manufacturer: 4tronix
description: A Dual Stepper Motor Driver for Raspberry Pi
url: http://4tronix.co.uk/store/index.php?rt=product/product&product_id=554
github:
buy: http://4tronix.co.uk/store/index.php?rt=product/product&product_id=554
image: '4tronix-pistep2d.png'
pincount: 40
eeprom: no
power:
'2':
'17':
ground:
'30':
'34':
'39':
pin:
'11':
name: MotorA_0
mode: output
'12':
name: MotorA_1
mode: output
'13':
name: MotorA_2
mode: output
'15':
name: MotorA_3
mode: output
'16':
name: MotorB_0
mode: output
'18':
name: MotorB_1
mode: output
'22':
name: MotorB_2
mode: output
'7':
name: MotorB_3
mode: output
-->
# PiStep2 Dual
Drive 2 uni-polar stepper motors using a single control board with the PiStep2 Dual.
* Uses a ULN2803 Darlington driver chip to drive the motors
* Ideal for use with 28BYJ48 stepper motors
* Supported in Scratch GPIO as well as in Python

View File

@ -1,78 +0,0 @@
<!--
---
name: PiStep2 Quad
class: board
type: stepper motor
formfactor: pHAT
manufacturer: 4tronix
description: A Quad Stepper Motor Driver for Raspberry Pi
url: http://4tronix.co.uk/store/index.php?rt=product/product&product_id=554
github:
buy: http://4tronix.co.uk/store/index.php?rt=product/product&product_id=554
image: '4tronix-pistep2q.png'
pincount: 40
eeprom: no
power:
'2':
'17':
ground:
'30':
'34':
'39':
pin:
'11':
name: MotorA_0
mode: output
'12':
name: MotorA_1
mode: output
'13':
name: MotorA_2
mode: output
'15':
name: MotorA_3
mode: output
'16':
name: MotorB_0
mode: output
'18':
name: MotorB_1
mode: output
'22':
name: MotorB_2
mode: output
'7':
name: MotorB_3
mode: output
'33':
name: MotorC_0
mode: output
'32':
name: MotorC_1
mode: output
'31':
name: MotorC_2
mode: output
'29':
name: MotorC_3
mode: output
'38':
name: MotorD_0
mode: output
'37':
name: MotorD_1
mode: output
'36':
name: MotorD_2
mode: output
'35':
name: MotorD_3
mode: output
-->
# PiStep2 Quad
Drive 4 uni-polar stepper motors using a single control board with the PiStep2 Quad.
* Uses ULN2803 Darlington driver chips to drive the motors
* Ideal for use with 28BYJ48 stepper motors
* Supported in Scratch GPIO as well as in Python

View File

@ -21,28 +21,28 @@ ground:
'39':
pin:
'11':
name: A0
name: MotorA_0
mode: output
'12':
name: A1
name: MotorA_1
mode: output
'13':
name: A2
name: MotorA_2
mode: output
'15':
name: A3
name: MotorA_3
mode: output
'16':
name: B0
name: MotorB_0
mode: output
'18':
name: B1
name: MotorB_1
mode: output
'22':
name: B2
name: MotorB_2
mode: output
'7':
name: B3
name: MotorB_3
mode: output
-->
# PiStep2 Dual
@ -52,4 +52,3 @@ Drive 2 uni-polar stepper motors using a single control board with the PiStep2 D
* Uses a ULN2803 Darlington driver chip to drive the motors
* Ideal for use with 28BYJ48 stepper motors
* Supported in Scratch GPIO as well as in Python

View File

@ -21,52 +21,52 @@ ground:
'39':
pin:
'11':
name: A0
name: MotorA_0
mode: output
'12':
name: A1
name: MotorA_1
mode: output
'13':
name: A2
name: MotorA_2
mode: output
'15':
name: A3
name: MotorA_3
mode: output
'16':
name: B0
name: MotorB_0
mode: output
'18':
name: B1
name: MotorB_1
mode: output
'22':
name: B2
name: MotorB_2
mode: output
'7':
name: B3
name: MotorB_3
mode: output
'33':
name: C0
name: MotorC_0
mode: output
'32':
name: C1
name: MotorC_1
mode: output
'31':
name: C2
name: MotorC_2
mode: output
'29':
name: C3
name: MotorC_3
mode: output
'38':
name: D0
name: MotorD_0
mode: output
'37':
name: D1
name: MotorD_1
mode: output
'36':
name: D2
name: MotorD_2
mode: output
'35':
name: D3
name: MotorD_3
mode: output
-->
# PiStep2 Quad