one-liner install + sense HAT expanded description

This commit is contained in:
RogueM 2015-11-09 23:44:51 +00:00
parent b3794807f5
commit 114d956a1e
11 changed files with 39 additions and 22 deletions

View File

@ -35,10 +35,10 @@ pin:
Display-o-Tron HAT uses both SPI and I2c to drive the LCD display, backlight and touch.
However both of these busses can be shared with other devices.
You can use the one-line product installer to get Display-o-Tron HAT set up and ready to go, just:
To get the HAT set up and ready to go you can use the one-line product installer:
```bash
curl get.pimoroni.com/dot3k | bash
curl -sS get.pimoroni.com/dot3k | bash
```
And follow the instructions!

View File

@ -54,10 +54,12 @@ pin:
-->
#Display-o-Tron 3000
You can use the one-line product installer to get Display-o-Tron 3000 set up and ready to go, just:
The Display-o-Tron 3000 is a 3-line character LCD with an RGB backlight and joystick
To get the module set up and ready to go you can use the one-line product installer:
```bash
curl get.pimoroni.com/dot3k | bash
curl -sS get.pimoroni.com/dot3k | bash
```
And follow the instructions!

View File

@ -102,9 +102,10 @@ pin:
5V inputs and outputs, touch pads, LEDs, analog inputs and an H-Bridge motor driver make up the Explorer HAT Pro- a jack of all trades prototyping side-kick for your Raspberry Pi.
To get the HAT set up and ready to go you can use the one-line product installer:
```bash
sudo apt-get install python-pip
sudo pip install explorer-hat
curl -sS get.pimoroni.com/explorerhat
```
Then import it into your Python script and start tinkering:

View File

@ -74,9 +74,10 @@ pin:
5V inputs and outputs, touch pads, LEDs, analog inputs and an H-Bridge motor driver make up the Explorer HAT Pro- a jack of all trades prototyping side-kick for your Raspberry Pi.
To get the HAT set up and ready to go you can use the one-line product installer:
```bash
sudo apt-get install python-pip
sudo pip install explorer-hat
curl -sS get.pimoroni.com/explorerhat
```
Then import it into your Python script and start tinkering:

View File

@ -38,10 +38,10 @@ Piano HAT has 16 touch-sensitive buttons. 13 of these are a single Piano octave,
It uses two Microchip CAP1188 chips with the i2c addresses 0x28 and 0x2b.
You can use the one-line product installer to get Piano HAT set up and ready to go, just:
To get the HAT set up and ready to go you can use the one-line product installer:
```bash
curl get.pimoroni.com/pianohat | bash
curl -sS get.pimoroni.com/pianohat | bash
```
And follow the instructions!

View File

@ -66,8 +66,7 @@ The all-in-one light, sound, input and output add-on board from Pimoroni vs Cynt
Pibrella is easy to use, first you should install the module using LXTerminal/Command Line:
```bash
sudo apt-get install python-pip
sudo pip install pibrella
curl -sS get.pimoroni.com/pibrella
```
Then import it into your Python script and start tinkering:

View File

@ -2,9 +2,8 @@
---
name: Ryanteck Motor Controller Board
manufacturer: Ryanteck
url: http://www.ryanteck.uk/store/ryanteck-rpi-motor-controller-board
buy: http://www.ryanteck.uk/store/ryanteck-rpi-motor-controller-board
description: A budget motor controller with quick start guides.
url: https://ryanteck.uk/add-ons/6-ryanteck-rpi-motor-controller-board-0635648607160.html
buy: https://ryanteck.uk/add-ons/6-ryanteck-rpi-motor-controller-board-0635648607160.html
pincount: 26
pin:
'11':

View File

@ -34,8 +34,14 @@ pin:
-->
#Sense HAT
LED Matrix: LED2472G -> ATTINY88 -> SPI
Joystick: SKRHABE010 -> ATTINY88 -> GPIO23/24/25
Axis/IMU: LSM9DS1 -> i2c 0x1c(1e),0x6a(6b) (INT on MCU)
Pressure/Temp: LPS25H -> i2c 0x5c
Humidity/Temp: HTS221 -> i2c 0x5f
The Sense HAT is an add-on board for Raspberry Pi comprising of a 8×8 RGB LED matrix, a five-button joystick and the following sensors:
Gyroscope, Accelerometer, Magnetometer, Temperature, Barometric pressure and Humidity.
The shift register driving the LED Matrix is a LED2472G connected via an ATTINY88 to the SPI bus of the Pi. The Multi-Directional SKRHABE010 Switch/Joystick is similarly connected to the SPI bus.
The sensors themselves operate (mostly) over the i2c bus:
The IMU (Gyroscope, Accelerometer, Magnetometer) through a LSM9DS1 found at i2c address 0x1c(0x1e),0x6a(0x6b), with Interrupts on the ATTINY88.
Environemental sensors are represented by a LPS25H Pressure+Temperature sensor at address 0x5c and by a HTS221 Humidity+Temp sensor at 0x5f on the i2c bus.

View File

@ -32,3 +32,11 @@ Skywriter HAT senses your finger's position above it in 3 dimensions, outputting
which you can use in your Python scripts.
It also recognises gestures, including swipes and more.
To get the HAT set up and ready to go you can use the one-line product installer:
```bash
curl -sS get.pimoroni.com/skywriter | bash
```
And follow the instructions!

View File

@ -32,10 +32,10 @@ from Python make Unicorn HAT PiGlow's bigger, brighter brother.
Note: Unicorn HAT uses some special PWM trickery, performed with the same hardware that lets you Pi produce sound
through the audio jack ( analog audio ) so you can't use both at the same time!
Setup is easy, just:
To get the HAT set up and ready to go you can use the one-line product installer:
```bash
curl get.pimoroni.com/unicornhat | bash
curl -sS get.pimoroni.com/unicornhat | bash
```
Then import it into your Python script and start tinkering:

1
src/en-GB/pin/pin-17.md Symbolic link
View File

@ -0,0 +1 @@
./pin-1.md