mote-phat published

This commit is contained in:
RogueM 2016-10-28 18:20:30 +01:00
parent fa19056329
commit f59756a071
13 changed files with 327 additions and 3 deletions

View File

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 44 KiB

View File

@ -109,3 +109,4 @@ overlays:
- uugear-zero4u - uugear-zero4u
- wifi-pants - wifi-pants
- zero-lipo - zero-lipo
- mote-phat

View File

@ -3,19 +3,26 @@
name: 'Mote pHAT' name: 'Mote pHAT'
class: board class: board
type: led type: led
formfactor: Custom formfactor: pHAT
manufacturer: Pimoroni manufacturer: Pimoroni
description: 4 channel multiplexed APA102 driver description: 4 channel multiplexed APA102 driver
url: http://shop.pimoroni.com/products/mote-phat url: http://shop.pimoroni.com/products/mote-phat
github: https://github.com/pimoroni/mote-phat github: https://github.com/pimoroni/mote-phat
buy: https://shop.pimoroni.com/products/mote-phat buy: https://shop.pimoroni.com/products/mote-phat
image: 'motephat.png' image: 'mote-phat.png'
pincount: 40 pincount: 40
eeprom: no eeprom: no
power: power:
'2': '2':
ground: ground:
'6': '6':
'9':
'14':
'20':
'25':
'30':
'34':
'39':
pin: pin:
'19': '19':
name: Data name: Data
@ -45,4 +52,10 @@ pin:
# Mote pHAT # Mote pHAT
Sports four Mote channels with microUSB connectors that can drive up to 64 RGB LEDs using four 16 pixel Mote strips. Sports four Mote channels with microUSB connectors that can drive up to 64 RGB LEDs using four 16 pixel Mote strips.
To get the pHAT set up and ready to go you can use the one-line product installer:
```bash
curl -sS get.pimoroni.com/motephat | bash
```

View File

@ -0,0 +1,61 @@
<!--
---
name: 'Mote pHAT'
class: board
type: led
formfactor: pHAT
manufacturer: Pimoroni
description: 4 channel multiplexed APA102 driver
url: http://shop.pimoroni.com/products/mote-phat
github: https://github.com/pimoroni/mote-phat
buy: https://shop.pimoroni.com/products/mote-phat
image: 'mote-phat.png'
pincount: 40
eeprom: no
power:
'2':
ground:
'6':
'9':
'14':
'20':
'25':
'30':
'34':
'39':
pin:
'19':
name: Data
mode: output
active: high
'23':
name: Clock
mode: output
active: high
'24':
name: Channel 1
mode: output
active: low
'26':
name: Channel 2
mode: output
active: low
'22':
name: Channel 3
mode: output
active: low
'18':
name: Channel 4
mode: output
active: low
-->
# Mote pHAT
Sports four Mote channels with microUSB connectors that can drive up to 64 RGB LEDs using four 16 pixel Mote strips.
To get the pHAT set up and ready to go you can use the one-line product installer:
```bash
curl -sS get.pimoroni.com/motephat | bash
```

View File

@ -109,3 +109,4 @@ overlays:
- uugear-zero4u - uugear-zero4u
- wifi-pants - wifi-pants
- zero-lipo - zero-lipo
- mote-phat

View File

@ -109,3 +109,4 @@ overlays:
- uugear-zero4u - uugear-zero4u
- wifi-pants - wifi-pants
- zero-lipo - zero-lipo
- mote-phat

View File

@ -0,0 +1,61 @@
<!--
---
name: 'Mote pHAT'
class: board
type: led
formfactor: pHAT
manufacturer: Pimoroni
description: 4 channel multiplexed APA102 driver
url: http://shop.pimoroni.com/products/mote-phat
github: https://github.com/pimoroni/mote-phat
buy: https://shop.pimoroni.com/products/mote-phat
image: 'mote-phat.png'
pincount: 40
eeprom: no
power:
'2':
ground:
'6':
'9':
'14':
'20':
'25':
'30':
'34':
'39':
pin:
'19':
name: Data
mode: output
active: high
'23':
name: Clock
mode: output
active: high
'24':
name: Channel 1
mode: output
active: low
'26':
name: Channel 2
mode: output
active: low
'22':
name: Channel 3
mode: output
active: low
'18':
name: Channel 4
mode: output
active: low
-->
# Mote pHAT
Sports four Mote channels with microUSB connectors that can drive up to 64 RGB LEDs using four 16 pixel Mote strips.
To get the pHAT set up and ready to go you can use the one-line product installer:
```bash
curl -sS get.pimoroni.com/motephat | bash
```

