hardware
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| hardware [2011/07/08 16:29] – [micro SD slot] auch bei csd lilafisch | hardware [2013/02/10 23:51] (current) – [CPU] updated LPC1343 Datasheet and Manual links trapicki | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | == Hardware == | ||
| + | |||
| + | === Intro === | ||
| + | |||
| + | We want to encourage you to tinker with your r0ket. Write your own software or build a pluggable hardware [[m0dul]]. Surprise with your creative ideas! | ||
| + | |||
| + | Several people contacted us about producing r0kets for other occasions. All necessary information is on github and we're happy to help. But you should plan ahead at least 2 months! | ||
| + | |||
| + | |||
| ====== Schematic ====== | ====== Schematic ====== | ||
| {{: | {{: | ||
| Line 9: | Line 18: | ||
| Description: | Description: | ||
| - | Links: [[http:// | + | Links: [[http:// |
| ====== LCD ====== | ====== LCD ====== | ||
| + | |||
| + | r0ket v1 and v2 come with a black and white display: | ||
| + | |||
| Name: Nokia 1200 | Name: Nokia 1200 | ||
| Description: | Description: | ||
| - | Pin compatible: Nokia 1600 - 98x70 4096 color LCD | + | Controller: Phillips PCF8814 [[http:// |
| + | |||
| + | Connector: Hirose DF23-10DS [[http:// | ||
| Video: [[http:// | Video: [[http:// | ||
| + | |||
| + | The Nokia 1600 - 98x70 4096 color LCD is pin compatible. | ||
| + | Software to use this display with r0ket exists - see [[colordisplay]] for more. | ||
| ====== RF ====== | ====== RF ====== | ||
| - | Name: nRF24L01 | + | Name: nRF24L01+ |
| Description: | Description: | ||
| - | Links: [[http:// | + | Links: [[http:// |
| + | ===== Antenna ===== | ||
| + | its 50 ohms, so you can easily extend it by e.g. a cantenna | ||
| + | |||
| + | Links: [[ http:// | ||
| ====== Battery ====== | ====== Battery ====== | ||
| Description: | Description: | ||
| Line 46: | Line 67: | ||
| {{: | {{: | ||
| - | ^ Pin ^ Description ^ | + | m0dulA |
| - | | +3V3_EXP | Fixed 3.3V | | + | |
| - | | VCC | Battery voltage (4.5-3.5V) | | + | ^Pin^Name^Description^ |
| - | | GND | Ground | + | |1 |3V3_EXP| Fixed 3.3V| |
| - | | SCL, SDA | I2C bus | | + | |2 |MISO | SPI: Master in, Slave out| |
| - | | MISO, MOSI, SCK | SPI bus | | + | |3 |MOSI | SPI: Master out, Slave in| |
| - | | SSx | Chip select for SPI or general purpose IO | | + | |4 |SCK | SPI: Clock| |
| - | | BUSINT | Active LOW open-drain interrupt | + | |5 |GND | Ground| |
| + | |6 |SS0 | Chip select for SPI or general purpose IO RB_SPI_SS0 = PIO2_5| | ||
| + | |7 |SDA | I2C: Data| | ||
| + | |8 |SS1 | CS for SPI or general purpose IO RB_SPI_SS1 = PIO2_4| | ||
| + | |9 |SCL | I2C: Clock| | ||
| + | |10|SS2 | ||
| + | |11|BUSINT | Active LOW open-drain interrupt | | ||
| + | |12|VCC_EXP| Battery voltage (4.5-3.5V) | | ||
| + | |||
| + | m0dulB | ||
| + | ^Pin^Name^Description^ | ||
| + | |1 |3V3_EXP| Fixed 3.3V| | ||
| + | |2 |MISO | SPI: Master in, Slave out| | ||
| + | |3 |MOSI | SPI: Master out, Slave in| | ||
| + | |4 |SCK | SPI: Clock| | ||
| + | |5 |GND | Ground| | ||
| + | |6 |SS3 | ||
| + | |7 |SDA | I2C: Data| | ||
| + | |8 |SS4 | CS for SPI or general purpose IO RB_SPI_SS4 = PIO3_1| | ||
| + | |9 |SCL | I2C: Clock| | ||
| + | |10|SS5 | ||
| + | |11|BUSINT | Active LOW open-drain interrupt | ||
| + | |12|VCC_EXP| Battery voltage (4.5-3.5V) | ||
| ===== Hackerbus ===== | ===== Hackerbus ===== | ||
| Line 63: | Line 106: | ||
| {{: | {{: | ||
| - | ^ Pin ^ Description ^ | + | Hackbus HB1 |
| - | | +3V3_EXP | Fixed 3.3V | | + | ^Pin^Name^Description^ |
| - | | VCC | Battery | + | |1|+3V3_EXP| Fixed 3.3V| |
| - | | GND | Ground | | + | |2|GND|Ground| |
| - | | HBx | General purpose IO | | + | |3|VCC_EXP|Battery |
| + | |4|HB3|PIO0_2/ | ||
| + | |5|HB4|PIO1_4/ | ||
| + | |6|HB5|PIO1_2/ | ||
| + | |||
| + | |||
| + | Hackerbus HB2 | ||
| + | ^Pin^Name^Description^ | ||
| + | |1|+3V3_EXP| Fixed 3.3V| | ||
| + | |2|GND|Ground| | ||
| + | |3|VCC_EXP|Battery Voltage| | ||
| + | |4|HB0|PIO1_3/ | ||
| + | |5|HB1|PIO0_10/ | ||
| + | |6|HB2|PIO1_1/ | ||
| ====== micro SD slot ====== | ====== micro SD slot ====== | ||
| Line 73: | Line 129: | ||
| optional, not populated | optional, not populated | ||
| - | from: [[http:// | + | from: [[http:// |
| + | |||
| + | ====== LEDs ====== | ||
| + | ^LED ^ Port^ Location ^ Color^ | ||
| + | |RB_LED0|PIO0_11|bottom left|green| | ||
| + | |RB_LED1|PIO1_7|top left|green| | ||
| + | |RB_LED2|PIO1_6|bottom right|green| | ||
| + | |RB_LED3|PIO1_11|top right|red| | ||
| ====== Misc ====== | ====== Misc ====== | ||
| Line 81: | Line 144: | ||
| One 5 way switch ([[http:// | One 5 way switch ([[http:// | ||
| - | Micro USB socket | + | Micro USB (2.0) socket |
| + | |||
| + | === Further reading === | ||
| + | |||
| + | * Documentation on [[m0dul]] development | ||
| + | * Show your Hardware [[hardware-mods|modifications]] | ||
hardware.1310135342.txt.gz · Last modified: by lilafisch
