Hi, I want try design smart watch with segment display.
But I have no experiences with ARM ...
Why led display???
-
because is retro and retro is now cool
-
On maket is millions of lcd, oled, epaper watches
then millions smart-bands with 3 leds .... and nothing between ? -
I want show another way

... you can see may work here ...hackaday.io
or on video ...youtube
Why samd21 ?
- sketch with alarms, sunset sunrise calculator, speech output is is now about 31kb on atmega328.
- D21 ... lot memory
- officially supported in arduino IDE
- usb bootloader for updates
- DAC
What I need know ?
- lowest Stand-by consumption with RTC or without
- how go to sleep and how to set interrupts to wake on any pin
- how to play wave file from internal memory(sd card)
- how to change PWM frequency
- power consumption
... some ideas ...?
Thanks.