diff --git a/draft/overlay/template.md b/draft/overlay/template.md index 350b751..3479bd9 100644 --- a/draft/overlay/template.md +++ b/draft/overlay/template.md @@ -8,6 +8,7 @@ manufacturer: Company description: An add-on board for the Raspberry Pi url: https://my-addon-board.com github: https://github.com/my-addon-board-repo.com +schematic: https://my-addon-board-schematic.com buy: http://buy-my-addon-board.com image: 'image.png' 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: -MANDATORY -* 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). +MANDATORY +* 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). * 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. -* manufacturer: the manufacturer's name. -* description: a description of what the add-on board provides. -* 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! +* manufacturer: the manufacturer's name. +* description: a description of what the add-on board provides. +* 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! -DESIRABLE -* 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!). -* 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. +DESIRABLE +* 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!). +* 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. -OPTIONAL -* 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. -* buy: URL where the board can be purchased. +OPTIONAL +* 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. +* buy: URL where the board can be purchased. diff --git a/src/de/translate/4tronix-picon-zero.md b/src/de/translate/4tronix-picon-zero.md index 2418d2e..cb74d02 100644 --- a/src/de/translate/4tronix-picon-zero.md +++ b/src/de/translate/4tronix-picon-zero.md @@ -4,11 +4,11 @@ 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 +image: '4tronix-picon-zero.png' pincount: 40 eeprom: no power: diff --git a/src/de/translate/4tronix-robohat.md b/src/de/translate/4tronix-robohat.md index c5c61e8..6665d3f 100644 --- a/src/de/translate/4tronix-robohat.md +++ b/src/de/translate/4tronix-robohat.md @@ -1,6 +1,6 @@ -#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. diff --git a/src/en/overlay/4tronix-picon-zero.md b/src/en/overlay/4tronix-picon-zero.md index 2418d2e..cb74d02 100644 --- a/src/en/overlay/4tronix-picon-zero.md +++ b/src/en/overlay/4tronix-picon-zero.md @@ -4,11 +4,11 @@ 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 +image: '4tronix-picon-zero.png' pincount: 40 eeprom: no power: diff --git a/src/en/overlay/4tronix-robohat.md b/src/en/overlay/4tronix-robohat.md index c5c61e8..6665d3f 100644 --- a/src/en/overlay/4tronix-robohat.md +++ b/src/en/overlay/4tronix-robohat.md @@ -1,6 +1,6 @@ -#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. diff --git a/src/en/overlay/skywriter-hat.md b/src/en/overlay/skywriter-hat.md index 13d660b..d16630c 100644 --- a/src/en/overlay/skywriter-hat.md +++ b/src/en/overlay/skywriter-hat.md @@ -43,7 +43,7 @@ install: i2c: '0x42': name: Gesture sensor - device: MGC3130 + device: mgc3130 --> #Skywriter HAT diff --git a/src/es/translate/4tronix-picon-zero.md b/src/es/translate/4tronix-picon-zero.md index 2418d2e..cb74d02 100644 --- a/src/es/translate/4tronix-picon-zero.md +++ b/src/es/translate/4tronix-picon-zero.md @@ -4,11 +4,11 @@ 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 +image: '4tronix-picon-zero.png' pincount: 40 eeprom: no power: diff --git a/src/es/translate/4tronix-robohat.md b/src/es/translate/4tronix-robohat.md index c5c61e8..6665d3f 100644 --- a/src/es/translate/4tronix-robohat.md +++ b/src/es/translate/4tronix-robohat.md @@ -1,6 +1,6 @@ -#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. diff --git a/src/fr/overlay/4tronix-picon-zero.md b/src/fr/overlay/4tronix-picon-zero.md index 5b252a3..0ee6488 100644 --- a/src/fr/overlay/4tronix-picon-zero.md +++ b/src/fr/overlay/4tronix-picon-zero.md @@ -4,11 +4,11 @@ name: Picon Zero class: board type: moteur formfactor: pHAT -image: '4tronix-picon-zero.png' manufacturer: 4tronix description: Une carte de contrĂ´le de robot pour le Raspberry Pi url: http://4tronix.co.uk/piconzero/ buy: http://4tronix.co.uk/store/index.php?rt=product/product&product_id=552 +image: '4tronix-picon-zero.png' pincount: 40 eeprom: no power: diff --git a/src/fr/translate/4tronix-robohat.md b/src/fr/translate/4tronix-robohat.md index c5c61e8..6665d3f 100644 --- a/src/fr/translate/4tronix-robohat.md +++ b/src/fr/translate/4tronix-robohat.md @@ -1,6 +1,6 @@ -#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. diff --git a/src/it/translate/4tronix-picon-zero.md b/src/it/translate/4tronix-picon-zero.md index 2418d2e..cb74d02 100644 --- a/src/it/translate/4tronix-picon-zero.md +++ b/src/it/translate/4tronix-picon-zero.md @@ -4,11 +4,11 @@ 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 +image: '4tronix-picon-zero.png' pincount: 40 eeprom: no power: diff --git a/src/it/translate/4tronix-robohat.md b/src/it/translate/4tronix-robohat.md index c5c61e8..6665d3f 100644 --- a/src/it/translate/4tronix-robohat.md +++ b/src/it/translate/4tronix-robohat.md @@ -1,6 +1,6 @@ -#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. diff --git a/src/tr/translate/4tronix-picon-zero.md b/src/tr/translate/4tronix-picon-zero.md index 2418d2e..cb74d02 100644 --- a/src/tr/translate/4tronix-picon-zero.md +++ b/src/tr/translate/4tronix-picon-zero.md @@ -4,11 +4,11 @@ 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 +image: '4tronix-picon-zero.png' pincount: 40 eeprom: no power: diff --git a/src/tr/translate/4tronix-robohat.md b/src/tr/translate/4tronix-robohat.md index c5c61e8..6665d3f 100644 --- a/src/tr/translate/4tronix-robohat.md +++ b/src/tr/translate/4tronix-robohat.md @@ -1,6 +1,6 @@ -#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.