View File

@ -109,3 +109,4 @@ overlays:
- uugear-zero4u - uugear-zero4u
- wifi-pants - wifi-pants
- zero-lipo - zero-lipo
- mote-phat

View File

@ -0,0 +1,61 @@
<!--
---
name: 'Mote pHAT'
class: board
type: led
formfactor: pHAT
manufacturer: Pimoroni
description: 4 channel multiplexed APA102 driver
url: http://shop.pimoroni.com/products/mote-phat
github: https://github.com/pimoroni/mote-phat
buy: https://shop.pimoroni.com/products/mote-phat
image: 'mote-phat.png'
pincount: 40
eeprom: no
power:
'2':
ground:
'6':
'9':
'14':
'20':
'25':
'30':
'34':
'39':
pin:
'19':
name: Data
mode: output
active: high
'23':
name: Clock
mode: output
active: high
'24':
name: Channel 1
mode: output
active: low
'26':
name: Channel 2
mode: output
active: low
'22':
name: Channel 3
mode: output
active: low
'18':
name: Channel 4
mode: output
active: low
-->
# Mote pHAT
Sports four Mote channels with microUSB connectors that can drive up to 64 RGB LEDs using four 16 pixel Mote strips.
To get the pHAT set up and ready to go you can use the one-line product installer:
```bash
curl -sS get.pimoroni.com/motephat | bash
```

View File

@ -109,3 +109,4 @@ overlays:
- uugear-zero4u - uugear-zero4u
- wifi-pants - wifi-pants
- zero-lipo - zero-lipo
- mote-phat

View File

@ -0,0 +1,61 @@
<!--
---
name: 'Mote pHAT'
class: board
type: led
formfactor: pHAT
manufacturer: Pimoroni
description: 4 channel multiplexed APA102 driver
url: http://shop.pimoroni.com/products/mote-phat
github: https://github.com/pimoroni/mote-phat
buy: https://shop.pimoroni.com/products/mote-phat
image: 'mote-phat.png'
pincount: 40
eeprom: no
power:
'2':
ground:
'6':
'9':
'14':
'20':
'25':
'30':
'34':
'39':
pin:
'19':
name: Data
mode: output
active: high
'23':
name: Clock
mode: output
active: high
'24':
name: Channel 1
mode: output
active: low
'26':
name: Channel 2
mode: output
active: low
'22':
name: Channel 3
mode: output
active: low
'18':
name: Channel 4
mode: output
active: low
-->
# Mote pHAT
Sports four Mote channels with microUSB connectors that can drive up to 64 RGB LEDs using four 16 pixel Mote strips.
To get the pHAT set up and ready to go you can use the one-line product installer:
```bash
curl -sS get.pimoroni.com/motephat | bash
```

View File

@ -110,3 +110,4 @@ overlays:
- uugear-zero4u - uugear-zero4u
- wifi-pants - wifi-pants
- zero-lipo - zero-lipo
- mote-phat

View File

@ -0,0 +1,61 @@
<!--
---
name: 'Mote pHAT'
class: board
type: led
formfactor: pHAT
manufacturer: Pimoroni
description: 4 channel multiplexed APA102 driver
url: http://shop.pimoroni.com/products/mote-phat
github: https://github.com/pimoroni/mote-phat
buy: https://shop.pimoroni.com/products/mote-phat
image: 'mote-phat.png'
pincount: 40
eeprom: no
power:
'2':
ground:
'6':
'9':
'14':
'20':
'25':
'30':
'34':
'39':
pin:
'19':
name: Data
mode: output
active: high
'23':
name: Clock
mode: output
active: high
'24':
name: Channel 1
mode: output
active: low
'26':
name: Channel 2
mode: output
active: low
'22':
name: Channel 3
mode: output
active: low
'18':
name: Channel 4
mode: output
active: low
-->
# Mote pHAT
Sports four Mote channels with microUSB connectors that can drive up to 64 RGB LEDs using four 16 pixel Mote strips.
To get the pHAT set up and ready to go you can use the one-line product installer:
```bash
curl -sS get.pimoroni.com/motephat | bash
```