Very easy 1st project : Temperature Controller
POCO
Posts: 2
Hello,
First post.
I am looking for the best and easiest way for a first project I need to complete.
I need to monitor the temperature and send the result to a notebook PC (USB compulsory as no one sells them with serial now).
Range of Temperature : -5°C to 50°C is fine
Max accuracy : +/-1°C
I saw the "Parallax USB2SER Development Tool" that seems to be a good choice + Digital Thermometer (DS1620) + What BasicStamp would you recommend?
This is a non critical project in term of computational speed (1 measure/minute is enough ) but I am looking more for the best quality product (whole project will go several thousands miles from home).
Sorry about the "stupid" questions but it is a first project (and post)
First post.
I am looking for the best and easiest way for a first project I need to complete.
I need to monitor the temperature and send the result to a notebook PC (USB compulsory as no one sells them with serial now).
Range of Temperature : -5°C to 50°C is fine
Max accuracy : +/-1°C
I saw the "Parallax USB2SER Development Tool" that seems to be a good choice + Digital Thermometer (DS1620) + What BasicStamp would you recommend?
This is a non critical project in term of computational speed (1 measure/minute is enough ) but I am looking more for the best quality product (whole project will go several thousands miles from home).
Sorry about the "stupid" questions but it is a first project (and post)
Comments
For just reading a DS1620 and sending information to a PC, you could also use a BS1USB which includes the USB adapter. It's marked "End of Life", but it's discounted. It uses an older BS1 microcontroller with limited speed and memory, but, for your project, it's more than enough for your task. Buy a spare. There's a good article on reading the BS1's debug information from the PC here in Nuts and Volts Column #131. There are other columns specific for the BS1.
Here's an application note specifically for reading the DS1620 about once a second using a BS1 and displaying the results on the PC using DEBUG. You could add a PAUSE so the Stamp only does this once a minute.
Mike, a great Tkank you for your explanations.