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

Popular Tags

Current selected tag: 'Raspberry Pi sensor de temperatura'. Clear
Scooped by Gumersindo Fernández
Scoop.it!

Raspberry Pi Pico MicroPython: BME280 Temperature, Humidity, Pressure

Raspberry Pi Pico MicroPython: BME280 Temperature, Humidity, Pressure | tecno4 | Scoop.it
Learn how to use the BME280 sensor module with the Raspberry Pi Pico board with MicroPython to get temperature, humidity, and pressure readings. This is a short tutorial to get you started quickly interfacing the BME280 sensor with the Raspberry Pi Pico board.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Tutorial para Configurar un Sensor de Temperatura en una Raspberry Pi - Script de Python 

Tutorial para Configurar un Sensor de Temperatura en una Raspberry Pi - Script de Python  | tecno4 | Scoop.it
La Raspberry Pi es una microcomputadora de bajo costo muy versátil para la implementación de sensores ambientales. Prácticamente cualquier sensor puede ser conectado a una Raspberry Pi de manera directa, o través de tarjetas Arduino. Este tutorial muestra la implementación de un sensor de temperatura, con la configuración necesaria y los códigos o "scripts" en Python que representan las mediciones del sensor en la pantalla.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Display temperature on an LCD with Raspberry Pi

Display temperature on an LCD with Raspberry Pi | tecno4 | Scoop.it

This tutorial will explain how to measure the temperature with the DS18B20 temperature sensor and how to display its values on a 16x2 LCD display. We will use the Raspberry Pi3 model B+ and our DIY kit for Raspberry Pi  including an LCD and a temperature sensor!

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

How to use Raspberry Pi temperature & light sensors 

How to use Raspberry Pi temperature & light sensors  | tecno4 | Scoop.it

In this tutorial, you will learn how to sense both temperature and light, using your Raspberry Pi and a few simple components. One project will allow you to measure temperature using a component called a thermistor, and the other project acts as a rudimentary light meter. Both display their readings in a window on your Raspberry Pi’s screen using the guizero Python library (magpi.cc/guizero).

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

Measuring Temperature with a Raspberry Pi Temperature Sensor (1-Wire)

Measuring Temperature with a Raspberry Pi Temperature Sensor (1-Wire) | tecno4 | Scoop.it

One of the many applications of a Raspberry Pi is measuring the temperature. In projects like weather stations you want to know the exact value. Using a 1-Wire Raspberry Pi temperature sensor makes it very easy to read it out and you will only need one GPIO pin.
In this tutorial it is described how to use the DS18B20 Raspberry Pi temperature sensor and what software you will need. In other projects, you could use this sensor even as a trigger for cooling your Raspberry Pi case and turning a fan on.

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

Raspberry Pi Temperature Sensor: Build a DS18B20 Circuit

Raspberry Pi Temperature Sensor: Build a DS18B20 Circuit | tecno4 | Scoop.it

In this tutorial, I will be going through the steps on how to set up your very own Raspberry Pi temperature sensor. Like most of the sensor tutorials, they are pretty straightforward consisting of a basic circuit and some code.
I will be using a ds18B20 waterproof sensor, and this probe can provide temperatures over a one-wire interface. Even better this is waterproof making it perfect if you need to use the sensor in a wet environment.

No comment yet.