bone 0 Posted December 3, 2013 Share Posted December 3, 2013 Tom from Gersic takes a Beaglebone Black with a TMP36 Temperature Sensor to track the temperature in another room of my house, and turn up the thermostat when the temperature difference between rooms gets to be greater than 1° C (1.8° F). It will then turn it back down again when the temperature difference equalizes or the temperature in the second room gets warm enough. He uses Twilio which sends sms messages from a beaglenest-server. Most of the logic is contained in the beaglenest-client script. bluehash 1 Quote Link to post Share on other sites
nandy123 0 Posted March 6, 2014 Share Posted March 6, 2014 can u pls tel about the circuit connection Quote Link to post Share on other sites
bluehash 1,581 Posted March 19, 2014 Share Posted March 19, 2014 can u pls tel about the circuit connection Hi Nandy, The only circuit connection is the TMP36 to the Beaglebone. It has three pins, one power, one GND and the other to an analog pin. If you look at the beaglenestclient code, you will see: //The input pin to check for voltage from the TMP36 var inputPin = "P9_40"; Quote Link to post Share on other sites
nandy123 0 Posted March 25, 2014 Share Posted March 25, 2014 Can you tell the steps to convert ADC reading into temperature value on Beagle bone for LM35. Quote Link to post Share on other sites
nandy123 0 Posted March 25, 2014 Share Posted March 25, 2014 I am getting ADC reading around 462 Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.