small tweaks to 4tronix boards

This commit is contained in:
RogueM 2016-11-01 19:14:59 +00:00
parent 8ab2d4a70c
commit 12ce6585c1
14 changed files with 36 additions and 35 deletions

View File

@ -8,6 +8,7 @@ manufacturer: Company
description: An add-on board for the Raspberry Pi description: An add-on board for the Raspberry Pi
url: https://my-addon-board.com url: https://my-addon-board.com
github: https://github.com/my-addon-board-repo.com github: https://github.com/my-addon-board-repo.com
schematic: https://my-addon-board-schematic.com
buy: http://buy-my-addon-board.com buy: http://buy-my-addon-board.com
image: 'image.png' image: 'image.png'
pincount: 40 pincount: 40
@ -44,23 +45,23 @@ Use this section to provide additional information such as features, technical p
The overlay itself uses the following fields, some of which are mandatory, as noted below: The overlay itself uses the following fields, some of which are mandatory, as noted below:
MANDATORY MANDATORY
* name: the board name as it will appear at pinout.xyz * name: the board name as it will appear at pinout.xyz
* class: the class the overlay falls in, 'board' is the most common (use that if in doubt). * class: the class the overlay falls in, 'board' is the most common (use that if in doubt).
* type: the typical applications of the board, i.e 'lcd' (use 'other' if in doubt). If multiple types apply, use a comma separated list (for example, 'adc,motor'). The keywords submitted will be used to filter boards on the site so don't include anything but tags that are relevant to the key functionality of the board. * type: the typical applications of the board, i.e 'lcd' (use 'other' if in doubt). If multiple types apply, use a comma separated list (for example, 'adc,motor'). The keywords submitted will be used to filter boards on the site so don't include anything but tags that are relevant to the key functionality of the board.
* formfactor: the board's form factor. Valid values are Custom, HAT and pHAT. Note that an EEPROM is required for HAT specs, use Custom if that is not the case. * formfactor: the board's form factor. Valid values are Custom, HAT and pHAT. Note that an EEPROM is required for HAT specs, use Custom if that is not the case.
* manufacturer: the manufacturer's name. * manufacturer: the manufacturer's name.
* description: a description of what the add-on board provides. * description: a description of what the add-on board provides.
* url: the main URL for the product providing detailed technical information about the board. * url: the main URL for the product providing detailed technical information about the board.
* pin: an array of the pins used. Do not specify power or EEPROM pins as part of the array! * pin: an array of the pins used. Do not specify power or EEPROM pins as part of the array!
DESIRABLE DESIRABLE
* pincount: the header pin count, typically 26 or 40 but shims/custom boards are acceptable. * pincount: the header pin count, typically 26 or 40 but shims/custom boards are acceptable.
* eeprom: whether the board includes an eeprom (required by 'HAT' specs!). * eeprom: whether the board includes an eeprom (required by 'HAT' specs!).
* power: the supply logic required by the board. Valid values are 'external', '3v3', '5v' and '3v3,5v'. * power: the supply logic required by the board. Valid values are 'external', '3v3', '5v' and '3v3,5v'.
* i2c: if the board uses i2c, a list of the bus address(es) and device(s) identification. * i2c: if the board uses i2c, a list of the bus address(es) and device(s) identification.
OPTIONAL OPTIONAL
* image: a top-down image of the board as png with transparency or appropriate placeholder (see image template in board directory). * image: a top-down image of the board as png with transparency or appropriate placeholder (see image template in board directory).
* github: github repository address. * github: github repository address.
* buy: URL where the board can be purchased. * buy: URL where the board can be purchased.

View File

@ -4,11 +4,11 @@ name: Picon Zero
class: board class: board
type: motor type: motor
formfactor: pHAT formfactor: pHAT
image: '4tronix-picon-zero.png'
manufacturer: 4tronix manufacturer: 4tronix
description: A robot controller board for the Raspberry Pi description: A robot controller board for the Raspberry Pi
url: http://4tronix.co.uk/piconzero/ url: http://4tronix.co.uk/piconzero/
buy: http://4tronix.co.uk/store/index.php?rt=product/product&product_id=552 buy: http://4tronix.co.uk/store/index.php?rt=product/product&product_id=552
image: '4tronix-picon-zero.png'
pincount: 40 pincount: 40
eeprom: no eeprom: no
power: power:

View File

