⚠️ This forum has been restored as a read-only archive so the knowledge shared by the community over many years remains available. New registrations and posting are disabled.

All times are UTC + 8 hours




Post new topic Reply to topic  [ 155 posts ]  Go to page Previous  1 ... 5, 6, 7, 8, 9, 10, 11  Next
Author Message
 Post subject: Re: Arduino DataLogger
PostPosted: Dec 10th, '12, 20:49 
Valued Contributor
Valued Contributor
User avatar

Joined: Nov 23rd, '11, 20:13
Posts: 76
Location: Perth WA
Gender: Male
Blog: View Blog (3)
Are you human?: YES
Location: Australia, WA, Forrestfield
orcy2010 wrote:
I think you guys have talked me into having a go at this arduino stuff for some temperature and humidity logging.

can anyone in australia point me to the cheapest supplier.


Not sure if the cheapest but little bird haven't let me down yet, this would appear to be an ideal product http://littlebirdelectronics.com/products/seeeduino-stalker-waterproof-solar-kit-1


Top
 Profile  
Reply with quote  
    Advertisement
 
 Post subject: Re: Arduino DataLogger
PostPosted: Jan 30th, '13, 01:01 
Bordering on Legend
Bordering on Legend

Joined: Jun 28th, '12, 22:36
Posts: 301
Gender: Male
Are you human?: YES
Location: Nashville, Tennessee
I've been playing around with Arduino stuff. I made a Nano clone powered temperature/light logger with three DS18B20 digital thermometers (waterproof with 1 m leads), an analog thermometer that resides on the board, and a photodiode that pokes out of the enclosure. I installed it a few days ago and it's logging time-stamped temperature outside and inside the greenhouse along with water temperature and light level to an SD card every 10 minutes. The analog thermometer was leftover from testing, so I just left it as a sanity check. Assembly and coding was pretty straightforward, though I can't say I fully understand all the OneWire stuff.

Nano was about $15, SD shield $20, waterproofed DS18B20s $6 each, and the rest didn't add up to more than a few bucks. I have a bluetooth module I'm playing with, but it doesn't add much functionality unless you have a dedicated computer to receive/log/display your incoming data. I'm liking the Raspberry Pi with wifi as the next step.

Attachment:
IMAG0441.jpg
IMAG0441.jpg [ 244.61 KiB | Viewed 6645 times ]


Attachment:
IMAG0443.jpg
IMAG0443.jpg [ 231.21 KiB | Viewed 6645 times ]


Attachment:
IMAG0454.jpg
IMAG0454.jpg [ 194.47 KiB | Viewed 6645 times ]


Top
 Profile  
Reply with quote  
 Post subject: Re: Arduino DataLogger
PostPosted: Jan 30th, '13, 07:06 
Bordering on Legend
Bordering on Legend

Joined: Mar 3rd, '10, 12:09
Posts: 431
Images: 0
Gender: Male
Are you human?: yes
Location: Brisbane, QLD
Jake, you have done almost exactly what i'm about to do. I have the uno, I ended up getting that data logger. I have the same 1m long waterproof sensor. all for around 100 bucks delivered.

now I just have to put it all together like you have and see what it does.


Top
 Profile Personal album  
Reply with quote  
 Post subject: Re: Arduino DataLogger
PostPosted: Jan 30th, '13, 07:42 
Legend Member
Legend Member
User avatar

Joined: Jun 21st, '12, 06:51
Posts: 545
Gender: Male
Are you human?: YES
Location: Australia, WA, Beldon
Where on earth did you get 18x20 sensors for $6? I paid something like $15 each from Element14 (used to be called RS components) and I had to do the waterproofing myself...

Also it looks like you're using 5V power for each sensor, and a separate "one wire" for each sensor, is this correct? Not parasite power and a common communication line?

Nice work, looking forward to seeing some data from it.


Top
 Profile  
Reply with quote  
 Post subject: Re: Arduino DataLogger
PostPosted: Jan 30th, '13, 08:27 
Bordering on Legend
Bordering on Legend

Joined: Mar 3rd, '10, 12:09
Posts: 431
Images: 0
Gender: Male
Are you human?: yes
Location: Brisbane, QLD
http://www.adafruit.com/products/381

I got mine for 10 bucks, including the pull up resistor. Seemed like a good enough deal

infact I got all my kit from these guys.


Top
 Profile Personal album  
Reply with quote  
 Post subject: Re: Arduino DataLogger
PostPosted: Jan 30th, '13, 08:49 
A posting God
A posting God
User avatar

Joined: Dec 10th, '11, 15:03
Posts: 2089
Gender: Male
Are you human?: What is human?
Location: Perth Hills
Waterproof for less than AUD $1.50....

http://www.ebay.com.au/itm/High-Quality-Waterproof-Digital-Temperature-Temp-Sensor-Thermal-Probe-DS18B20-/190738017226?pt=AU_B_I_Electrical_Test_Equipment&hash=item2c68df2bca&_uhb=1

individual units AUD $0.76....

http://www.ebay.com.au/itm/10-x-DS18B20-Digital-Temperature-Sensor-TO-92-TO92-3V-5-5V-/130586168086?pt=AU_B_I_Electrical_Test_Equipment&hash=item1e678acb16&_uhb=1

Need to add shipping to those, but sure beats $15 each.

