Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RTClib hangs on nrf52 Bluefruit Sense #282

Open
exipilis opened this issue Apr 6, 2023 · 0 comments
Open

RTClib hangs on nrf52 Bluefruit Sense #282

exipilis opened this issue Apr 6, 2023 · 0 comments

Comments

@exipilis
Copy link

exipilis commented Apr 6, 2023

Hardware:

nrf52 Bluefruit Sense
https://www.adafruit.com/product/4516
with male headers.

Adalogger RTC
https://www.adafruit.com/product/2922
with female headers, CR1220 battery and miscroSD card inserted.

Arduino IDE 2.0.4

RTClib version 2.1.0

Test code:

#include "RTClib.h"

RTC_PCF8523 rtc;
void setup() {
  Serial.begin(115200);
  rtc.start();
}

void loop() {
  Serial.println("test");
  delay(200);
}

Device hangs, not recognized as USB port on both Mac and Windows.
I have to press reset twice to turn DFU mode.

If I don't use RTClib, everything works fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant