diff --git a/src/es/translate/adafruit-pitft-35-plus.md b/src/es/translate/adafruit-pitft-35-plus.md index 79fad38..a245af0 100644 --- a/src/es/translate/adafruit-pitft-35-plus.md +++ b/src/es/translate/adafruit-pitft-35-plus.md @@ -50,8 +50,8 @@ pin: --> #PiTFT Plus 3.5" -The PiTFT+ features a 3.5" display with 480x320 16-bit color pixels and a resistive touch overlay and is engineered specifically to work with the Raspberry Pi 3, 2 and the Model A+/B+. +PiTFT+ cuenta con una pantalla de 3.5" y 480x320, pixel de colores de 16-bit e interfaz resistiva, creada específicamente para la Raspberry Pi 3, 2 y A+/B+. -The display uses the hardware SPI pins as well as GPIO #25 and #24. GPIO #18 can be used to PWM dim the backlight. A 2x13 'classic' GPIO header on the bottom, with additional GPIO pins broken out into solder pads, allows you to use more of the GPIO. +La pantalla usa los pines SPI además de los GPIO #25 y #24, GPIO #18 puede ser utilizado para controlar la iluminación mediante PWM. Un conector GPIO clásico de 2x13 permite utilizar el resto de pines. -The PiTFT+ can be used as a display for running the X interface, or the console. You can also have an HDMI display separately connected to complement the setup, keeping in mind that there can only be one X session running (so you'll need to choose where X should be output, on the HDMI or the PiTFT+). +PiTFT+ puede utilizarse como pantalla para la interfaz X o el terminal. Además, permite conectar otra pantalla HDMI teniendo en cuenta que sólo una sesión X puede utilizarse de manera simultánea por lo que tendrás que elegir en qué pantalla. diff --git a/src/es/translate/automation-phat.md b/src/es/translate/automation-phat.md index 7751b4b..9118df6 100644 --- a/src/es/translate/automation-phat.md +++ b/src/es/translate/automation-phat.md @@ -74,15 +74,14 @@ install: --> #Automation pHAT -Automation pHAT is a home monitoring and automation controller for the Raspberry Pi; with relays, analog channels, powered outputs, and buffered inputs. All 24V tolerant. +Automation pHAT sirva para monitorizar y domotizar el hogar con Raspberry Pi; cuenta con relés, canales analógicos, salidas con alimentación y entradas regulables. Todo capaz de funcionar con 24V. -To get the pHAT set up and ready to go you can use the one-line product installer: +Para configurar el pHAT puedes utilizar el instalador online de una línea. ```bash curl -sS https://get.pimoroni.com/automationhat | bash ``` - -Then import it into your Python script and start tinkering: +Luego impórtalo en tu script Python y empieza a realizar proyectos: ```bash import automationhat diff --git a/src/es/translate/justboom-amp-hat.md b/src/es/translate/justboom-amp-hat.md index 806b6c2..1252ac6 100644 --- a/src/es/translate/justboom-amp-hat.md +++ b/src/es/translate/justboom-amp-hat.md @@ -48,12 +48,12 @@ pin: --> #Amp HAT -* Full high quality audio – 192kHz / 32bit -* 2 x 55 Watt peak output at 8 ohms (2 x 30 Watt RMS) -* Includes both a DAC and power amplifier -* Back-powers the Raspberry Pi at 2.5A so only one power supply required -* Hardware and software volume control from your Raspberry Pi -* Onboard gain control using jumper J5 -* Mute/enable with GPIO22 (override by using jumper J4) -* Optional IR receiver via GPIO25 -* Unused GPIO pins still accessible via unpopulated extension header +* Audio de alta calidad – 192kHz / 32bit +* Máxima salida 2 x 55 Watt y 8 ohms (2 x 30 Watt RMS) +* Incluye DAC y amplificador +* Retroalimenta la Raspberry Pi a 2.5A por lo que sólo se necesita una fuente de alimentación +* Control de volumen mediante hardware y software con Raspberry Pi +* Control de ganancia incorporado con el jumper J5 +* Silencia/permite el sonido con GPIO22 (sáltalo con jumper J4) +* Receptor infrarrojo opcional con GPIO25 +* Los pones GPIO que no se usen son accesibles diff --git a/src/es/translate/justboom-amp-zero.md b/src/es/translate/justboom-amp-zero.md index 1f78e55..9c75ef9 100644 --- a/src/es/translate/justboom-amp-zero.md +++ b/src/es/translate/justboom-amp-zero.md @@ -48,9 +48,9 @@ pin: --> #Amp Zero -* Full high quality audio – 192kHz / 32bit -* 2 x 40 Watt peak output at 4 ohms (2 x 20 Watt RMS) -* Includes both a DAC and power amplifier -* Back-powers the Raspberry Pi so only one power supply required -* Hardware and software volume control from your Raspberry Pi -* Optional IR receiver via GPIO25 +* Audio de alta calidad – 192kHz / 32bit +* Máxima salida 2 x 40 Watt y 4 ohms (2 x 20 Watt RMS) +* Incluye DAC y amplificador +* Retroalimenta la Raspberry Pi a 2.5A por lo que sólo se necesita una fuente de alimentación +* Control de volumen mediante hardware y software con Raspberry Pi +* Receptor infrarrojo opcional con GPIO25 diff --git a/src/es/translate/justboom-dac-hat.md b/src/es/translate/justboom-dac-hat.md index 376969e..a96436e 100644 --- a/src/es/translate/justboom-dac-hat.md +++ b/src/es/translate/justboom-dac-hat.md @@ -46,11 +46,11 @@ pin: --> #DAC HAT -* Full high quality audio – 384kHz / 32bit -* Includes both a DAC and headphone amplifier -* Line-level RCA and headphone amplified 3.5mm jack outputs -* Hardware and software volume control from your Raspberry Pi -* Powered by the Raspberry Pi GPIO header -* Optional IR receiver via GPIO25 -* Compatible with the JustBoom Amp which can easily stack on top of the DAC HAT -* All Raspberry Pi GPIO pins still accessible via 40pin unpopulated +* Audio de alta calidad – 348kHz / 32bit +* Incluye DAC y amplificador +* Salidas RCA y jack de 3.5mm +* Control de volumen mediante hardware y software con Raspberry Pi +* Alimentado mediante el pin GPIO de Raspberry Pi +* Receptor infrarrojo opcional con GPIO25 +* Compatible con JustBoom Amp que se puede fácilmente incorporar encima +* Los pones GPIO que no se usen son accesibles diff --git a/src/es/translate/justboom-dac-zero.md b/src/es/translate/justboom-dac-zero.md index cc2096c..8f7ed3f 100644 --- a/src/es/translate/justboom-dac-zero.md +++ b/src/es/translate/justboom-dac-zero.md @@ -46,10 +46,10 @@ pin: --> #DAC Zero -* Full high quality audio – 384kHz / 32bit -* Includes both a DAC and headphone amplifier -* Line-level RCA (optional) and headphone amplified 3.5mm jack outputs -* Hardware and software volume control from your Raspberry Pi -* Powered by the Raspberry Pi GPIO header -* Optional IR receiver via GPIO25 -* Unused GPIO pins still accessible via unpopulated extension header +* Audio de alta calidad – 348kHz / 32bit +* Incluye DAC y amplificador +* Salidas RCA (opcional) y jack de 3.5mm +* Control de volumen mediante hardware y software con Raspberry Pi +* Alimentado mediante el pin GPIO de Raspberry Pi +* Receptor infrarrojo opcional con GPIO25 +* Los pones GPIO que no se usen son accesibles diff --git a/src/es/translate/justboom-digi-hat.md b/src/es/translate/justboom-digi-hat.md index 93509f7..9d414e0 100644 --- a/src/es/translate/justboom-digi-hat.md +++ b/src/es/translate/justboom-digi-hat.md @@ -46,11 +46,11 @@ pin: --> #Digi HAT -* Dedicated S/PDIF output interface chip supports up to 192kHz / 24bit -* Digital audio output over either optical (TOSLINK) or coaxial (RCA electrical) connectors -* Low jitter, bit perfect digital output -* Output transformer for galvanic isolation -* Software volume control from your Raspberry Pi -* Powered by the Raspberry Pi GPIO header -* Optional IR receiver via GPIO25 -* All Raspberry Pi GPIO pins still accessible via 40pin unpopulated +* Interfaz S/PDIF de salida dedicada, compatible con 192kHz / 24bit +* Salida de sonido digital mediante conector óptico (TOSLINK) o coaxial (RCA electrical) +* Pocas variaciones, salida digital bit perfecta +* Transformador a la salida para aislamiento galvánico +* Control de volumen mediante hardware y software con Raspberry Pi +* Alimentado mediante el pin GPIO de Raspberry Pi +* Receptor infrarrojo opcional con GPIO25 +* Los pones GPIO que no se usen son accesibles diff --git a/src/es/translate/justboom-digi-zero.md b/src/es/translate/justboom-digi-zero.md index c75f9bc..dec32d2 100644 --- a/src/es/translate/justboom-digi-zero.md +++ b/src/es/translate/justboom-digi-zero.md @@ -46,11 +46,11 @@ pin: --> #Digi Zero -* Dedicated S/PDIF output interface chip supports up to 192kHz / 24bit -* Digital audio output over either optical (TOSLINK) or coaxial (RCA electrical) connectors -* Low jitter, bit perfect digital output -* Output transformer for galvanic isolation -* Software volume control from your Raspberry Pi -* Powered by the Raspberry Pi GPIO header -* Optional IR receiver via GPIO25 -* Unused GPIO pins still accessible via unpopulated extension header +* Interfaz S/PDIF de salida dedicada, compatible con 192kHz / 24bit +* Salida de sonido digital mediante conector óptico (TOSLINK) o coaxial (RCA electrical) +* Pocas variaciones, salida digital bit perfecta +* Transformador a la salida para aislamiento galvánico +* Control de volumen mediante hardware y software con Raspberry Pi +* Alimentado mediante el pin GPIO de Raspberry Pi +* Receptor infrarrojo opcional con GPIO25 +* Los pones GPIO que no se usen son accesibles diff --git a/src/es/translate/pantilt-hat.md b/src/es/translate/pantilt-hat.md index b609b0c..11745ab 100644 --- a/src/es/translate/pantilt-hat.md +++ b/src/es/translate/pantilt-hat.md @@ -36,17 +36,16 @@ i2c: --> #Pan Tilt HAT -Pan Tilt HAT is a two-channel servo driver designed to control a tiny servo-powered Pan/Tilt assembly. It also controls either PWM-dimmed lights or WS2812 pixels; up to 24 RGB or 18 RGBW. +Pan Tilt HAT es un controlador servo de dos canales diseñado para controlar un pequeño montaje Pan/Tilt controlado por un servo. Además controla luces por PWM o píxels WS2812; hasta 24 RGB o 18 RGBW. -Pan Tilt HAT uses a PIC16F1503 with custom firmware, and talks over i2c. +Pan Tilt HAT usa un PIC16F1503 con un firmware personalizado, funciona con i2c. -To get the HAT set up and ready to go you can use the one-line product installer: +Para configurar el HAT puedes utilizar el instalador online de una línea. ```bash curl -sS https://get.pimoroni.com/pantilthat | bash ``` - -Then import it into your Python script and start tinkering: +Luego impórtalo en tu script Python y empieza a realizar proyectos: ```bash import pantilthat diff --git a/src/es/translate/papirus-hat.md b/src/es/translate/papirus-hat.md index 8a9743d..f45d6dd 100644 --- a/src/es/translate/papirus-hat.md +++ b/src/es/translate/papirus-hat.md @@ -74,24 +74,24 @@ pin: --> #PaPiRus HAT -The PaPiRus HAT is a versatile ePaper display for the Raspberry Pi with screens ranging from 1.44" to 2.7" in size. +PaPiRus HAT es una pantalla ePaper versátil para Raspberry Pi, con tamaños desde 1.44" a 2.7". -Unlike conventional displays, ePaper reflects light, and is capable of holding text and images indefinitely, even without electricity. The display does not require any power to keep the image and will stay 'on' without any power connection for many days before slowly fading. It's also daylight readable and is very high contrast. +A diferencia de las pantallas convencionales, refleja la luz y puede mantener imagen y textos por tiempo indefinido, hasta sin electricidad. Esta pantalla no requiere electricidad para mantener la imagen y durará varios días hasta desaparecer. Se puede leer a la luz del día y tiene un gran contraste. -* Raspberry Pi HAT compliant design -* Interchangeable screen sizes (1.44", 2.0" or 2.7") -* 32MBit Flash Memory -* Battery Backed Real Time Clock (CR2032 battery included) -* Easy plug and play operation with onboard EEPROM -* Digital temperature sensor and thermal watchdog -* GPIO breakout connector and solder pads -* Optional reset pin header (for wake on alarm with RTC) -* 4 x optional slimline switches on top +* El diseño cumple el estándar HAT +* Tamaños de pantalla intercambiables (1.44", 2.0" o 2.7") +* Memoria Flash de 32MBit +* Cuenta con un reloj de tiempo real alimentado por batería (batería CR2032 incluída) +* Formato plug and play con EEPROM +* Control de temperatura digital +* Pines GPIO accesibles +* Pin de reset opcional +* Cuenta con 4 interruptores opcionales -To get the HAT set up and ready to go you can use the one-line product installer: +Para configurar el HAT puedes utilizar el instalador online de una línea. ```bash curl -sSL https://goo.gl/i1Imel | sudo bash ``` -Before using PaPiRus, do not forget to enable the SPI and I2C interfaces! +Antes de utilizar PaPiRus activa las interfaces SPI e I2C diff --git a/src/es/translate/papirus-zero.md b/src/es/translate/papirus-zero.md index b8c6cb4..1bd7449 100644 --- a/src/es/translate/papirus-zero.md +++ b/src/es/translate/papirus-zero.md @@ -74,20 +74,20 @@ pin: --> #PaPiRus Zero -The PaPiRus Zero is a versatile ePaper display for the Raspberry Pi Zero with screens ranging from 1.44" to 2.0" in size. +PaPiRus Zero es una pantalla ePaper versátil para Raspberry Pi, con tamaños desde 1.44" a 2.0". -Unlike conventional displays, ePaper reflects light, and is capable of holding text and images indefinitely, even without electricity. The display does not require any power to keep the image and will stay 'on' without any power connection for many days before slowly fading. It's also daylight readable and is very high contrast. +A diferencia de las pantallas convencionales, refleja la luz y puede mantener imagen y textos por tiempo indefinido, hasta sin electricidad. Esta pantalla no requiere electricidad para mantener la imagen y durará varios días hasta desaparecer. Se puede leer a la luz del día y tiene un gran contraste. -* Interchangeable screen sizes (1.44" or 2.0") -* 32MBit Flash Memory -* Digital temperature sensor and thermal watchdog -* GPIO breakout solder pads -* 5 x optional slimline switches on top +* Tamaños de pantalla intercambiables (1.44" o 2.0") +* Memoria Flash de 32MBit +* Control de temperatura digital +* Pines GPIO accesibles +* Cuenta con 6 interruptores opcionales -To get the pHAT set up and ready to go you can use the one-line product installer: +Para configurar el pHAT puedes utilizar el instalador online de una línea. ```bash curl -sSL https://goo.gl/i1Imel | sudo bash ``` -Before using PaPiRus, do not forget to enable the SPI and I2C interfaces! +Antes de utilizar PaPiRus activa las interfaces SPI e I2C