Of course you should be supporting your local hobby electronics shop if you can anyway :)


Top
 Profile  
Reply with quote  
 Post subject: Re: Arduino DataLogger
PostPosted: Jan 30th, '13, 09:49 
Bordering on Legend
Bordering on Legend
User avatar

Joined: Jan 18th, '11, 08:29
Posts: 481
Images: 0
Location: Western NC
Gender: Male
Are you human?: Unknown Cyborg
Location: North Carolina
If you don't mind waterproofing them yourself they are free from the manufacturer as samples :whistle:


Top
 Profile  
Reply with quote  
 Post subject: Re: Arduino DataLogger
PostPosted: Jan 30th, '13, 09:52 
A posting God
A posting God
User avatar

Joined: Dec 10th, '11, 15:03
Posts: 2089
Gender: Male
Are you human?: What is human?
Location: Perth Hills
If you only need 3 that is ;)


Top
 Profile  
Reply with quote  
 Post subject: Re: Arduino DataLogger
PostPosted: Jan 30th, '13, 10:11 
Bordering on Legend
Bordering on Legend

Joined: Mar 3rd, '10, 12:09
Posts: 431
Images: 0
Gender: Male
Are you human?: yes
Location: Brisbane, QLD
that is cheap from hong kong.

so the one I brought from adafruit has the following specs

Code:
Cable specs:

    Stainless steel tube 6mm diameter by 30mm long
    Cable is 36" long / 91cm, 4mm diameter
    Contains DS18B20 temperature sensor
    Four wires - Red connects to 3-5V, Black connects to ground and White is data. The copper wire is soldered to the wire shielding


what am I meant to do with the 4th wire thats connected to the shielding?


Top
 Profile Personal album  
Reply with quote  
 Post subject: Re: Arduino DataLogger
PostPosted: Jan 30th, '13, 10:28 
Legend Member
Legend Member
User avatar

Joined: Jun 21st, '12, 06:51
Posts: 545
Gender: Male
Are you human?: YES
Location: Australia, WA, Beldon
Connect it to ground, or leave it floating. It doesn't matter.

Is anyone else using the extra routines that give you a full decimal place of temperature data, instead of just .0 or .5?

They seem quite reliable for me, despite the way that they are calculated...


Top
 Profile  
Reply with quote  
 Post subject: Re: Arduino DataLogger
PostPosted: Jan 30th, '13, 10:39 
Bordering on Legend
Bordering on Legend

Joined: Mar 3rd, '10, 12:09
Posts: 431
Images: 0
Gender: Male
Are you human?: yes
Location: Brisbane, QLD
I used the test library directly as listed which I think gave me 2 decimal places. worked a treat. the waterproof reads about 1/2 a degree lower than the DHT-11 that I got at the same time.

http://www.pjrc.com/teensy/td_libs_OneWire.html

I dont know enough C++ to determine whether there is a better way to calculate the actual temperature, but it works, and can read quicker than once every second, so its enough for me anyway, i'll probably only read every 5 mins in the end anyway.


Top
 Profile Personal album  
Reply with quote  
 Post subject: Re: Arduino DataLogger
PostPosted: Jan 30th, '13, 11:11 
Seriously, this cant be healthy.
Seriously, this cant be healthy.
User avatar

Joined: Mar 26th, '10, 20:46
Posts: 5404
Location: South Australia
Gender: Male
Are you human?: Yep
Location: South Australia
rsevs3 wrote:


Have you bought from that place? I'm just about to buy a few things (like a 1$ SD card module) and was wondering if they were reliable.


Top
 Profile  
Reply with quote  
 Post subject: Re: Arduino DataLogger
PostPosted: Jan 30th, '13, 12:08 
A posting God
A posting God
User avatar

Joined: Dec 10th, '11, 15:03
Posts: 2089
Gender: Male
Are you human?: What is human?
Location: Perth Hills
I cant remember if they were those ones specifically, but i have found that ebay sellers that are stores tend to make sure you are happy. It is very easy to asses them on ebay...


Top
 Profile  
Reply with quote  
 Post subject: Re: Arduino DataLogger
PostPosted: Jan 30th, '13, 13:04 
Bordering on Legend
Bordering on Legend

Joined: Mar 3rd, '10, 12:09
Posts: 431
Images: 0
Gender: Male
Are you human?: yes
Location: Brisbane, QLD
i've had less trouble with hong kong sellers in general than i've had with local ones. shipping is normally quicker too


Top
 Profile Personal album  
Reply with quote  
 Post subject: Re: Arduino DataLogger
PostPosted: Jan 30th, '13, 14:53 
Seriously, this cant be healthy.
Seriously, this cant be healthy.
User avatar

Joined: Mar 26th, '10, 20:46
Posts: 5404
Location: South Australia
Gender: Male
Are you human?: Yep
Location: South Australia
There's some really inexpensive stuff out there.

Would you people buy a $1.39 delivery included SD card reader/writer or would the quality be too poor?


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 155 posts ]  Go to page Previous  1 ... 5, 6, 7, 8, 9, 10, 11  Next

All times are UTC + 8 hours


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  

Powered by phpBB® Forum Software © phpBB Group
Portal by phpBB3 Portal © phpBB Türkiye
[ Time : 0.047s | 18 Queries | GZIP : Off ]