@ -1,6 +1,6 @@
<!-- <!--
--- ---
name: 4tronix RoboHat name: RoboHat
class: board class: board
type: io,motor type: io,motor
formfactor: HAT formfactor: HAT
@ -75,5 +75,5 @@ pin:
name: Ultrasonic name: Ultrasonic
mode: input/output mode: input/output
--> -->
#RoboHat # RoboHat
The RoboHat is a complete robot controller for small robots. It has 2 full H-bridges using DRV8833 for up to 1.5A per channel, a 5V switch-mode regulator to generate the 5V for the Raspberry Pi, 6 bufferened inputs that can accept 2.5V to 5.5V and convert to 3.3V and 4 outputs driven up to 5V. All the I/O is via GVS (Ground, Volts, Signal) 3-pin terminals so it is easy to plug in 3-pin sensors or small servos directly. There is also a connector plug in an HC-SR04 ultrasonic distance sensor with the necessary circuitry to read the value using a single GPIO pin. The RoboHat is a complete robot controller for small robots. It has 2 full H-bridges using DRV8833 for up to 1.5A per channel, a 5V switch-mode regulator to generate the 5V for the Raspberry Pi, 6 bufferened inputs that can accept 2.5V to 5.5V and convert to 3.3V and 4 outputs driven up to 5V. All the I/O is via GVS (Ground, Volts, Signal) 3-pin terminals so it is easy to plug in 3-pin sensors or small servos directly. There is also a connector plug in an HC-SR04 ultrasonic distance sensor with the necessary circuitry to read the value using a single GPIO pin.

View File

@ -4,11 +4,11 @@ name: Picon Zero
class: board class: board
type: motor type: motor
formfactor: pHAT formfactor: pHAT
image: '4tronix-picon-zero.png'
manufacturer: 4tronix manufacturer: 4tronix
description: A robot controller board for the Raspberry Pi description: A robot controller board for the Raspberry Pi
url: http://4tronix.co.uk/piconzero/ url: http://4tronix.co.uk/piconzero/
buy: http://4tronix.co.uk/store/index.php?rt=product/product&product_id=552 buy: http://4tronix.co.uk/store/index.php?rt=product/product&product_id=552
image: '4tronix-picon-zero.png'
pincount: 40 pincount: 40
eeprom: no eeprom: no
power: power:

View File

@ -1,6 +1,6 @@
<!-- <!--
--- ---
name: 4tronix RoboHat name: RoboHat
class: board class: board
type: io,motor type: io,motor
formfactor: HAT formfactor: HAT
@ -75,5 +75,5 @@ pin:
name: Ultrasonic name: Ultrasonic
mode: input/output mode: input/output
--> -->
#RoboHat # RoboHat
The RoboHat is a complete robot controller for small robots. It has 2 full H-bridges using DRV8833 for up to 1.5A per channel, a 5V switch-mode regulator to generate the 5V for the Raspberry Pi, 6 bufferened inputs that can accept 2.5V to 5.5V and convert to 3.3V and 4 outputs driven up to 5V. All the I/O is via GVS (Ground, Volts, Signal) 3-pin terminals so it is easy to plug in 3-pin sensors or small servos directly. There is also a connector plug in an HC-SR04 ultrasonic distance sensor with the necessary circuitry to read the value using a single GPIO pin. The RoboHat is a complete robot controller for small robots. It has 2 full H-bridges using DRV8833 for up to 1.5A per channel, a 5V switch-mode regulator to generate the 5V for the Raspberry Pi, 6 bufferened inputs that can accept 2.5V to 5.5V and convert to 3.3V and 4 outputs driven up to 5V. All the I/O is via GVS (Ground, Volts, Signal) 3-pin terminals so it is easy to plug in 3-pin sensors or small servos directly. There is also a connector plug in an HC-SR04 ultrasonic distance sensor with the necessary circuitry to read the value using a single GPIO pin.

View File

@ -43,7 +43,7 @@ install:
i2c: i2c:
'0x42': '0x42':
name: Gesture sensor name: Gesture sensor
device: MGC3130 device: mgc3130
--> -->
#Skywriter HAT #Skywriter HAT

View File

@ -4,11 +4,11 @@ name: Picon Zero
class: board class: board
type: motor type: motor
formfactor: pHAT formfactor: pHAT
image: '4tronix-picon-zero.png'
manufacturer: 4tronix manufacturer: 4tronix
description: A robot controller board for the Raspberry Pi description: A robot controller board for the Raspberry Pi
url: http://4tronix.co.uk/piconzero/ url: http://4tronix.co.uk/piconzero/
buy: http://4tronix.co.uk/store/index.php?rt=product/product&product_id=552 buy: http://4tronix.co.uk/store/index.php?rt=product/product&product_id=552
image: '4tronix-picon-zero.png'
pincount: 40 pincount: 40
eeprom: no eeprom: no
power: power:

