Data Logger Shield and Arduino R3

Adafruit Ethernet, Motor, Proto, Wave, Datalogger, GPS Shields - etc!

Moderators: adafruit_support_bill, adafruit

Data Logger Shield and Arduino R3

Postby ScotMarer » Mon Apr 30, 2012 11:12 am

I have 2 of your data logger shields. One is on an Arduino R2 and has been working with no problems for several months. The other is on an R3 version and the RTC is not operating. I’m using the same sketch for both which is your lighttemplogger.pde with minor modifications. The SD card is OK. The serial monitor shows the following:

Initializing SD card...card initialized.
Logging to: SIDR_X02.CSV
date, time-hms, time-decimal, A0
2000/1/1, 0:0:0, 0.000, 1.42

Voltage on the RTC pins are about +3.3 volts on the battery input pin 3, and +5 on pin 8. Using an oscilloscope on pin 7 (SQW/OUT) gives no output clock but I don’t know if the bit is set in the DS1307 Control Register or not. All solder joints look good and no bent pins or other obvious problems.

Do you have any suggestions other than substituting the DS1307 from my other good shield which I don’t wish to do since it’s running 24/7 and I don’t want to disturb it.

Thanks Scot
ScotMarer
 
Posts: 3
Joined: Thu Dec 08, 2011 12:19 pm

Re: Data Logger Shield and Arduino R3

Postby adafruit_support_bill » Mon Apr 30, 2012 11:56 am

Post photos of the front & back of the board and we'll take a look.
User avatar
adafruit_support_bill
 
Posts: 16072
Joined: Sat Feb 07, 2009 9:11 am

Re: Data Logger Shield and Arduino R3

Postby ScotMarer » Mon Apr 30, 2012 1:44 pm

The photos you asked for can be seen at the link below, I don’t know how to post them to the forum

http://one-storage.com/eonapps/dl/B9EBMUCRUZGMRDG54TBS9

Sorry for the quality but it’s the best I could do, not equal to your clear photos on your data logger assembly instructions.
ScotMarer
 
Posts: 3
Joined: Thu Dec 08, 2011 12:19 pm

Re: Data Logger Shield and Arduino R3

Postby adafruit_support_bill » Mon Apr 30, 2012 2:51 pm

The top-side solder looks good. The bottom side photo is a little washed-out in the area of particular interest (around the RTC). Look closely for any joints with a 'frosted' appearance and re-touch until they are smooth and shiny.

Also, what sketch are you running? You need to execute the " RTC.adjust" function at least once with each board to start the clock. After that, the battery should keep it going.

Code: Select all
void setup () {
    Serial.begin(57600);
    Wire.begin();
    RTC.begin();

  if (! RTC.isrunning()) {
    Serial.println("RTC is NOT running!");
    // following line sets the RTC to the date & time this sketch was compiled
    RTC.adjust(DateTime(__DATE__, __TIME__));
  }
}


You can post photos using the "upload attachment" tab below the message editing window.
User avatar
adafruit_support_bill
 
Posts: 16072
Joined: Sat Feb 07, 2009 9:11 am

Re: Data Logger Shield and Arduino R3

Postby ScotMarer » Tue May 01, 2012 10:55 am

Problem solved, thanks for your prompt response,

Let Ms. Fried know that this 82 year old retired electrical engineer who has dealt with a myriad number of companies since the early 1950s thinks Adafruit Industries is an outstanding business.
ScotMarer
 
Posts: 3
Joined: Thu Dec 08, 2011 12:19 pm


Return to Arduino Shields from Adafruit

Who is online

Users browsing this forum: No registered users and 4 guests

Stuff to buy from the Adafruit store and links to product documentation!


New Products [108]

Raspberry Pi[80]
 
FLORA[23]
 
Bunnie Studios[9]
 
FPGA[1]
 
mbed[11]
Arduino[60]
 
NETduino[14]
 
BeagleBone[24]
 
Android[6]
 
XBee[10]
More Dev Boards[31]


 
BoArduino[8]
 
SpokePOV[4]
 
TV-B-Gone[4]
 
MiniPOV[3]
 
SIM reader[3]
 
Microtouch[5]
 
Clocks & Watches[18]
 
Drawdio[4]
 
Brain Machine[1]
 
Game of Life[2]
 
MintyBoost[2]
More DIY Kits[16]


 
MaKey MaKey[3]
 
Tweet-a-Watt[5]
 
Young Engineers[33]
 
Discover Electronics[2]
 
Snap Circuits[4]
 
littleBits[3]
 
Project packs[8]


 
Breakout Boards[34]
LCDs & Displays[48]
Components & Parts[70]
Batteries & Power[49]
EL Wire/Tape/Panel[52]
LEDs[111]
 
Wireless[14]
Cables[62]
 
Lasers[6]
Sensors/Parts[145]
 
Enclosures/Cases[11]
 
Solar[11]
 
RFID / NFC[13]
Prototyping[70]
 
iDevices[13]
Tools[71]
 
Wearables[39]
 
CNC[37]
 
Robotics[29]
 
3D printing[1]
 
Materials[24]


 
Stickers[41]
 
Skill badges[55]
 
Books[25]
 
Circuit Playground[7]
 
Gift Certificates[4]