All times are UTC + 8 hours




Post new topic Reply to topic  [ 155 posts ]  Go to page Previous  1 ... 4, 5, 6, 7, 8, 9, 10, 11  Next
Author Message
 Post subject: Re: Arduino DataLogger
PostPosted: Feb 23rd, '12, 03:06 
Valued Contributor
Valued Contributor
User avatar

Joined: Feb 12th, '12, 03:59
Posts: 51
Gender: Male
Are you human?: yes
Location: Hungary, Budapest
Accordingly 4 GB is enough. :D

I want to go for sure
I never use memory...and i didn't know how much byte the reading/sensor...

Thanks!


Top
 Profile  
Reply with quote  
    Advertisement
 
 Post subject: Re: Arduino DataLogger
PostPosted: Feb 23rd, '12, 14:08 
Almost divorced
Almost divorced
User avatar

Joined: Nov 11th, '09, 03:13
Posts: 1004
Gender: Male
Are you human?: The top half is
Location: Chiang Mai, NW Thailand.
If you are storing data for long periods of time, you should really look at either EEProm memory or Flash memory.
If you just store it in RAM you could lose it all.
Power Fail
Micro Crash etc. etc. etc.
Serial I2C EEproms are probably the most versatile with single byte write and usually 100k+ erase/write endurance.
That is exactly what I use on my temp data logger.


Last edited by DuiNui on Feb 23rd, '12, 14:13, edited 1 time in total.

Top
 Profile  
Reply with quote  
 Post subject: Re: Arduino DataLogger
PostPosted: Feb 23rd, '12, 14:11 
Almost divorced
Almost divorced
User avatar

Joined: Nov 11th, '09, 03:13
Posts: 1004
Gender: Male
Are you human?: The top half is
Location: Chiang Mai, NW Thailand.
Thinking about it a little more you are probably proposing using a 4GB USB Flash Drive.
If so you can ignore most of what I just wrote :)


Top
 Profile  
Reply with quote  
 Post subject: Re: Arduino DataLogger
PostPosted: Feb 24th, '12, 00:09 
Valued Contributor
Valued Contributor
User avatar

Joined: Feb 12th, '12, 03:59
Posts: 51
Gender: Male
Are you human?: yes
Location: Hungary, Budapest
I want to use a 4GB micro SD card...via an SD adapter, and an SD Card Module Slot Socket Reader for Arduino

http://www.ebay.com/itm/280758300478?ss ... 703wt_1185


Top
 Profile  
Reply with quote  
 Post subject: Re: Arduino DataLogger
PostPosted: Feb 24th, '12, 00:27 
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
I just bought a new thumb drive, and when I finally managed to get it out of its adult proof packaging, I discovered it feels like it's made of origami and hope.

That sounds negative, but I secretly love it when tech gets so cheap, they no longer bother with making it roadworthy.

I still remember the days when a flip phone was out of the question because the hinge would be the fail point.

What was the top ica gain? :drunken:


Top
 Profile  
Reply with quote  
 Post subject: Re: Arduino DataLogger
PostPosted: Oct 19th, '12, 06:02 
Bordering on Legend
Bordering on Legend
User avatar

Joined: Jul 27th, '12, 08:36
Posts: 467
Gender: Male
Are you human?: Half and Half
Location: Melbourne Australia
This is a really cool topic,
I'm also in the process of building an arduino based unit that will upload to my website..

I want it to log greenhouse in temp, out temp, and water temp as well as humidity.

This is also very tempting to integrate
http://www.ebay.com.au/itm/pH-Circuit-S ... 2ebf65f15c

http://www.ebay.com.au/itm/Dissolved-Ox ... 2c66374692


Top
 Profile  
Reply with quote  
 Post subject: Re: Arduino DataLogger
PostPosted: Nov 29th, '12, 13:04 
Newbie
Newbie
User avatar

Joined: Nov 28th, '12, 20:38
Posts: 33
Images: 0
Gender: Male
Are you human?: yes
Location: Darwin
Erbey wrote:

I also decided on another goal I may start work on tonight or tomorrow, that is getting it to read commands from a text file and then run them on the arduino. For example changing reading frequency without needing to reflash the micrcontroller, just by editing a text file on the MicroSD


Hi Erbey,

Nice work on the data logger. I have messed around with arduino a bit building motor controllers. I often update variables in my program while it is running via the arduino's serial connection. This can be done by adding a serial read to the code and then typing in the desired command in the serial window which you can open from the script editor.

