# raspberry, humidity sensor

**URL:** https://discourse.nodered.org/t/raspberry-humidity-sensor/43907
**Category:** Share Your Projects
**Created:** [9 April 2021 08:31 UTC](https://discourse.nodered.org/t/raspberry-humidity-sensor/43907 "2021-04-09T08:31:45Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![sampall](https://avatars.discourse-cdn.com/v4/letter/s/4af34b/32.png) [@sampall](https://discourse.nodered.org/u/sampall)
#### Post date: [9 April 2021 08:31 UTC](https://discourse.nodered.org/t/raspberry-humidity-sensor/43907/1 "2021-04-09T08:31:45Z")

</div>

Bonjour, je débute sur node red et j'ai un projet.  
Il faut que je réussissent à utiliser un capteur d'humidité via raspberry pour ensuite récupérer les données.  
Merci de vos explications et aides.

---

<div class="post-metadata">

### Author: ![leftymuller](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/leftymuller/32/102326_2.png) [@leftymuller](https://discourse.nodered.org/u/leftymuller)
#### Post date: [9 April 2021 11:48 UTC](https://discourse.nodered.org/t/raspberry-humidity-sensor/43907/2 "2021-04-09T11:48:27Z")

</div>

> [@sampall](#):
>
> ‎Hello, I start on node red and I have a project. ‎  
> ‎ I have to be able to use a moisture sensor via raspberry and then retrieve the data. ‎  
> ‎ Thank you for your explanations and help.‎

Do you have a sensor hooked up the pin headers on the PI?

---

<div class="post-metadata">

### Author: ![zenofmud](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/zenofmud/32/316_2.png) [@zenofmud](https://discourse.nodered.org/u/zenofmud)
#### Post date: [9 April 2021 15:08 UTC](https://discourse.nodered.org/t/raspberry-humidity-sensor/43907/3 "2021-04-09T15:08:50Z")

</div>

And what sensor is it?  
What nodes are you trying to use to read the sensor?

---

<div class="post-metadata">

### Author: ![sampall](https://avatars.discourse-cdn.com/v4/letter/s/4af34b/32.png) [@sampall](https://discourse.nodered.org/u/sampall)
#### Post date: [9 April 2021 17:08 UTC](https://discourse.nodered.org/t/raspberry-humidity-sensor/43907/4 "2021-04-09T17:08:15Z")

</div>

J'ai un capteur connecté sur l'analog 2

---

<div class="post-metadata">

### Author: ![sampall](https://avatars.discourse-cdn.com/v4/letter/s/4af34b/32.png) [@sampall](https://discourse.nodered.org/u/sampall)
#### Post date: [9 April 2021 17:09 UTC](https://discourse.nodered.org/t/raspberry-humidity-sensor/43907/5 "2021-04-09T17:09:38Z")

</div>

Un capteur d'humidité

justement, je ne savais pas lequel utiliser

---

<div class="post-metadata">

### Author: ![zenofmud](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/zenofmud/32/316_2.png) [@zenofmud](https://discourse.nodered.org/u/zenofmud)
#### Post date: [9 April 2021 17:18 UTC](https://discourse.nodered.org/t/raspberry-humidity-sensor/43907/6 "2021-04-09T17:18:51Z")

</div>

Do you realize how many different types of humidity sensors there are? Without telling anyone the model you are using there is no way to help you

---

<div class="post-metadata">

### Author: ![molesworth](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/molesworth/32/11748_2.png) [@molesworth](https://discourse.nodered.org/u/molesworth)
#### Post date: [9 April 2021 19:07 UTC](https://discourse.nodered.org/t/raspberry-humidity-sensor/43907/7 "2021-04-09T19:07:56Z")

</div>

> [@sampall](#):
>
> Un capteur d'humidité
> 
> justement, je ne savais pas lequel utiliser

"A humidity sensor

precisely, I did not know which one to use"

As @zenofmud said, there are a lot to choose from. If you could give more information someone might be able to help - is it going to be indoors or outdoors, mains or battery powered, continual data or a reading every hour?

There are simple sensors like the DHT22 or BME280 which are cheap and easy to work with, and would let you try out some ideas if you're at an early stage in your project.