View File

@ -1,6 +1,6 @@
<!-- <!--
--- ---
name: 4tronix RoboHat name: RoboHat
class: board class: board
type: io,motor type: io,motor
formfactor: HAT formfactor: HAT
@ -75,5 +75,5 @@ pin:
name: Ultrasonic name: Ultrasonic
mode: input/output mode: input/output
--> -->
#RoboHat # RoboHat
The RoboHat is a complete robot controller for small robots. It has 2 full H-bridges using DRV8833 for up to 1.5A per channel, a 5V switch-mode regulator to generate the 5V for the Raspberry Pi, 6 bufferened inputs that can accept 2.5V to 5.5V and convert to 3.3V and 4 outputs driven up to 5V. All the I/O is via GVS (Ground, Volts, Signal) 3-pin terminals so it is easy to plug in 3-pin sensors or small servos directly. There is also a connector plug in an HC-SR04 ultrasonic distance sensor with the necessary circuitry to read the value using a single GPIO pin. The RoboHat is a complete robot controller for small robots. It has 2 full H-bridges using DRV8833 for up to 1.5A per channel, a 5V switch-mode regulator to generate the 5V for the Raspberry Pi, 6 bufferened inputs that can accept 2.5V to 5.5V and convert to 3.3V and 4 outputs driven up to 5V. All the I/O is via GVS (Ground, Volts, Signal) 3-pin terminals so it is easy to plug in 3-pin sensors or small servos directly. There is also a connector plug in an HC-SR04 ultrasonic distance sensor with the necessary circuitry to read the value using a single GPIO pin.

View File

@ -4,11 +4,11 @@ name: Picon Zero
class: board class: board
type: moteur type: moteur
formfactor: pHAT formfactor: pHAT
image: '4tronix-picon-zero.png'
manufacturer: 4tronix manufacturer: 4tronix
description: Une carte de contrôle de robot pour le Raspberry Pi description: Une carte de contrôle de robot pour le Raspberry Pi
url: http://4tronix.co.uk/piconzero/ url: http://4tronix.co.uk/piconzero/
buy: http://4tronix.co.uk/store/index.php?rt=product/product&product_id=552 buy: http://4tronix.co.uk/store/index.php?rt=product/product&product_id=552
image: '4tronix-picon-zero.png'
pincount: 40 pincount: 40
eeprom: no eeprom: no
power: power:

View File

@ -1,6 +1,6 @@
<!-- <!--
--- ---
name: 4tronix RoboHat name: RoboHat
class: board class: board
type: io,motor type: io,motor
formfactor: HAT formfactor: HAT
@ -75,5 +75,5 @@ pin:
name: Ultrasonic name: Ultrasonic
mode: input/output mode: input/output
--> -->
#RoboHat # RoboHat
The RoboHat is a complete robot controller for small robots. It has 2 full H-bridges using DRV8833 for up to 1.5A per channel, a 5V switch-mode regulator to generate the 5V for the Raspberry Pi, 6 bufferened inputs that can accept 2.5V to 5.5V and convert to 3.3V and 4 outputs driven up to 5V. All the I/O is via GVS (Ground, Volts, Signal) 3-pin terminals so it is easy to plug in 3-pin sensors or small servos directly. There is also a connector plug in an HC-SR04 ultrasonic distance sensor with the necessary circuitry to read the value using a single GPIO pin. The RoboHat is a complete robot controller for small robots. It has 2 full H-bridges using DRV8833 for up to 1.5A per channel, a 5V switch-mode regulator to generate the 5V for the Raspberry Pi, 6 bufferened inputs that can accept 2.5V to 5.5V and convert to 3.3V and 4 outputs driven up to 5V. All the I/O is via GVS (Ground, Volts, Signal) 3-pin terminals so it is easy to plug in 3-pin sensors or small servos directly. There is also a connector plug in an HC-SR04 ultrasonic distance sensor with the necessary circuitry to read the value using a single GPIO pin.

View File

