top of page
Measuring Temperature with Arduino - 5 Sensors
29:55
DroneBot Workshop

Measuring Temperature with Arduino - 5 Sensors

Today I’ll show you five different temperature sensors that you can easily use with an Arduino. Article with code samples: https://dronebotworkshop.com/arduino-temperature/ More projects and tutorials at https://dronebotworkshop.com Join the newsletter - https://dronebotworkshop.com/subscribe/ Interact and suggest new content on the forum: https://forum.dronebotworkshop.com We have measured temperature in previous Arduino projects, usually using the trusty DHT11 temperature and humidity sensor. For non-critical applications, it certainly works and has the added advantage of also reading humidity. But there are many other temperature sensors you can use with an Arduino, all of them fairly inexpensive. Many of these sensors offer improved performance over the DHT22 (and its cousin the DHT11). Today we'll start with the DHT22 and use an Adafruit library to get it working quickly. Then we’ll move on to some other temperature sensors: The AM2320, a similar device to the DHT22 that uses the I2C bus to communicate. The TMP36 and LM35 precision temperature sensors. These devices output a calibrated linear analog voltage to represent temperature. And a real high-precision sensor, the MCP9808 module from Adafruit. Here is what you can expect to see today: 00:00 - Introduction 02:18 - DHT22 08:37 - AM2320 13:27- TMP36 & LM35 21:09 - MCP9808 There is an article on the website with the schematics and the code I used, although most of the examples are included with the Adafruit libraries. You’ll also find a vibrant community to chat about these sensors and pretty well anything robotic or electronic on the DroneBot Workshop Forums. Why don’t you join us? While you're there you can make suggestions for any other video or articles you’d like to see. I hope you enjoy the video!
Videos: Robotics: Videos

Rise of the Robots (Part I)

 The first robot introduced, Erika, intrigued me on the aspects of human social interaction. The precise manner in which she was able to naturally come up with a topic for a conversation was kind of creepy, especially when she was able to mimic the behavior of human speech and interaction, such as when she asked a question, talked about it, and then asked the person whom she was talking to something similar to the question she just answered, and she kept asking more personalized questions, such as how the guy preferred his pizza crust, to keep the person interactive and entertained pertaining the conversation.

Videos: Robotics: HTML Embed
bottom of page