tecno4
2.4M views | +65 today
Follow
tecno4
Información asignatura tecnología
Your new post is loading...
Your new post is loading...

Popular Tags

Current selected tag: 'Sensores de temperatura comparativa'. Clear
Scooped by Gumersindo Fernández
Scoop.it!

9 INCREIBLES sensores de temperatura para Arduino

9 INCREIBLES sensores de temperatura para Arduino | tecno4 | Scoop.it

Leer la temperatura es una tarea muy útil y con muchas aplicaciones posibles y existe una amplia variedad de sensores de temperatura para Arduino con diferentes características que puedes usar en tus proyectos. 
En este artículo, hemos seleccionado 9 sensores de temperatura para Arduino y compatibles también con otras placas de desarrollo como ESP32 o ESP8266.
1. Sensor de temperatura DHT11
2. Sensor de temperatura DHT22
3. Sensor de temperatura LM35DZ
4. Sensor de temperatura BMP180
5. Sensor de temperatura TMP36
6. Sensor de temperatura LM75
7. Sensor de temperatura BME280
8. Sensor de temperatura DS18B20
9. Sensor de temperatura Impermeable DS18B20

No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Sensor de temperatura, escoge el mejor para tus proyectos con Arduino

Sensor de temperatura, escoge el mejor para tus proyectos con Arduino | tecno4 | Scoop.it

Quizás el siguiente paso después del hola mundo en Arduino, el típico blink, sea medir la temperatura con un sensor. En los kits más utilizados ya sean originales o no originales, siempre viene un sensor de este tipo. Pero cuando vas a realizar un proyecto para crear un dispositivo totalmente funcional, debemos escoger el mejor sensor de temperatura para Arduino.

No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Measure Temperature with Arduino – 5 Sensors

Measure Temperature with Arduino – 5 Sensors | tecno4 | Scoop.it
Today we are going to look at five different sensors that can be used to measure temperature with an Arduino.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Testing Temperature Sensors - Which One for Me?: 12 Steps (with Pictures)

Testing Temperature Sensors - Which One for Me?: 12 Steps (with Pictures) | tecno4 | Scoop.it
One of the first sensors that newcomers to physical computing want to try out is something to measure temperature. Four of the most popular sensors are the TMP36, which has analogue output and needs an analogue to digital converter, the DS18B20, which uses one-wire connectivity, the DHT22, or the slightly cheaper DHT11, which just needs a digital pin, but also provides an humidity reading, and lastly the BME680 which uses I2C (with SPI as well on some breakout boards) and gives temperature, humidity, gas (VOC) and atmospheric pressure but costs a bit more.
No comment yet.