diff --git a/resources/boards/adafruit-16x2-lcd.png b/resources/boards/adafruit-16x2-lcd.png new file mode 100644 index 0000000..f999058 Binary files /dev/null and b/resources/boards/adafruit-16x2-lcd.png differ diff --git a/resources/boards/adafruit-animated-eyes-bonnet.png b/resources/boards/adafruit-animated-eyes-bonnet.png index 2ca46d2..15f5a67 100644 Binary files a/resources/boards/adafruit-animated-eyes-bonnet.png and b/resources/boards/adafruit-animated-eyes-bonnet.png differ diff --git a/resources/boards/adafruit-arcade-bonnet.png b/resources/boards/adafruit-arcade-bonnet.png new file mode 100644 index 0000000..63650f5 Binary files /dev/null and b/resources/boards/adafruit-arcade-bonnet.png differ diff --git a/resources/boards/adafruit-motor-hat.png b/resources/boards/adafruit-motor-hat.png new file mode 100644 index 0000000..cb03334 Binary files /dev/null and b/resources/boards/adafruit-motor-hat.png differ diff --git a/resources/boards/adafruit-pi-rtc.png b/resources/boards/adafruit-pi-rtc.png new file mode 100644 index 0000000..1f5c75d Binary files /dev/null and b/resources/boards/adafruit-pi-rtc.png differ diff --git a/resources/boards/adafruit-rgb-matrix-hat.png b/resources/boards/adafruit-rgb-matrix-hat.png new file mode 100644 index 0000000..c275e85 Binary files /dev/null and b/resources/boards/adafruit-rgb-matrix-hat.png differ diff --git a/resources/boards/adafruit-tft-kippah.png b/resources/boards/adafruit-tft-kippah.png new file mode 100644 index 0000000..70ad929 Binary files /dev/null and b/resources/boards/adafruit-tft-kippah.png differ diff --git a/resources/pinout.scss b/resources/pinout.scss index 38dfa54..7b1d71a 100644 --- a/resources/pinout.scss +++ b/resources/pinout.scss @@ -179,7 +179,7 @@ Boards Page a { padding-top: 20px; padding-bottom: 0px; - min-height: 190px; + min-height: 220px; display:block; background:none; } diff --git a/resources/pinout.scss.css b/resources/pinout.scss.css index 8326bcf..02cf581 100644 --- a/resources/pinout.scss.css +++ b/resources/pinout.scss.css @@ -143,7 +143,7 @@ Boards Page #boards .board a, #featured .board a { padding-top: 20px; padding-bottom: 0px; - min-height: 190px; + min-height: 220px; display: block; background: none; } #boards .board img, #featured .board img { diff --git a/src/de/settings.yaml b/src/de/settings.yaml index 8c8ec5e..822fe90 100644 --- a/src/de/settings.yaml +++ b/src/de/settings.yaml @@ -109,3 +109,9 @@ overlays: - picade-hat - speaker-phat - pi-cap +- adafruit-rgb-matrix-hat +- adafruit-16x2-lcd +- adafruit-arcade-bonnet +- adafruit-motor-hat +- adafruit-pi-rtc +- adafruit-tft-kippah diff --git a/src/de/translate/adafruit-16x2-lcd.md b/src/de/translate/adafruit-16x2-lcd.md new file mode 100644 index 0000000..fe11305 --- /dev/null +++ b/src/de/translate/adafruit-16x2-lcd.md @@ -0,0 +1,45 @@ + +#Adafruit 16x2 Character LCD + +This plate makes it easy to use a 16x2 Character LCD. Most character LCDs use lots of GPIO pins, but since this uses I2C you only need two pins. + +The keypad gives you buttons to input to the display and it comes with a python library to make it super easy to program. + +Note that the same pinout applies to both positive, negative and normal LCD. + +To install: + +```bash +sudo apt-get update +sudo apt-get install build-essential python-dev python-smbus python-pip git +sudo pip install RPi.GPIO +git clone https://github.com/adafruit/Adafruit_Python_CharLCD.git +cd Adafruit_Python_CharLCD +sudo python setup.py install +``` diff --git a/src/de/translate/adafruit-arcade-bonnet.md b/src/de/translate/adafruit-arcade-bonnet.md new file mode 100644 index 0000000..92cfb19 --- /dev/null +++ b/src/de/translate/adafruit-arcade-bonnet.md @@ -0,0 +1,66 @@ + +#Adafruit Arcade Bonnet + +This Adafruit Arcade Bonnet is designed to make small emulator projects a little easier to build. Here is some features!: + +It is the same size as a Pi Zero, so for really compact builds, this is super small. You can use it with a Pi 2, 3, B+ or any 2x20 connector Pi. + +It has JST sockets so you can plug in six arcade buttons easily. + +Header breakouts for use with both clicky-type switched joysticks and... + +Header breakout and converter for using analog-type joysticks or thumbsticks with potentiometers inside + +A 3W speaker output that can drive 4-8 ohm speakers for when using with a TV output, HDMI display or PiTFT. + +Switches are all managed with an I2C-GPIO converter with interrupt out. The converter is very fast and frees up all the pins so you can use this Bonnet with a PiTFT or any other accessory/device that uses a lot of pins! + +To install: + +```bash +curl -O https://raw.githubusercontent.com/adafruit/Raspberry-Pi-Installer-Scripts/master/arcade-bonnet.sh +sudo bash arcade-bonnet.sh +curl -sS https://raw.githubusercontent.com/adafruit/Raspberry-Pi-Installer-Scripts/master/i2samp.sh | bash +``` diff --git a/src/de/translate/adafruit-motor-hat.md b/src/de/translate/adafruit-motor-hat.md new file mode 100644 index 0000000..aee2b21 --- /dev/null +++ b/src/de/translate/adafruit-motor-hat.md @@ -0,0 +1,60 @@ + +#Adafruit DC & Stepper Motor HAT + +Let your robotic dreams come true with the new DC+Stepper Motor HAT from Adafruit. This Raspberry Pi add-on is perfect for any motion project as it can drive up to 4 DC or 2 Stepper motors with full PWM speed control. + +Since the Raspberry Pi does not have a lot of PWM pins, we use a fully-dedicated PWM driver chip onboard to both control motor direction and speed. This chip handles all the motor and speed controls over I2C. Only two pins (SDA & SCL) are required to drive the multiple motors, and since it's I2C you can also connect any other I2C devices or HATs to the same pins. In fact, you can even stack multiple Motor HATs, up to 32 of them, for controlling up to 64 stepper motors or 128 DC motors (or a mix of the two) + +Specs: + +4 H-Bridges: TB6612 chipset provides 1.2A per bridge with thermal shutdown protection, internal kickback protection diodes. + +Can run motors on 4.5VDC to 13.5VDC. +Up to 4 bi-directional DC motors with individual 8-bit speed selection (so, about 0.5% resolution) + +Up to 2 stepper motors (unipolar or bipolar) with single coil, double coil, interleaved or micro-stepping. + +Polarity protected 2-pin terminal block and jumper to connect external 5-12VDC power + +To install: + +```bash +git clone https://github.com/adafruit/Adafruit-Motor-HAT-Python-Library.git +cd Adafruit-Motor-HAT-Python-Library +sudo apt-get install python-dev +sudo python setup.py install +``` diff --git a/src/de/translate/adafruit-pi-rtc.md b/src/de/translate/adafruit-pi-rtc.md new file mode 100644 index 0000000..c681eaa --- /dev/null +++ b/src/de/translate/adafruit-pi-rtc.md @@ -0,0 +1,32 @@ + +#Adafruit PiRTC + +This is a great battery-backed real time clock (RTC) that allows your Raspberry Pi project to keep track of time if the power is lost. Perfect for data-logging, clock-building, time-stamping, timers and alarms, etc. Equipped with PCF8523 RTC, it works great with the Raspberry Pi and has native kernel support. + +This RTC will keep the time for about 5 years. The PCF8523 is simple and inexpensive but not a high precision device. It may lose or gain a second or two per day. diff --git a/src/de/translate/adafruit-rgb-matrix-hat.md b/src/de/translate/adafruit-rgb-matrix-hat.md new file mode 100644 index 0000000..7755438 --- /dev/null +++ b/src/de/translate/adafruit-rgb-matrix-hat.md @@ -0,0 +1,72 @@ + +#Adafruit RGB Matrix HAT + RTC + +This HAT plugs into your Pi and makes it super easy to control RGB matrices such as those you see in the likes of Times square enabling you to create a colorful scrolling display or mini LED wall with ease. A 5V power supply is also required, not included, for powering the matrix itself. The Pi cannot do it due to the high currents. To calculate the max current of your matrix set up, multiply the width of all the chained matrix by 0.12 : A 32 pixel wide matrix needs 32*0.12 = 3.85A so pick up a 5V 4A power supply. Please note: this HAT is only for use with HUB75 type RGB Matrices. Not for use with NeoPixel, DotStar, or other 'addressable' LEDs. + +Features: + +Simple design - plug in power, plug in IDC cable, run our Python code! +Power protection circuitry - you can plug a 5V 4A wall adapter into the HAT and it will automatically protect against negative, over or under-voltages! Yay for no accidental destruction of your setup. +Onboard level shifters to convert the RasPi's 3.3V to 5.0V logic for clean and glitch free matrix driving +DS1307 Real Time Clock can keep track of time for the Pi even when it is rebooted or powered down, to make for really nice time displays + +To install: + + ```bash +sudo apt-get update +sudo apt-get install python-dev python-imaging +wget https://github.com/adafruit/rpi-rgb-led-matrix/archive/master.zip +unzip master.zip +cd rpi-rgb-led-matrix-master/ +make + ``` + \ No newline at end of file diff --git a/src/de/translate/adafruit-tft-kippah.md b/src/de/translate/adafruit-tft-kippah.md new file mode 100644 index 0000000..46806aa --- /dev/null +++ b/src/de/translate/adafruit-tft-kippah.md @@ -0,0 +1,62 @@ + +#Adafruit DPI TFT Kippah + +A TFT panel connected to a Raspberry Pi without the use of an HDMI decoder? What is this sorcery??? It's the DPI Kippah from Adafruit! This HAT-like* board snaps onto a Raspberry Pi B+, A+, Pi 2, Pi 3 or Zero and with a little software configuration, allows you to have what normally would go out the HDMI port come up on a nice little flat screen. + +The catch is this add on board uses nearly every pin available on the Raspberry Pi and those pins are hardcoded, they cannot be moved or rearranged. The pins used are GPIO 2 through 21 inclusive. That means you don't get the UART RX/TX pins (no console cable) and you don't get the standard user I2C pins, the EEPROM I2C pins, or hardware SPI pins. You do get to use pins #22, #23, #24, #25, #26 and #27, and the USB ports are fine to use too. + +The other catch is that this display replaces the HDMI/NTSC output, so you can't have the DPI HAT and HDMI working at once, nor can you 'flip' between the two. + +Also, there's no PWM's available so you can't have precision backlight control unless you somehow rig up an external PWM generator with a 555 or something. + +Please note it is the same pinout for the touchscreen and none touchscreen version of the board. + +For installation instructions please follow Asdafruits tutorial linked below diff --git a/src/en/overlay/adafruit-16x2-lcd.md b/src/en/overlay/adafruit-16x2-lcd.md new file mode 100644 index 0000000..fe11305 --- /dev/null +++ b/src/en/overlay/adafruit-16x2-lcd.md @@ -0,0 +1,45 @@ + +#Adafruit 16x2 Character LCD + +This plate makes it easy to use a 16x2 Character LCD. Most character LCDs use lots of GPIO pins, but since this uses I2C you only need two pins. + +The keypad gives you buttons to input to the display and it comes with a python library to make it super easy to program. + +Note that the same pinout applies to both positive, negative and normal LCD. + +To install: + +```bash +sudo apt-get update +sudo apt-get install build-essential python-dev python-smbus python-pip git +sudo pip install RPi.GPIO +git clone https://github.com/adafruit/Adafruit_Python_CharLCD.git +cd Adafruit_Python_CharLCD +sudo python setup.py install +``` diff --git a/src/en/overlay/adafruit-arcade-bonnet.md b/src/en/overlay/adafruit-arcade-bonnet.md new file mode 100644 index 0000000..92cfb19 --- /dev/null +++ b/src/en/overlay/adafruit-arcade-bonnet.md @@ -0,0 +1,66 @@ + +#Adafruit Arcade Bonnet + +This Adafruit Arcade Bonnet is designed to make small emulator projects a little easier to build. Here is some features!: + +It is the same size as a Pi Zero, so for really compact builds, this is super small. You can use it with a Pi 2, 3, B+ or any 2x20 connector Pi. + +It has JST sockets so you can plug in six arcade buttons easily. + +Header breakouts for use with both clicky-type switched joysticks and... + +Header breakout and converter for using analog-type joysticks or thumbsticks with potentiometers inside + +A 3W speaker output that can drive 4-8 ohm speakers for when using with a TV output, HDMI display or PiTFT. + +Switches are all managed with an I2C-GPIO converter with interrupt out. The converter is very fast and frees up all the pins so you can use this Bonnet with a PiTFT or any other accessory/device that uses a lot of pins! + +To install: + +```bash +curl -O https://raw.githubusercontent.com/adafruit/Raspberry-Pi-Installer-Scripts/master/arcade-bonnet.sh +sudo bash arcade-bonnet.sh +curl -sS https://raw.githubusercontent.com/adafruit/Raspberry-Pi-Installer-Scripts/master/i2samp.sh | bash +``` diff --git a/src/en/overlay/adafruit-motor-hat.md b/src/en/overlay/adafruit-motor-hat.md new file mode 100644 index 0000000..aee2b21 --- /dev/null +++ b/src/en/overlay/adafruit-motor-hat.md @@ -0,0 +1,60 @@ + +#Adafruit DC & Stepper Motor HAT + +Let your robotic dreams come true with the new DC+Stepper Motor HAT from Adafruit. This Raspberry Pi add-on is perfect for any motion project as it can drive up to 4 DC or 2 Stepper motors with full PWM speed control. + +Since the Raspberry Pi does not have a lot of PWM pins, we use a fully-dedicated PWM driver chip onboard to both control motor direction and speed. This chip handles all the motor and speed controls over I2C. Only two pins (SDA & SCL) are required to drive the multiple motors, and since it's I2C you can also connect any other I2C devices or HATs to the same pins. In fact, you can even stack multiple Motor HATs, up to 32 of them, for controlling up to 64 stepper motors or 128 DC motors (or a mix of the two) + +Specs: + +4 H-Bridges: TB6612 chipset provides 1.2A per bridge with thermal shutdown protection, internal kickback protection diodes. + +Can run motors on 4.5VDC to 13.5VDC. +Up to 4 bi-directional DC motors with individual 8-bit speed selection (so, about 0.5% resolution) + +Up to 2 stepper motors (unipolar or bipolar) with single coil, double coil, interleaved or micro-stepping. + +Polarity protected 2-pin terminal block and jumper to connect external 5-12VDC power + +To install: + +```bash +git clone https://github.com/adafruit/Adafruit-Motor-HAT-Python-Library.git +cd Adafruit-Motor-HAT-Python-Library +sudo apt-get install python-dev +sudo python setup.py install +``` diff --git a/src/en/overlay/adafruit-pi-rtc.md b/src/en/overlay/adafruit-pi-rtc.md new file mode 100644 index 0000000..c681eaa --- /dev/null +++ b/src/en/overlay/adafruit-pi-rtc.md @@ -0,0 +1,32 @@ + +#Adafruit PiRTC + +This is a great battery-backed real time clock (RTC) that allows your Raspberry Pi project to keep track of time if the power is lost. Perfect for data-logging, clock-building, time-stamping, timers and alarms, etc. Equipped with PCF8523 RTC, it works great with the Raspberry Pi and has native kernel support. + +This RTC will keep the time for about 5 years. The PCF8523 is simple and inexpensive but not a high precision device. It may lose or gain a second or two per day. diff --git a/src/en/overlay/adafruit-rgb-matrix-hat.md b/src/en/overlay/adafruit-rgb-matrix-hat.md new file mode 100644 index 0000000..7755438 --- /dev/null +++ b/src/en/overlay/adafruit-rgb-matrix-hat.md @@ -0,0 +1,72 @@ + +#Adafruit RGB Matrix HAT + RTC + +This HAT plugs into your Pi and makes it super easy to control RGB matrices such as those you see in the likes of Times square enabling you to create a colorful scrolling display or mini LED wall with ease. A 5V power supply is also required, not included, for powering the matrix itself. The Pi cannot do it due to the high currents. To calculate the max current of your matrix set up, multiply the width of all the chained matrix by 0.12 : A 32 pixel wide matrix needs 32*0.12 = 3.85A so pick up a 5V 4A power supply. Please note: this HAT is only for use with HUB75 type RGB Matrices. Not for use with NeoPixel, DotStar, or other 'addressable' LEDs. + +Features: + +Simple design - plug in power, plug in IDC cable, run our Python code! +Power protection circuitry - you can plug a 5V 4A wall adapter into the HAT and it will automatically protect against negative, over or under-voltages! Yay for no accidental destruction of your setup. +Onboard level shifters to convert the RasPi's 3.3V to 5.0V logic for clean and glitch free matrix driving +DS1307 Real Time Clock can keep track of time for the Pi even when it is rebooted or powered down, to make for really nice time displays + +To install: + + ```bash +sudo apt-get update +sudo apt-get install python-dev python-imaging +wget https://github.com/adafruit/rpi-rgb-led-matrix/archive/master.zip +unzip master.zip +cd rpi-rgb-led-matrix-master/ +make + ``` + \ No newline at end of file diff --git a/src/en/overlay/adafruit-tft-kippah.md b/src/en/overlay/adafruit-tft-kippah.md new file mode 100644 index 0000000..46806aa --- /dev/null +++ b/src/en/overlay/adafruit-tft-kippah.md @@ -0,0 +1,62 @@ + +#Adafruit DPI TFT Kippah + +A TFT panel connected to a Raspberry Pi without the use of an HDMI decoder? What is this sorcery??? It's the DPI Kippah from Adafruit! This HAT-like* board snaps onto a Raspberry Pi B+, A+, Pi 2, Pi 3 or Zero and with a little software configuration, allows you to have what normally would go out the HDMI port come up on a nice little flat screen. + +The catch is this add on board uses nearly every pin available on the Raspberry Pi and those pins are hardcoded, they cannot be moved or rearranged. The pins used are GPIO 2 through 21 inclusive. That means you don't get the UART RX/TX pins (no console cable) and you don't get the standard user I2C pins, the EEPROM I2C pins, or hardware SPI pins. You do get to use pins #22, #23, #24, #25, #26 and #27, and the USB ports are fine to use too. + +The other catch is that this display replaces the HDMI/NTSC output, so you can't have the DPI HAT and HDMI working at once, nor can you 'flip' between the two. + +Also, there's no PWM's available so you can't have precision backlight control unless you somehow rig up an external PWM generator with a 555 or something. + +Please note it is the same pinout for the touchscreen and none touchscreen version of the board. + +For installation instructions please follow Asdafruits tutorial linked below diff --git a/src/en/settings.yaml b/src/en/settings.yaml index e3598a6..0208531 100644 --- a/src/en/settings.yaml +++ b/src/en/settings.yaml @@ -109,3 +109,9 @@ overlays: - picade-hat - speaker-phat - pi-cap +- adafruit-rgb-matrix-hat +- adafruit-16x2-lcd +- adafruit-arcade-bonnet +- adafruit-motor-hat +- adafruit-pi-rtc +- adafruit-tft-kippah diff --git a/src/es/settings.yaml b/src/es/settings.yaml index 6d7770e..c9af87e 100644 --- a/src/es/settings.yaml +++ b/src/es/settings.yaml @@ -109,3 +109,9 @@ overlays: - picade-hat - speaker-phat - pi-cap +- adafruit-rgb-matrix-hat +- adafruit-16x2-lcd +- adafruit-arcade-bonnet +- adafruit-motor-hat +- adafruit-pi-rtc +- adafruit-tft-kippah diff --git a/src/es/translate/adafruit-16x2-lcd.md b/src/es/translate/adafruit-16x2-lcd.md new file mode 100644 index 0000000..fe11305 --- /dev/null +++ b/src/es/translate/adafruit-16x2-lcd.md @@ -0,0 +1,45 @@ + +#Adafruit 16x2 Character LCD + +This plate makes it easy to use a 16x2 Character LCD. Most character LCDs use lots of GPIO pins, but since this uses I2C you only need two pins. + +The keypad gives you buttons to input to the display and it comes with a python library to make it super easy to program. + +Note that the same pinout applies to both positive, negative and normal LCD. + +To install: + +```bash +sudo apt-get update +sudo apt-get install build-essential python-dev python-smbus python-pip git +sudo pip install RPi.GPIO +git clone https://github.com/adafruit/Adafruit_Python_CharLCD.git +cd Adafruit_Python_CharLCD +sudo python setup.py install +``` diff --git a/src/es/translate/adafruit-arcade-bonnet.md b/src/es/translate/adafruit-arcade-bonnet.md new file mode 100644 index 0000000..92cfb19 --- /dev/null +++ b/src/es/translate/adafruit-arcade-bonnet.md @@ -0,0 +1,66 @@ + +#Adafruit Arcade Bonnet + +This Adafruit Arcade Bonnet is designed to make small emulator projects a little easier to build. Here is some features!: + +It is the same size as a Pi Zero, so for really compact builds, this is super small. You can use it with a Pi 2, 3, B+ or any 2x20 connector Pi. + +It has JST sockets so you can plug in six arcade buttons easily. + +Header breakouts for use with both clicky-type switched joysticks and... + +Header breakout and converter for using analog-type joysticks or thumbsticks with potentiometers inside + +A 3W speaker output that can drive 4-8 ohm speakers for when using with a TV output, HDMI display or PiTFT. + +Switches are all managed with an I2C-GPIO converter with interrupt out. The converter is very fast and frees up all the pins so you can use this Bonnet with a PiTFT or any other accessory/device that uses a lot of pins! + +To install: + +```bash +curl -O https://raw.githubusercontent.com/adafruit/Raspberry-Pi-Installer-Scripts/master/arcade-bonnet.sh +sudo bash arcade-bonnet.sh +curl -sS https://raw.githubusercontent.com/adafruit/Raspberry-Pi-Installer-Scripts/master/i2samp.sh | bash +``` diff --git a/src/es/translate/adafruit-motor-hat.md b/src/es/translate/adafruit-motor-hat.md new file mode 100644 index 0000000..aee2b21 --- /dev/null +++ b/src/es/translate/adafruit-motor-hat.md @@ -0,0 +1,60 @@ + +#Adafruit DC & Stepper Motor HAT + +Let your robotic dreams come true with the new DC+Stepper Motor HAT from Adafruit. This Raspberry Pi add-on is perfect for any motion project as it can drive up to 4 DC or 2 Stepper motors with full PWM speed control. + +Since the Raspberry Pi does not have a lot of PWM pins, we use a fully-dedicated PWM driver chip onboard to both control motor direction and speed. This chip handles all the motor and speed controls over I2C. Only two pins (SDA & SCL) are required to drive the multiple motors, and since it's I2C you can also connect any other I2C devices or HATs to the same pins. In fact, you can even stack multiple Motor HATs, up to 32 of them, for controlling up to 64 stepper motors or 128 DC motors (or a mix of the two) + +Specs: + +4 H-Bridges: TB6612 chipset provides 1.2A per bridge with thermal shutdown protection, internal kickback protection diodes. + +Can run motors on 4.5VDC to 13.5VDC. +Up to 4 bi-directional DC motors with individual 8-bit speed selection (so, about 0.5% resolution) + +Up to 2 stepper motors (unipolar or bipolar) with single coil, double coil, interleaved or micro-stepping. + +Polarity protected 2-pin terminal block and jumper to connect external 5-12VDC power + +To install: + +```bash +git clone https://github.com/adafruit/Adafruit-Motor-HAT-Python-Library.git +cd Adafruit-Motor-HAT-Python-Library +sudo apt-get install python-dev +sudo python setup.py install +``` diff --git a/src/es/translate/adafruit-pi-rtc.md b/src/es/translate/adafruit-pi-rtc.md new file mode 100644 index 0000000..c681eaa --- /dev/null +++ b/src/es/translate/adafruit-pi-rtc.md @@ -0,0 +1,32 @@ + +#Adafruit PiRTC + +This is a great battery-backed real time clock (RTC) that allows your Raspberry Pi project to keep track of time if the power is lost. Perfect for data-logging, clock-building, time-stamping, timers and alarms, etc. Equipped with PCF8523 RTC, it works great with the Raspberry Pi and has native kernel support. + +This RTC will keep the time for about 5 years. The PCF8523 is simple and inexpensive but not a high precision device. It may lose or gain a second or two per day. diff --git a/src/es/translate/adafruit-rgb-matrix-hat.md b/src/es/translate/adafruit-rgb-matrix-hat.md new file mode 100644 index 0000000..7755438 --- /dev/null +++ b/src/es/translate/adafruit-rgb-matrix-hat.md @@ -0,0 +1,72 @@ + +#Adafruit RGB Matrix HAT + RTC + +This HAT plugs into your Pi and makes it super easy to control RGB matrices such as those you see in the likes of Times square enabling you to create a colorful scrolling display or mini LED wall with ease. A 5V power supply is also required, not included, for powering the matrix itself. The Pi cannot do it due to the high currents. To calculate the max current of your matrix set up, multiply the width of all the chained matrix by 0.12 : A 32 pixel wide matrix needs 32*0.12 = 3.85A so pick up a 5V 4A power supply. Please note: this HAT is only for use with HUB75 type RGB Matrices. Not for use with NeoPixel, DotStar, or other 'addressable' LEDs. + +Features: + +Simple design - plug in power, plug in IDC cable, run our Python code! +Power protection circuitry - you can plug a 5V 4A wall adapter into the HAT and it will automatically protect against negative, over or under-voltages! Yay for no accidental destruction of your setup. +Onboard level shifters to convert the RasPi's 3.3V to 5.0V logic for clean and glitch free matrix driving +DS1307 Real Time Clock can keep track of time for the Pi even when it is rebooted or powered down, to make for really nice time displays + +To install: + + ```bash +sudo apt-get update +sudo apt-get install python-dev python-imaging +wget https://github.com/adafruit/rpi-rgb-led-matrix/archive/master.zip +unzip master.zip +cd rpi-rgb-led-matrix-master/ +make + ``` + \ No newline at end of file diff --git a/src/es/translate/adafruit-tft-kippah.md b/src/es/translate/adafruit-tft-kippah.md new file mode 100644 index 0000000..46806aa --- /dev/null +++ b/src/es/translate/adafruit-tft-kippah.md @@ -0,0 +1,62 @@ + +#Adafruit DPI TFT Kippah + +A TFT panel connected to a Raspberry Pi without the use of an HDMI decoder? What is this sorcery??? It's the DPI Kippah from Adafruit! This HAT-like* board snaps onto a Raspberry Pi B+, A+, Pi 2, Pi 3 or Zero and with a little software configuration, allows you to have what normally would go out the HDMI port come up on a nice little flat screen. + +The catch is this add on board uses nearly every pin available on the Raspberry Pi and those pins are hardcoded, they cannot be moved or rearranged. The pins used are GPIO 2 through 21 inclusive. That means you don't get the UART RX/TX pins (no console cable) and you don't get the standard user I2C pins, the EEPROM I2C pins, or hardware SPI pins. You do get to use pins #22, #23, #24, #25, #26 and #27, and the USB ports are fine to use too. + +The other catch is that this display replaces the HDMI/NTSC output, so you can't have the DPI HAT and HDMI working at once, nor can you 'flip' between the two. + +Also, there's no PWM's available so you can't have precision backlight control unless you somehow rig up an external PWM generator with a 555 or something. + +Please note it is the same pinout for the touchscreen and none touchscreen version of the board. + +For installation instructions please follow Asdafruits tutorial linked below diff --git a/src/fr/settings.yaml b/src/fr/settings.yaml index eb4ec81..699774a 100644 --- a/src/fr/settings.yaml +++ b/src/fr/settings.yaml @@ -109,3 +109,9 @@ overlays: - picade-hat - speaker-phat - pi-cap +- adafruit-rgb-matrix-hat +- adafruit-16x2-lcd +- adafruit-arcade-bonnet +- adafruit-motor-hat +- adafruit-pi-rtc +- adafruit-tft-kippah diff --git a/src/fr/translate/adafruit-16x2-lcd.md b/src/fr/translate/adafruit-16x2-lcd.md new file mode 100644 index 0000000..fe11305 --- /dev/null +++ b/src/fr/translate/adafruit-16x2-lcd.md @@ -0,0 +1,45 @@ + +#Adafruit 16x2 Character LCD + +This plate makes it easy to use a 16x2 Character LCD. Most character LCDs use lots of GPIO pins, but since this uses I2C you only need two pins. + +The keypad gives you buttons to input to the display and it comes with a python library to make it super easy to program. + +Note that the same pinout applies to both positive, negative and normal LCD. + +To install: + +```bash +sudo apt-get update +sudo apt-get install build-essential python-dev python-smbus python-pip git +sudo pip install RPi.GPIO +git clone https://github.com/adafruit/Adafruit_Python_CharLCD.git +cd Adafruit_Python_CharLCD +sudo python setup.py install +``` diff --git a/src/fr/translate/adafruit-arcade-bonnet.md b/src/fr/translate/adafruit-arcade-bonnet.md new file mode 100644 index 0000000..92cfb19 --- /dev/null +++ b/src/fr/translate/adafruit-arcade-bonnet.md @@ -0,0 +1,66 @@ + +#Adafruit Arcade Bonnet + +This Adafruit Arcade Bonnet is designed to make small emulator projects a little easier to build. Here is some features!: + +It is the same size as a Pi Zero, so for really compact builds, this is super small. You can use it with a Pi 2, 3, B+ or any 2x20 connector Pi. + +It has JST sockets so you can plug in six arcade buttons easily. + +Header breakouts for use with both clicky-type switched joysticks and... + +Header breakout and converter for using analog-type joysticks or thumbsticks with potentiometers inside + +A 3W speaker output that can drive 4-8 ohm speakers for when using with a TV output, HDMI display or PiTFT. + +Switches are all managed with an I2C-GPIO converter with interrupt out. The converter is very fast and frees up all the pins so you can use this Bonnet with a PiTFT or any other accessory/device that uses a lot of pins! + +To install: + +```bash +curl -O https://raw.githubusercontent.com/adafruit/Raspberry-Pi-Installer-Scripts/master/arcade-bonnet.sh +sudo bash arcade-bonnet.sh +curl -sS https://raw.githubusercontent.com/adafruit/Raspberry-Pi-Installer-Scripts/master/i2samp.sh | bash +``` diff --git a/src/fr/translate/adafruit-motor-hat.md b/src/fr/translate/adafruit-motor-hat.md new file mode 100644 index 0000000..aee2b21 --- /dev/null +++ b/src/fr/translate/adafruit-motor-hat.md @@ -0,0 +1,60 @@ + +#Adafruit DC & Stepper Motor HAT + +Let your robotic dreams come true with the new DC+Stepper Motor HAT from Adafruit. This Raspberry Pi add-on is perfect for any motion project as it can drive up to 4 DC or 2 Stepper motors with full PWM speed control. + +Since the Raspberry Pi does not have a lot of PWM pins, we use a fully-dedicated PWM driver chip onboard to both control motor direction and speed. This chip handles all the motor and speed controls over I2C. Only two pins (SDA & SCL) are required to drive the multiple motors, and since it's I2C you can also connect any other I2C devices or HATs to the same pins. In fact, you can even stack multiple Motor HATs, up to 32 of them, for controlling up to 64 stepper motors or 128 DC motors (or a mix of the two) + +Specs: + +4 H-Bridges: TB6612 chipset provides 1.2A per bridge with thermal shutdown protection, internal kickback protection diodes. + +Can run motors on 4.5VDC to 13.5VDC. +Up to 4 bi-directional DC motors with individual 8-bit speed selection (so, about 0.5% resolution) + +Up to 2 stepper motors (unipolar or bipolar) with single coil, double coil, interleaved or micro-stepping. + +Polarity protected 2-pin terminal block and jumper to connect external 5-12VDC power + +To install: + +```bash +git clone https://github.com/adafruit/Adafruit-Motor-HAT-Python-Library.git +cd Adafruit-Motor-HAT-Python-Library +sudo apt-get install python-dev +sudo python setup.py install +``` diff --git a/src/fr/translate/adafruit-pi-rtc.md b/src/fr/translate/adafruit-pi-rtc.md new file mode 100644 index 0000000..c681eaa --- /dev/null +++ b/src/fr/translate/adafruit-pi-rtc.md @@ -0,0 +1,32 @@ + +#Adafruit PiRTC + +This is a great battery-backed real time clock (RTC) that allows your Raspberry Pi project to keep track of time if the power is lost. Perfect for data-logging, clock-building, time-stamping, timers and alarms, etc. Equipped with PCF8523 RTC, it works great with the Raspberry Pi and has native kernel support. + +This RTC will keep the time for about 5 years. The PCF8523 is simple and inexpensive but not a high precision device. It may lose or gain a second or two per day. diff --git a/src/fr/translate/adafruit-rgb-matrix-hat.md b/src/fr/translate/adafruit-rgb-matrix-hat.md new file mode 100644 index 0000000..7755438 --- /dev/null +++ b/src/fr/translate/adafruit-rgb-matrix-hat.md @@ -0,0 +1,72 @@ + +#Adafruit RGB Matrix HAT + RTC + +This HAT plugs into your Pi and makes it super easy to control RGB matrices such as those you see in the likes of Times square enabling you to create a colorful scrolling display or mini LED wall with ease. A 5V power supply is also required, not included, for powering the matrix itself. The Pi cannot do it due to the high currents. To calculate the max current of your matrix set up, multiply the width of all the chained matrix by 0.12 : A 32 pixel wide matrix needs 32*0.12 = 3.85A so pick up a 5V 4A power supply. Please note: this HAT is only for use with HUB75 type RGB Matrices. Not for use with NeoPixel, DotStar, or other 'addressable' LEDs. + +Features: + +Simple design - plug in power, plug in IDC cable, run our Python code! +Power protection circuitry - you can plug a 5V 4A wall adapter into the HAT and it will automatically protect against negative, over or under-voltages! Yay for no accidental destruction of your setup. +Onboard level shifters to convert the RasPi's 3.3V to 5.0V logic for clean and glitch free matrix driving +DS1307 Real Time Clock can keep track of time for the Pi even when it is rebooted or powered down, to make for really nice time displays + +To install: + + ```bash +sudo apt-get update +sudo apt-get install python-dev python-imaging +wget https://github.com/adafruit/rpi-rgb-led-matrix/archive/master.zip +unzip master.zip +cd rpi-rgb-led-matrix-master/ +make + ``` + \ No newline at end of file diff --git a/src/fr/translate/adafruit-tft-kippah.md b/src/fr/translate/adafruit-tft-kippah.md new file mode 100644 index 0000000..46806aa --- /dev/null +++ b/src/fr/translate/adafruit-tft-kippah.md @@ -0,0 +1,62 @@ + +#Adafruit DPI TFT Kippah + +A TFT panel connected to a Raspberry Pi without the use of an HDMI decoder? What is this sorcery??? It's the DPI Kippah from Adafruit! This HAT-like* board snaps onto a Raspberry Pi B+, A+, Pi 2, Pi 3 or Zero and with a little software configuration, allows you to have what normally would go out the HDMI port come up on a nice little flat screen. + +The catch is this add on board uses nearly every pin available on the Raspberry Pi and those pins are hardcoded, they cannot be moved or rearranged. The pins used are GPIO 2 through 21 inclusive. That means you don't get the UART RX/TX pins (no console cable) and you don't get the standard user I2C pins, the EEPROM I2C pins, or hardware SPI pins. You do get to use pins #22, #23, #24, #25, #26 and #27, and the USB ports are fine to use too. + +The other catch is that this display replaces the HDMI/NTSC output, so you can't have the DPI HAT and HDMI working at once, nor can you 'flip' between the two. + +Also, there's no PWM's available so you can't have precision backlight control unless you somehow rig up an external PWM generator with a 555 or something. + +Please note it is the same pinout for the touchscreen and none touchscreen version of the board. + +For installation instructions please follow Asdafruits tutorial linked below diff --git a/src/it/settings.yaml b/src/it/settings.yaml index 0423ae1..745a933 100644 --- a/src/it/settings.yaml +++ b/src/it/settings.yaml @@ -109,3 +109,9 @@ overlays: - picade-hat - speaker-phat - pi-cap +- adafruit-rgb-matrix-hat +- adafruit-16x2-lcd +- adafruit-arcade-bonnet +- adafruit-motor-hat +- adafruit-pi-rtc +- adafruit-tft-kippah diff --git a/src/it/translate/adafruit-16x2-lcd.md b/src/it/translate/adafruit-16x2-lcd.md new file mode 100644 index 0000000..fe11305 --- /dev/null +++ b/src/it/translate/adafruit-16x2-lcd.md @@ -0,0 +1,45 @@ + +#Adafruit 16x2 Character LCD + +This plate makes it easy to use a 16x2 Character LCD. Most character LCDs use lots of GPIO pins, but since this uses I2C you only need two pins. + +The keypad gives you buttons to input to the display and it comes with a python library to make it super easy to program. + +Note that the same pinout applies to both positive, negative and normal LCD. + +To install: + +```bash +sudo apt-get update +sudo apt-get install build-essential python-dev python-smbus python-pip git +sudo pip install RPi.GPIO +git clone https://github.com/adafruit/Adafruit_Python_CharLCD.git +cd Adafruit_Python_CharLCD +sudo python setup.py install +``` diff --git a/src/it/translate/adafruit-arcade-bonnet.md b/src/it/translate/adafruit-arcade-bonnet.md new file mode 100644 index 0000000..92cfb19 --- /dev/null +++ b/src/it/translate/adafruit-arcade-bonnet.md @@ -0,0 +1,66 @@ + +#Adafruit Arcade Bonnet + +This Adafruit Arcade Bonnet is designed to make small emulator projects a little easier to build. Here is some features!: + +It is the same size as a Pi Zero, so for really compact builds, this is super small. You can use it with a Pi 2, 3, B+ or any 2x20 connector Pi. + +It has JST sockets so you can plug in six arcade buttons easily. + +Header breakouts for use with both clicky-type switched joysticks and... + +Header breakout and converter for using analog-type joysticks or thumbsticks with potentiometers inside + +A 3W speaker output that can drive 4-8 ohm speakers for when using with a TV output, HDMI display or PiTFT. + +Switches are all managed with an I2C-GPIO converter with interrupt out. The converter is very fast and frees up all the pins so you can use this Bonnet with a PiTFT or any other accessory/device that uses a lot of pins! + +To install: + +```bash +curl -O https://raw.githubusercontent.com/adafruit/Raspberry-Pi-Installer-Scripts/master/arcade-bonnet.sh +sudo bash arcade-bonnet.sh +curl -sS https://raw.githubusercontent.com/adafruit/Raspberry-Pi-Installer-Scripts/master/i2samp.sh | bash +``` diff --git a/src/it/translate/adafruit-motor-hat.md b/src/it/translate/adafruit-motor-hat.md new file mode 100644 index 0000000..aee2b21 --- /dev/null +++ b/src/it/translate/adafruit-motor-hat.md @@ -0,0 +1,60 @@ + +#Adafruit DC & Stepper Motor HAT + +Let your robotic dreams come true with the new DC+Stepper Motor HAT from Adafruit. This Raspberry Pi add-on is perfect for any motion project as it can drive up to 4 DC or 2 Stepper motors with full PWM speed control. + +Since the Raspberry Pi does not have a lot of PWM pins, we use a fully-dedicated PWM driver chip onboard to both control motor direction and speed. This chip handles all the motor and speed controls over I2C. Only two pins (SDA & SCL) are required to drive the multiple motors, and since it's I2C you can also connect any other I2C devices or HATs to the same pins. In fact, you can even stack multiple Motor HATs, up to 32 of them, for controlling up to 64 stepper motors or 128 DC motors (or a mix of the two) + +Specs: + +4 H-Bridges: TB6612 chipset provides 1.2A per bridge with thermal shutdown protection, internal kickback protection diodes. + +Can run motors on 4.5VDC to 13.5VDC. +Up to 4 bi-directional DC motors with individual 8-bit speed selection (so, about 0.5% resolution) + +Up to 2 stepper motors (unipolar or bipolar) with single coil, double coil, interleaved or micro-stepping. + +Polarity protected 2-pin terminal block and jumper to connect external 5-12VDC power + +To install: + +```bash +git clone https://github.com/adafruit/Adafruit-Motor-HAT-Python-Library.git +cd Adafruit-Motor-HAT-Python-Library +sudo apt-get install python-dev +sudo python setup.py install +``` diff --git a/src/it/translate/adafruit-pi-rtc.md b/src/it/translate/adafruit-pi-rtc.md new file mode 100644 index 0000000..c681eaa --- /dev/null +++ b/src/it/translate/adafruit-pi-rtc.md @@ -0,0 +1,32 @@ + +#Adafruit PiRTC + +This is a great battery-backed real time clock (RTC) that allows your Raspberry Pi project to keep track of time if the power is lost. Perfect for data-logging, clock-building, time-stamping, timers and alarms, etc. Equipped with PCF8523 RTC, it works great with the Raspberry Pi and has native kernel support. + +This RTC will keep the time for about 5 years. The PCF8523 is simple and inexpensive but not a high precision device. It may lose or gain a second or two per day. diff --git a/src/it/translate/adafruit-rgb-matrix-hat.md b/src/it/translate/adafruit-rgb-matrix-hat.md new file mode 100644 index 0000000..7755438 --- /dev/null +++ b/src/it/translate/adafruit-rgb-matrix-hat.md @@ -0,0 +1,72 @@ + +#Adafruit RGB Matrix HAT + RTC + +This HAT plugs into your Pi and makes it super easy to control RGB matrices such as those you see in the likes of Times square enabling you to create a colorful scrolling display or mini LED wall with ease. A 5V power supply is also required, not included, for powering the matrix itself. The Pi cannot do it due to the high currents. To calculate the max current of your matrix set up, multiply the width of all the chained matrix by 0.12 : A 32 pixel wide matrix needs 32*0.12 = 3.85A so pick up a 5V 4A power supply. Please note: this HAT is only for use with HUB75 type RGB Matrices. Not for use with NeoPixel, DotStar, or other 'addressable' LEDs. + +Features: + +Simple design - plug in power, plug in IDC cable, run our Python code! +Power protection circuitry - you can plug a 5V 4A wall adapter into the HAT and it will automatically protect against negative, over or under-voltages! Yay for no accidental destruction of your setup. +Onboard level shifters to convert the RasPi's 3.3V to 5.0V logic for clean and glitch free matrix driving +DS1307 Real Time Clock can keep track of time for the Pi even when it is rebooted or powered down, to make for really nice time displays + +To install: + + ```bash +sudo apt-get update +sudo apt-get install python-dev python-imaging +wget https://github.com/adafruit/rpi-rgb-led-matrix/archive/master.zip +unzip master.zip +cd rpi-rgb-led-matrix-master/ +make + ``` + \ No newline at end of file diff --git a/src/it/translate/adafruit-tft-kippah.md b/src/it/translate/adafruit-tft-kippah.md new file mode 100644 index 0000000..46806aa --- /dev/null +++ b/src/it/translate/adafruit-tft-kippah.md @@ -0,0 +1,62 @@ + +#Adafruit DPI TFT Kippah + +A TFT panel connected to a Raspberry Pi without the use of an HDMI decoder? What is this sorcery??? It's the DPI Kippah from Adafruit! This HAT-like* board snaps onto a Raspberry Pi B+, A+, Pi 2, Pi 3 or Zero and with a little software configuration, allows you to have what normally would go out the HDMI port come up on a nice little flat screen. + +The catch is this add on board uses nearly every pin available on the Raspberry Pi and those pins are hardcoded, they cannot be moved or rearranged. The pins used are GPIO 2 through 21 inclusive. That means you don't get the UART RX/TX pins (no console cable) and you don't get the standard user I2C pins, the EEPROM I2C pins, or hardware SPI pins. You do get to use pins #22, #23, #24, #25, #26 and #27, and the USB ports are fine to use too. + +The other catch is that this display replaces the HDMI/NTSC output, so you can't have the DPI HAT and HDMI working at once, nor can you 'flip' between the two. + +Also, there's no PWM's available so you can't have precision backlight control unless you somehow rig up an external PWM generator with a 555 or something. + +Please note it is the same pinout for the touchscreen and none touchscreen version of the board. + +For installation instructions please follow Asdafruits tutorial linked below diff --git a/src/tr/settings.yaml b/src/tr/settings.yaml index ad3d7b8..88caafa 100644 --- a/src/tr/settings.yaml +++ b/src/tr/settings.yaml @@ -109,3 +109,9 @@ overlays: - picade-hat - speaker-phat - pi-cap +- adafruit-rgb-matrix-hat +- adafruit-16x2-lcd +- adafruit-arcade-bonnet +- adafruit-motor-hat +- adafruit-pi-rtc +- adafruit-tft-kippah diff --git a/src/tr/translate/adafruit-16x2-lcd.md b/src/tr/translate/adafruit-16x2-lcd.md new file mode 100644 index 0000000..fe11305 --- /dev/null +++ b/src/tr/translate/adafruit-16x2-lcd.md @@ -0,0 +1,45 @@ + +#Adafruit 16x2 Character LCD + +This plate makes it easy to use a 16x2 Character LCD. Most character LCDs use lots of GPIO pins, but since this uses I2C you only need two pins. + +The keypad gives you buttons to input to the display and it comes with a python library to make it super easy to program. + +Note that the same pinout applies to both positive, negative and normal LCD. + +To install: + +```bash +sudo apt-get update +sudo apt-get install build-essential python-dev python-smbus python-pip git +sudo pip install RPi.GPIO +git clone https://github.com/adafruit/Adafruit_Python_CharLCD.git +cd Adafruit_Python_CharLCD +sudo python setup.py install +``` diff --git a/src/tr/translate/adafruit-arcade-bonnet.md b/src/tr/translate/adafruit-arcade-bonnet.md new file mode 100644 index 0000000..92cfb19 --- /dev/null +++ b/src/tr/translate/adafruit-arcade-bonnet.md @@ -0,0 +1,66 @@ + +#Adafruit Arcade Bonnet + +This Adafruit Arcade Bonnet is designed to make small emulator projects a little easier to build. Here is some features!: + +It is the same size as a Pi Zero, so for really compact builds, this is super small. You can use it with a Pi 2, 3, B+ or any 2x20 connector Pi. + +It has JST sockets so you can plug in six arcade buttons easily. + +Header breakouts for use with both clicky-type switched joysticks and... + +Header breakout and converter for using analog-type joysticks or thumbsticks with potentiometers inside + +A 3W speaker output that can drive 4-8 ohm speakers for when using with a TV output, HDMI display or PiTFT. + +Switches are all managed with an I2C-GPIO converter with interrupt out. The converter is very fast and frees up all the pins so you can use this Bonnet with a PiTFT or any other accessory/device that uses a lot of pins! + +To install: + +```bash +curl -O https://raw.githubusercontent.com/adafruit/Raspberry-Pi-Installer-Scripts/master/arcade-bonnet.sh +sudo bash arcade-bonnet.sh +curl -sS https://raw.githubusercontent.com/adafruit/Raspberry-Pi-Installer-Scripts/master/i2samp.sh | bash +``` diff --git a/src/tr/translate/adafruit-motor-hat.md b/src/tr/translate/adafruit-motor-hat.md new file mode 100644 index 0000000..aee2b21 --- /dev/null +++ b/src/tr/translate/adafruit-motor-hat.md @@ -0,0 +1,60 @@ + +#Adafruit DC & Stepper Motor HAT + +Let your robotic dreams come true with the new DC+Stepper Motor HAT from Adafruit. This Raspberry Pi add-on is perfect for any motion project as it can drive up to 4 DC or 2 Stepper motors with full PWM speed control. + +Since the Raspberry Pi does not have a lot of PWM pins, we use a fully-dedicated PWM driver chip onboard to both control motor direction and speed. This chip handles all the motor and speed controls over I2C. Only two pins (SDA & SCL) are required to drive the multiple motors, and since it's I2C you can also connect any other I2C devices or HATs to the same pins. In fact, you can even stack multiple Motor HATs, up to 32 of them, for controlling up to 64 stepper motors or 128 DC motors (or a mix of the two) + +Specs: + +4 H-Bridges: TB6612 chipset provides 1.2A per bridge with thermal shutdown protection, internal kickback protection diodes. + +Can run motors on 4.5VDC to 13.5VDC. +Up to 4 bi-directional DC motors with individual 8-bit speed selection (so, about 0.5% resolution) + +Up to 2 stepper motors (unipolar or bipolar) with single coil, double coil, interleaved or micro-stepping. + +Polarity protected 2-pin terminal block and jumper to connect external 5-12VDC power + +To install: + +```bash +git clone https://github.com/adafruit/Adafruit-Motor-HAT-Python-Library.git +cd Adafruit-Motor-HAT-Python-Library +sudo apt-get install python-dev +sudo python setup.py install +``` diff --git a/src/tr/translate/adafruit-pi-rtc.md b/src/tr/translate/adafruit-pi-rtc.md new file mode 100644 index 0000000..c681eaa --- /dev/null +++ b/src/tr/translate/adafruit-pi-rtc.md @@ -0,0 +1,32 @@ + +#Adafruit PiRTC + +This is a great battery-backed real time clock (RTC) that allows your Raspberry Pi project to keep track of time if the power is lost. Perfect for data-logging, clock-building, time-stamping, timers and alarms, etc. Equipped with PCF8523 RTC, it works great with the Raspberry Pi and has native kernel support. + +This RTC will keep the time for about 5 years. The PCF8523 is simple and inexpensive but not a high precision device. It may lose or gain a second or two per day. diff --git a/src/tr/translate/adafruit-rgb-matrix-hat.md b/src/tr/translate/adafruit-rgb-matrix-hat.md new file mode 100644 index 0000000..7755438 --- /dev/null +++ b/src/tr/translate/adafruit-rgb-matrix-hat.md @@ -0,0 +1,72 @@ + +#Adafruit RGB Matrix HAT + RTC + +This HAT plugs into your Pi and makes it super easy to control RGB matrices such as those you see in the likes of Times square enabling you to create a colorful scrolling display or mini LED wall with ease. A 5V power supply is also required, not included, for powering the matrix itself. The Pi cannot do it due to the high currents. To calculate the max current of your matrix set up, multiply the width of all the chained matrix by 0.12 : A 32 pixel wide matrix needs 32*0.12 = 3.85A so pick up a 5V 4A power supply. Please note: this HAT is only for use with HUB75 type RGB Matrices. Not for use with NeoPixel, DotStar, or other 'addressable' LEDs. + +Features: + +Simple design - plug in power, plug in IDC cable, run our Python code! +Power protection circuitry - you can plug a 5V 4A wall adapter into the HAT and it will automatically protect against negative, over or under-voltages! Yay for no accidental destruction of your setup. +Onboard level shifters to convert the RasPi's 3.3V to 5.0V logic for clean and glitch free matrix driving +DS1307 Real Time Clock can keep track of time for the Pi even when it is rebooted or powered down, to make for really nice time displays + +To install: + + ```bash +sudo apt-get update +sudo apt-get install python-dev python-imaging +wget https://github.com/adafruit/rpi-rgb-led-matrix/archive/master.zip +unzip master.zip +cd rpi-rgb-led-matrix-master/ +make + ``` + \ No newline at end of file diff --git a/src/tr/translate/adafruit-tft-kippah.md b/src/tr/translate/adafruit-tft-kippah.md new file mode 100644 index 0000000..46806aa --- /dev/null +++ b/src/tr/translate/adafruit-tft-kippah.md @@ -0,0 +1,62 @@ + +#Adafruit DPI TFT Kippah + +A TFT panel connected to a Raspberry Pi without the use of an HDMI decoder? What is this sorcery??? It's the DPI Kippah from Adafruit! This HAT-like* board snaps onto a Raspberry Pi B+, A+, Pi 2, Pi 3 or Zero and with a little software configuration, allows you to have what normally would go out the HDMI port come up on a nice little flat screen. + +The catch is this add on board uses nearly every pin available on the Raspberry Pi and those pins are hardcoded, they cannot be moved or rearranged. The pins used are GPIO 2 through 21 inclusive. That means you don't get the UART RX/TX pins (no console cable) and you don't get the standard user I2C pins, the EEPROM I2C pins, or hardware SPI pins. You do get to use pins #22, #23, #24, #25, #26 and #27, and the USB ports are fine to use too. + +The other catch is that this display replaces the HDMI/NTSC output, so you can't have the DPI HAT and HDMI working at once, nor can you 'flip' between the two. + +Also, there's no PWM's available so you can't have precision backlight control unless you somehow rig up an external PWM generator with a 555 or something. + +Please note it is the same pinout for the touchscreen and none touchscreen version of the board. + +For installation instructions please follow Asdafruits tutorial linked below