A more prceise real-time clock for arduino

Hi,

I am looking for a more precise rtc then DS1307 for data logging. Since I am planning to sample the data at around 1000 Hz, I need something that counts mili and/or microseconds.

I was thinking also there may be also synchronization problem between how arduino samples the data and matches it with the rtc. but first things first...

Any suggestions for the part?

Btw, why do people want to buy ds1307 while arduino has an internal clock? Does that mean arduino is not accurate enough?

Use the internal clock, the millis function returns just that, millis since board powered up. Careful, since this rolls over every 49 days more or less.

People use a RTC to read a calendar date and to keep a clock. If you intend to stamp the time every milli your application is going to be spending most of it's time reading the ds1307.

Another option is to investigate into the DS1390 or DS1394 - http://datasheets.maxim-ic.com/en/ds/DS1390-DS1394.pdf -

it has 1/100 second precision

Bearing in mind that the Arduino has very little RAM, what are you going to do with your data? Serial is questionable, it blocks on transmit and will eat into the time you have to sample. Push it to an SD card?

Thanks for responses.

i was planning to use serial to push the data to my computer but if it that doesn't work, than i am going to use sd card or xbee protocol. maybe it is a better idea to have an external ram or go for a more advanced board such as mega.

i wonder if uno32 board is going to solve the bottleneck at ram for me...

If you go for the MEGA there is a nice RAM board to be found here - http://ruggedcircuits.com/html/megaram.html -

I am planning to sample free vibration data of a dynamic system for 30 seconds or so by sampling it with 1000 Hz. I am planning to store the data in my computer.
I don't need to get time stamp data if a very precise and accurate time clock is present.
The goal is getting power spectrum of the data.
So it may be counted as a cheap dynamic signal acquisition and on-line data processing on host-computer.

I bought a MCP3202 but i am very hesitant about i may need a very good clock.

Not worried about AA filters for now. In fact, the sensors have a built-infilter rolling off at 50 Hz.

#2 for that DS1394 do you have Arduino library for interfacing?

You can buy a 10MHz rubidium atomic oscillator on ebay for about two hundred bucks.