@ -4,11 +4,11 @@ name: Picon Zero
class: board class: board
type: motor type: motor
formfactor: pHAT formfactor: pHAT
image: '4tronix-picon-zero.png'
manufacturer: 4tronix manufacturer: 4tronix
description: A robot controller board for the Raspberry Pi description: A robot controller board for the Raspberry Pi
url: http://4tronix.co.uk/piconzero/ url: http://4tronix.co.uk/piconzero/
buy: http://4tronix.co.uk/store/index.php?rt=product/product&product_id=552 buy: http://4tronix.co.uk/store/index.php?rt=product/product&product_id=552
image: '4tronix-picon-zero.png'
pincount: 40 pincount: 40
eeprom: no eeprom: no
power: power:

View File

@ -1,6 +1,6 @@
<!-- <!--
--- ---
name: 4tronix RoboHat name: RoboHat
class: board class: board
type: io,motor type: io,motor
formfactor: HAT formfactor: HAT
@ -75,5 +75,5 @@ pin:
name: Ultrasonic name: Ultrasonic
mode: input/output mode: input/output
--> -->
#RoboHat # RoboHat
The RoboHat is a complete robot controller for small robots. It has 2 full H-bridges using DRV8833 for up to 1.5A per channel, a 5V switch-mode regulator to generate the 5V for the Raspberry Pi, 6 bufferened inputs that can accept 2.5V to 5.5V and convert to 3.3V and 4 outputs driven up to 5V. All the I/O is via GVS (Ground, Volts, Signal) 3-pin terminals so it is easy to plug in 3-pin sensors or small servos directly. There is also a connector plug in an HC-SR04 ultrasonic distance sensor with the necessary circuitry to read the value using a single GPIO pin. The RoboHat is a complete robot controller for small robots. It has 2 full H-bridges using DRV8833 for up to 1.5A per channel, a 5V switch-mode regulator to generate the 5V for the Raspberry Pi, 6 bufferened inputs that can accept 2.5V to 5.5V and convert to 3.3V and 4 outputs driven up to 5V. All the I/O is via GVS (Ground, Volts, Signal) 3-pin terminals so it is easy to plug in 3-pin sensors or small servos directly. There is also a connector plug in an HC-SR04 ultrasonic distance sensor with the necessary circuitry to read the value using a single GPIO pin.

View File

@ -4,11 +4,11 @@ name: Picon Zero
class: board class: board
type: motor type: motor
formfactor: pHAT formfactor: pHAT
image: '4tronix-picon-zero.png'
manufacturer: 4tronix manufacturer: 4tronix
description: A robot controller board for the Raspberry Pi description: A robot controller board for the Raspberry Pi
url: http://4tronix.co.uk/piconzero/ url: http://4tronix.co.uk/piconzero/
buy: http://4tronix.co.uk/store/index.php?rt=product/product&product_id=552 buy: http://4tronix.co.uk/store/index.php?rt=product/product&product_id=552
image: '4tronix-picon-zero.png'
pincount: 40 pincount: 40
eeprom: no eeprom: no
power: power:

View File

@ -1,6 +1,6 @@
<!-- <!--
--- ---
name: 4tronix RoboHat name: RoboHat
class: board class: board
type: io,motor type: io,motor
formfactor: HAT formfactor: HAT
@ -75,5 +75,5 @@ pin:
name: Ultrasonic name: Ultrasonic
mode: input/output mode: input/output
--> -->
#RoboHat # RoboHat
The RoboHat is a complete robot controller for small robots. It has 2 full H-bridges using DRV8833 for up to 1.5A per channel, a 5V switch-mode regulator to generate the 5V for the Raspberry Pi, 6 bufferened inputs that can accept 2.5V to 5.5V and convert to 3.3V and 4 outputs driven up to 5V. All the I/O is via GVS (Ground, Volts, Signal) 3-pin terminals so it is easy to plug in 3-pin sensors or small servos directly. There is also a connector plug in an HC-SR04 ultrasonic distance sensor with the necessary circuitry to read the value using a single GPIO pin. The RoboHat is a complete robot controller for small robots. It has 2 full H-bridges using DRV8833 for up to 1.5A per channel, a 5V switch-mode regulator to generate the 5V for the Raspberry Pi, 6 bufferened inputs that can accept 2.5V to 5.5V and convert to 3.3V and 4 outputs driven up to 5V. All the I/O is via GVS (Ground, Volts, Signal) 3-pin terminals so it is easy to plug in 3-pin sensors or small servos directly. There is also a connector plug in an HC-SR04 ultrasonic distance sensor with the necessary circuitry to read the value using a single GPIO pin.