First commit of 4tronix boards

This commit is contained in:
4tronix 2016-10-19 13:39:22 +00:00
parent bd4a3228e5
commit 27d62837de
3 changed files with 169 additions and 0 deletions

View File

@ -0,0 +1,39 @@
<!--
---
name: Picon Zero
class: board
type: motor
formfactor: pHAT
image: 'picon-zero.png'
manufacturer: 4tronix
description: A robot controller board for the Raspberry Pi
url: http://4tronix.co.uk/piconzero/
github:
buy: http://4tronix.co.uk/store/index.php?rt=product/product&product_id=552
pincount: 40
eeprom: no
power:
'1':
'2':
ground:
'6':
'9':
'14':
'20':
'25':
'30':
'34':
'39':
pin:
'3':
mode: i2c
'5':
mode: i2c
i2c:
'0x22':
name: PiconZero
device: ATMega328
-->
#Picon Zero
TBA

View File

@ -0,0 +1,53 @@
<!--
---
name: PiStep2 Dual
class: board
type: Stepper Motor Driver
formfactor: pHAT
manufacturer: 4tronix
description: A Dual Stepper Motor Driver for
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: 'pistep2d.png'
pincount: 40
eeprom: no
power:
'2':
'17':
ground:
'30':
'34':
'39':
pin:
'11':
name: A0
mode: output
'12':
name: A1
mode: output
'13':
name: A2
mode: output
'15':
name: A3
mode: output
'16':
name: B0
mode: output
'18':
name: B1
mode: output
'22':
name: B2
mode: output
'7':
name: B3
mode: output
-->
# PiStep2 Dual
Drive 2 uni-polar stepper motors using a single control board.
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

@ -0,0 +1,77 @@
<!--
---
name: PiStep2 Quad
class: board
type: Stepper Motor Driver
formfactor: pHAT
manufacturer: 4tronix
description: A Quad Stepper Motor Driver for
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: 'pistep2q.png'
pincount: 40
eeprom: no
power:
'2':
'17':
ground:
'30':
'34':
'39':
pin:
'11':
name: A0
mode: output
'12':
name: A1
mode: output
'13':
name: A2
mode: output
'15':
name: A3
mode: output
'16':
name: B0
mode: output
'18':
name: B1
mode: output
'22':
name: B2
mode: output
'7':
name: B3
mode: output
'33':
name: C0
mode: output
'32':
name: C1
mode: output
'31':
name: C2
mode: output
'29':
name: C3
mode: output
'38':
name: D0
mode: output
'37':
name: D1
mode: output
'36':
name: D2
mode: output
'35':
name: D3
mode: output
-->
# PiStep2 Quad
Drive 4 uni-polar stepper motors using a single control board.
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