Offline
Newbie
Karma: 0
Posts: 9
|
 |
« on: October 04, 2012, 12:24:12 pm » |
I am thinking a on-site arduino and temp sensor and connect to ethernet since I can have a cable from my hub to the place.
Thanks
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Jr. Member
Karma: 2
Posts: 83
|
 |
« Reply #1 on: October 04, 2012, 12:35:52 pm » |
You could use labview or profilab expert to import data;process and store them in excel format for instance. Then process them further in excel if needed.
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 9
|
 |
« Reply #2 on: October 04, 2012, 12:46:31 pm » |
Thanks, software side doesn't bother me much. I just need more info on the hardware side.
Do I just need a Arduino mother border, a ethernet shield and a DHT11? do I need do some wielding? or just wire connects?
And I heard DHT11 is not stable for temperature connection, any idea in that?
|
|
|
|
|
Logged
|
|
|
|
|
Brunsbüttel, SH, F.Rep.GERM
Offline
God Member
Karma: 4
Posts: 596
|
 |
« Reply #3 on: October 04, 2012, 01:27:28 pm » |
i like to use a LM35 solderd to an ATtiny13, which talks via a single cable... the LM35 needs an analog pin and is quite accurate...
that should work with an arduino and UART/Ethernet, too...
|
|
|
|
|
Logged
|
-Arne
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 9
|
 |
« Reply #4 on: October 04, 2012, 04:56:43 pm » |
ATtiny13 is cheap, it is good if it works, could you give me more info about LM35+ATtiny13 and talks to PC? Thanks
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 9
|
 |
« Reply #5 on: October 04, 2012, 05:01:44 pm » |
Also, what about LHT11 compare to LM35, I would rather do less soldering, if LHT 11 is not accurate enough, will LM35 be?
|
|
|
|
|
Logged
|
|
|
|
|
Dubuque, Iowa, USA
Offline
Edison Member
Karma: 12
Posts: 1521
|
 |
« Reply #6 on: October 04, 2012, 10:50:40 pm » |
if LHT 11 is not accurate enough, will LM35 be? You haven't stated what level of accuracy (or more likely precision) that you require, but you can find those specs if you do a little googling. Also, if the sensor (just one sensor?) will not be within a few feet of the Arduino please state so.
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 9
|
 |
« Reply #7 on: October 05, 2012, 12:34:00 am » |
The sensor will be with Arduino, and thinking connect Arduino to main PC by ethernet. The idea is I can have a Arduino on-site to monitor everything and feed back to main server by wire.
|
|
|
|
|
Logged
|
|
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 9
|
 |
« Reply #9 on: October 05, 2012, 01:14:30 am » |
Right, I know there are DHT11 and LM35, and kind know LM35 is more accurate, but as I asked above, they are not same, DHT11 is a board, while LM35 is just a part, not sure what are the right words for them, I mean it seems LM35 is very basic and need more welding work, not something just plug or wired like DHT11.
|
|
|
|
|
Logged
|
|
|
|
|
Brunsbüttel, SH, F.Rep.GERM
Offline
God Member
Karma: 4
Posts: 596
|
 |
« Reply #10 on: October 05, 2012, 02:27:32 am » |
u can plug the LM35 into the arduino sockets, too... without any soldering... just wrap a wire tightly around its legs and then secure it with duct tape...
the DHT would need some wires, 2...
|
|
|
|
|
Logged
|
-Arne
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 9
|
 |
« Reply #11 on: October 05, 2012, 02:02:39 pm » |
u can plug the LM35 into the arduino sockets, too... without any soldering... just wrap a wire tightly around its legs and then secure it with duct tape...
the DHT would need some wires, 2...
Thanks, that is what I want to know.
|
|
|
|
|
Logged
|
|
|
|
|
Brunsbüttel, SH, F.Rep.GERM
Offline
God Member
Karma: 4
Posts: 596
|
 |
« Reply #12 on: October 05, 2012, 02:25:39 pm » |
MacGyver rulz... 
|
|
|
|
|
Logged
|
-Arne
|
|
|
|
Belgium
Offline
Full Member
Karma: 0
Posts: 140
Just Do it (with Arduino of course)
|
 |
« Reply #13 on: October 09, 2012, 09:49:15 am » |
DHT is not really "a board", but doesn't "need wires" either. It's probably best described as a thru-hole component ;-)
So you can either plug it in Arduino pins or in a remote PCB or solder wires on its pins.
The DHT22 (4-5USD in China) has a better (0.1 degree) resolution. But more important, it has a digital interface, hence is not sensible to analog noise on a wire ! Also sold as PCB modules with pull up and decoupling cap for a few bucks more.
|
|
|
|
|
Logged
|
|
|
|
|
|