Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by Eddd

  1. E

    Problem with DS1307 RTC

    I tried your code and RTC is still missing :( I can't read or write anything to the RTC. Furthermore, when I tried to add an external DS1307 module to the card using I2C it worked OK. I think the problem is in the Hardware, but I can't figure out how to troubleshoot it! I had same circuit in...
  2. E

    Problem with DS1307 RTC

    The documentation of Arduino says that the returned value is: 0:success 1:data too long to fit in transmit buffer 2:received NACK on transmit of address 3:received NACK on transmit of data 4:other error The default I2C in Arduino is 100kHz. I'm not sure how check if the RTC interface is...
  3. E

    Problem with DS1307 RTC

    Yes, I use Arduino IDE and libraries. The program loops from 1 to 128 and check returned value of Wire.endTransmission(). I get those addresses two devices are missing DS1307 RTC should be at 0x68 TC74A3-5.0VCT temperature sensor should be at 0x4B for(address = 1; address < 255...
  4. E

    Problem with DS1307 RTC

    I have strange problem with DS1307 Real Time Clock. It is custom made PCB which contains Atmel ATmega 2560. When I run I2C scan test program to list all the devices on the I2C, I can't find DS1307 (which it should be at address 0x68), but other I2C devices are listed and work fine. But once I...

Part and Inventory Search

Back
Top