BigCorvus / SMA-Q2_replacement_board_v2

Different version of the SMA-Q2 smartwatch replacement board
18 stars 2 forks source link

Questions #1

Open rroels opened 3 years ago

rroels commented 3 years ago

Hi!

This is not really an issue, but more like some questions.

I thought this replacement board for the SMA-Q2 was a really cool idea. I like the Q2 hardware more than the SMA-Q3, so I'm considering doing something similar.

Thanks!

BigCorvus commented 3 years ago

Hi, I wanted to reduce complexity in the second version and that's why I abandoned the RTC domination as I figured out that I was satisfied with the power comsumption of the nRF52840. Originally I feared a high power consumption of the system and therefore initially implemented a way of periodically turning it on and off by the RTC, but programming the watch with this power latching in place turned out to be annoyingly complicated. The v2 is much more fun to experiment with and even if you use the Adafruit nrf52 Arduino core, the power consumption is around ~2mA with display on and the MCU running. Good luck!