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

Popular Tags

Current selected tags: 'Raspberry Pi', 'Sensor de temperatura 18B20'. Clear
Scooped by Gumersindo Fernández
Scoop.it!

Raspberry Pi: Temperature Readings with DS18B20 (Python)

Raspberry Pi: Temperature Readings with DS18B20 (Python) | tecno4 | Scoop.it
Learn how to interface the Raspberry Pi with the DS18B20 temperature sensor and how to get temperature readings using a Python program.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Raspberry Pi Pico: DS18B20 Temperature Sensor (MicroPython)

Raspberry Pi Pico: DS18B20 Temperature Sensor (MicroPython) | tecno4 | Scoop.it
In this guide, you’ll learn how to interface the Raspberry Pi Pico with the DS18B20 temperature sensor and how to get temperature readings by programming your board using MicroPython firmware. The DS18B20 is an addressable temperature sensor, which means you can connect multiple sensors to the same GPIO. We’ll also show you how to get temperature from multiple DS18B20 sensors all at once.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Raspberry Pi Pico: DS18B20 Temperature Sensor (Arduino)

Raspberry Pi Pico: DS18B20 Temperature Sensor (Arduino) | tecno4 | Scoop.it
In this guide, you’ll learn how to interface the Raspberry Pi Pico with the DS18B20 temperature sensor and how to get temperature readings using Arduino IDE. The DS18B20 is an addressable temperature sensor, which means you can connect multiple sensors to the same GPIO. We’ll also show you how to get temperature from multiple DS18B20 sensors all at once.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Cómo conectar un Sensor de temperatura DS18B20 a Raspberry Pi

Cómo conectar un Sensor de temperatura DS18B20 a Raspberry Pi | tecno4 | Scoop.it

En este pequeño tutorial veremos cómo conectar un sensor de temperatura DS18B20 a una tarjeta Raspberry Pi, también encontrarás un código de programación para tus primeras pruebas.

El sensor DS18B20 es un componente digital de entrada, es decir, su funcionamiento consiste en entregar la información correspondiente a la temperatura del ambiente por medio de un protocolo de comunicación específico implementado en su pin de señal, la tarjeta Raspberry Pi a su vez recibe la señal y la lee con uno de sus GPIO.

No comment yet.