2

I'm looking for an Arduino board that include this sensors out of the box:

  • CO2
  • Humidity
  • Noise
  • Temperature

I've found here Using the Waspmote Sensor Board something that could be enough, but I'm searching for more options.

I did a lot of searches on the Internet without good results.

Any suggestions?

asked Sep 13, 2014 at 10:00

1 Answer 1

1

For humidity and temperature you can plug the DHT11 or DHT22 to your arduino. DHT11 is cheaper but you'll get a more precise value with DHT22.

For noise you have ready made PCB like these : here You'll only have to plug it to GND, 5V and analog input.

For CO2 this is more complicate. There is a cheap but very unprecise option, using a MQ135 sensor, here is a tutorial: here Otherwise there are better sensors like the K30 but they are much more expensive.

answered Aug 12, 2016 at 18:43

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.