msgid "" msgstr "" "Project-Id-Version: Tecno Recursos 2023Report-Msgid-Bugs-To:POT-Creation-" "Date:2023-02-07 18:33+0100PO-Revision-Date:YEAR-MO-DA HO:MI+ZONELast-" "Translator:FULL NAME Language:enLanguage-Team:en " "Plural-Forms:nplurals=2; plural=(n != 1)MIME-Version:1" ".0Content-Type:text/plain; charset=utf-8Content-Transfer-Encoding" ":8bitGenerated-By:Babel 2.9.0\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "POT-Creation-Date: 2025-02-11 17:11+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.9.0\n" #: ../../source/control-sensor-dht11.rst:8 msgid "Sensor de temperatura y humedad DHT11" msgstr "DHT11 temperature and humidity sensor" #: ../../source/control-sensor-dht11.rst:11 msgid "" "El sensor DHT11 es un sensor digital de temperatura y humedad relativa " "del aire. Utiliza una comunicación digital con Arduino, de forma que no " "es necesaria la conexión a un pin analógico para realizar las lecturas." msgstr "" "The DHT11 sensor is a digital sensor for temperature and relative " "humidity of the air. It uses digital communication with Arduino, so it is" " not necessary to connect to an analog pin to take the readings." #: ../../source/control-sensor-dht11.rst:22 msgid "Especificaciones técnicas" msgstr "Technical specifications" #: ../../source/control-sensor-dht11.rst:23 msgid "Tensión de alimentación de 3 a 5 voltios" msgstr "Supply voltage from 3 to 5 volts" #: ../../source/control-sensor-dht11.rst:24 msgid "Corriente máxima de alimentación 2,5 mA" msgstr "Maximum supply current 2.5 mA" #: ../../source/control-sensor-dht11.rst:25 #, python-format msgid "Rango de humedad relativa 20% a 80% con 5% de exactitud" msgstr "Relative humidity range 20% to 80% with 5% accuracy" #: ../../source/control-sensor-dht11.rst:26 msgid "Rango de temperatura de 0 a 50ºC con +-2ºC de exactitud" msgstr "Temperature range from 0 to 50ºC with +-2ºC accuracy" #: ../../source/control-sensor-dht11.rst:27 msgid "Velocidad de 1 medida por segundo" msgstr "Speed ​​of 1 measurement per second" #: ../../source/control-sensor-dht11.rst:28 msgid "Tamaño 15,5mm x 12mm x 5,5mm" msgstr "Size 15.5mm x 12mm x 5.5mm" #: ../../source/control-sensor-dht11.rst:29 msgid "Conexión de 4 pines" msgstr "4 pin connection" #: ../../source/control-sensor-dht11.rst:32 msgid "" "`DHT11. Hoja de características. D-Robotics. " "<../_static/document/DHT11-drobotics.pdf>`__" msgstr "" "`DHT11. Characteristics sheet. D-Robotics. " "<../_static/document/DHT11-drobotics.pdf>`__" #: ../../source/control-sensor-dht11.rst:37 msgid "Librería Arduino" msgstr "Arduino Library" #: ../../source/control-sensor-dht11.rst:38 msgid "" "`Librería Arduino para el sensor DHT11. Versión 0.4.1 " "<../_static/downloads/dht11-041.zip>`__" msgstr "" "`Arduino library for the DHT11 sensor. Version 0.4.1 " "<../_static/downloads/dht11-041.zip>`__" #: ../../source/control-sensor-dht11.rst:43 msgid "Esquema de conexión" msgstr "Connection scheme" #: ../../source/control-sensor-dht11.rst:57 msgid "Ejercicios" msgstr "Exercises" #: ../../source/control-sensor-dht11.rst:59 msgid "" "El siguiente programa envía por el puerto serie la humedad relativa y la " "temperatura medida por el sensor DHT11." msgstr "" "The following program sends through the serial port the relative humidity" " and the temperature measured by the DHT11 sensor." #: ../../source/control-sensor-dht11.rst:62 msgid "Carga el programa en Arduino y muestra los valores por el monitor serie." msgstr "" "Upload the program to the Arduino and display the values ​​on the serial " "monitor." #: ../../source/control-sensor-dht11.rst:118 msgid "" "Modifica el programa anterior para que muestre en el display la medición " "de temperatura." msgstr "" "Modify the previous program so that it shows the temperature measurement " "on the display." #: ../../source/control-sensor-dht11.rst:121 msgid "" "Modifica el programa anterior para que se encienda un led rojo en caso de" " superar la temperatura ambiental en 2 grados centígrados." msgstr "" "Modify the previous program so that a red LED lights up if the ambient " "temperature exceeds 2 degrees Celsius." #: ../../source/control-sensor-dht11.rst:124 msgid "" "Comprueba el funcionamiento correcto calentando el sensor. El led rojo " "debe mantenerse encendido aunque la temperatura vuelva a bajar." msgstr "" "Check correct operation by heating the sensor. The red led should stay on" " even if the temperature drops again." #: ../../source/control-sensor-dht11.rst:128 msgid "" "Modifica el programa anterior para que suene un zumbador cuando la " "temperatura sea alta. El zumbador sonará durante unas décimas de segundo " "cada segundo. Las instrucciones a utilizar son las siguientes:" msgstr "" "Modify the above program to make a buzzer sound when the temperature is " "high. The buzzer will sound for a few tenths of a second every second. " "The instructions to use are as follows:" #: ../../source/control-sensor-dht11.rst:139 msgid "" "El zumbador dejará de sonar cuando la temperatura vuelva a bajar. " "Comprueba el funcionamiento correcto calentando el sensor." msgstr "" "The buzzer will stop sounding when the temperature drops again. Check " "correct operation by heating the sensor." #: ../../source/control-sensor-dht11.rst:143 msgid "" "Modifica el programa anterior para que se encienda un led azul mientras " "la medida de temperatura se mantenga baja." msgstr "" "Modify the previous program so that a blue led lights up while the " "temperature measurement remains low." #: ../../source/control-sensor-dht11.rst:146 msgid "" "El led azul se apagará en caso de que la temperatura medida supere la " "temperatura ambiental actual más un grado." msgstr "" "The blue led will turn off if the measured temperature exceeds the " "current ambient temperature plus one degree."