RTC DS3231

For RTC breakouts, etc., use the Other Products from Adafruit forum

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
LitingWolf
 
Posts: 41
Joined: Thu Jan 02, 2020 3:03 pm

RTC DS3231

Post by LitingWolf »

so I'm wondering i had a ds3231 and it stopped working idk why but it stopped detecting the rtc I got another rtc that worked then later it stopped working any idea why?
I'm thinking of making one of my own due to it would work more into my project for when i get a board it would be an rtc built in instead of having a separate one

User avatar
LitingWolf
 
Posts: 41
Joined: Thu Jan 02, 2020 3:03 pm

Re: RTC DS3231

Post by LitingWolf »

i get this now on the comport
⸮f⸮`⸮⸮~~x⸮⸮`⸮ff⸮⸮⸮⸮qx

User avatar
Gambalunga
 
Posts: 63
Joined: Thu Apr 30, 2020 10:45 am

Re: RTC DS3231

Post by Gambalunga »

LitingWolf wrote:i get this now on the comport
⸮f⸮`⸮⸮~~x⸮⸮`⸮ff⸮⸮⸮⸮qx
I imagine that you have something like this in your setup:

Code: Select all

void setup() {
  delay(1000);
  Serial.begin(115200);
  while (!Serial);  // wait for serial port to connect. Needed for native USB
You need to make sure that the serial speed, in this case 115,200 baud (but could be different), is matched by the speed set on the serial monitor panel. You see this setting to the bottom right of the serial monitor panel.

When you need assistance it is always a good idea to specify exactly what components you are using and to quote your code that is having the problem. Use the

Code: Select all

 button when posting and paste your code between the two code tags.

Locked
Please be positive and constructive with your questions and comments.

Return to “Clock Kits (discontinued)”