README: Update the intro after a redraft for the release announcement
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
This commit is contained in:
parent
1f827866d3
commit
19db3d6398
1 changed files with 11 additions and 10 deletions
21
README.rst
21
README.rst
|
@ -4,18 +4,19 @@ Watch Application System in Python
|
|||
Introduction
|
||||
------------
|
||||
|
||||
Wasp-os is a firmware for smart watches that are based on the nRF52
|
||||
family of microcontrollers, including hacker friendly watches such
|
||||
as the Pine64 PineTime. Wasp-os includes a digital clock, a stopwatch,
|
||||
a step counter and a heart rate monitor. All of these, together with
|
||||
access to the MicroPython REPL for interactive tweaking, development
|
||||
Wasp-os is a firmware for smart watches that are based on the nRF52 family of
|
||||
microcontrollers, and especially for hacker friendly watches such as the Pine64
|
||||
PineTime. Wasp-os features full heart rate monitoring and step counting support
|
||||
together with multiple clock faces, a stopwatch, an alarm clock, a countdown
|
||||
timer, a caclulator and lots of other games and utilities. All of this, and
|
||||
still with access to the MicroPython REPL for interactive tweaking, development
|
||||
and testing.
|
||||
|
||||
Wasp-os includes a robust bootloader based on the Adafruit NRF52
|
||||
Bootloader. It has been extended to make it robust for development on
|
||||
form-factor devices without a reset button, power switch, SWD debugger
|
||||
or UART. This allows us to confidently develop on sealed devices relying
|
||||
on Bluetooth Low Energy for over-the-air updates.
|
||||
Wasp-os comes fully integrated with a robust bootloader based on the Adafruit
|
||||
NRF52 Bootloader. The bootloader has been extended to make it robust for
|
||||
development on form-factor devices without a reset button, power switch, SWD
|
||||
debugger or UART. This allows us to confidently develop on sealed devices
|
||||
relying on Bluetooth Low Energy for over-the-air updates.
|
||||
|
||||
Documentation
|
||||
-------------
|
||||
|
|
Loading…
Reference in a new issue