Not sure if this is an easier method for you to try.

Cheers, D.


Top
 Profile Personal album  
Reply with quote  
 Post subject: Re: Arduino DataLogger
PostPosted: Dec 2nd, '12, 12:02 
Legend Member
Legend Member

Joined: Aug 29th, '07, 15:18
Posts: 751
Location: the moon
Gender: None specified
Are you human?: no
Location: space
buy one of the wireless modules with build in uart and you can send the unit commands remotely as well.


Top
 Profile  
Reply with quote  
 Post subject: Re: Arduino DataLogger
PostPosted: Dec 4th, '12, 06:32 
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 got some arduino goodies on my Christmas list with an eye toward integrating it into my AP, primarily logging temperature at first. I've read about add-ons that send data over Twitter and the like. I like the idea of not having to manually pull down logged data, especially as I'm just learning AP and greenhouse management and wouldn't mind geeking out over real-time data and making any needed adjustments to the greenhouse or whatnot. Anyone have experience with real-time data ?


Top
 Profile  
Reply with quote  
 Post subject: Re: Arduino DataLogger
PostPosted: Dec 4th, '12, 06:46 
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 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. i'm after an arduino board, two humidity+temp probes, and an SD Module to start with. I can code a bit in perl, so i'm sure i'll be able to pick up enough C to be able to get those things working.

cheers


edit. seems like I really need one of these.... Does anyone know of any other people who sell them
http://www.adafruit.com/products/243


Top
 Profile Personal album  
Reply with quote  
 Post subject: Re: Arduino DataLogger
PostPosted: Dec 6th, '12, 19:44 
Newbie
Newbie
User avatar

Joined: Nov 28th, '12, 20:38
Posts: 33
Images: 0
Gender: Male
Are you human?: yes
Location: Darwin
If your talking about accessing real time data, especially over the net, you could look at setting up a Raspberry Pi ($35) as a web server and then use the cheapest possible arduino (like a mini or a leostick) to sample the data.

You could go all out and monitor and control flow rates on pumps, log temp or even possibly find electronic sensors for Amm/nitrate/nitrite.

All this is moving away from the elegant simplicity the an AP system could be though. I think a few people here might argue against overcomplicating the system but on the other hand, the electronics is part of the fun isn't it?


Top
 Profile Personal album  
Reply with quote  
 Post subject: Re: Arduino DataLogger
PostPosted: Dec 6th, '12, 23:09 
Bordering on Legend
Bordering on Legend

Joined: Jun 28th, '12, 22:36
Posts: 301
Gender: Male
Are you human?: YES
Location: Nashville, Tennessee
I dip my toe in electronics every few years, usually as an add-on to whatever hobby is taking up my brain's excess CPU cycles. Is there a simpler way to ping the arduino's memory across wifi (or even bluetooth) than running a tiny linux server?


Top
 Profile  
Reply with quote  
 Post subject: Re: Arduino DataLogger
PostPosted: Dec 7th, '12, 05:48 
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
Using TCP/IP or UDP you can design your own simple protocol to access the data. Or you could have it send the data to a server running on a PC to store the data.


Top
 Profile  
Reply with quote  
 Post subject: Re: Arduino DataLogger
PostPosted: Dec 9th, '12, 09:27 
Bordering on Legend
Bordering on Legend

Joined: Jun 28th, '12, 22:36
Posts: 301
Gender: Male
Are you human?: YES
Location: Nashville, Tennessee
Looks like I could use a bluetooth module and interface with the arduino from a PC or Android phone (I do have an extra that isn't on the cellular network anymore). Let's pile Android app development on the hobby pile. Why not?

http://www.instructables.com/id/Androin ... d-d/#step1

Orcy2010, I'll probably pick up that same data logging shield, as well. I knew I could eventually put this non-micro SD card back to work some day.


Top
 Profile  
Reply with quote  
 Post subject: Re: Arduino DataLogger
PostPosted: Dec 9th, '12, 20:29 
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, of everything else i've seen, I cant find any other logging shield that looks quite as good (with the RTC and all already attached). I'm on the list for when they come back in stock, so I think i'll grab one asap. Then I just have to add a couple of temp and humidty sensors, and it will do everything I want for nearly no work.


Top
 Profile Personal album  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 155 posts ]  Go to page Previous  1 ... 4, 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.051s | 13 Queries | GZIP : Off ]