mirror of
https://github.com/CovidBraceletPrj/CovidBracelet.git
synced 2024-12-04 16:45:43 +01:00
Add article to readme
This commit is contained in:
parent
6aa8608d44
commit
faa817533c
10
README.md
10
README.md
@ -18,7 +18,7 @@ This project aims to add support the [Exposure Notification (EN) protocol for tr
|
|||||||
* Upon infection upload keys to a public database
|
* Upon infection upload keys to a public database
|
||||||
* Retrieve keys of infections from database
|
* Retrieve keys of infections from database
|
||||||
* computes rolling proximity identifiers
|
* computes rolling proximity identifiers
|
||||||
* compares to stored contacts to check for exposure
|
* compares to stored contacts to check for exposure b
|
||||||
|
|
||||||
Note: as we for now do not use the flash for key storage, this currently only works on nrf52480 or you can just store a very small number of keys. Moving the keys to flash is on the TODO list and will fix this.
|
Note: as we for now do not use the flash for key storage, this currently only works on nrf52480 or you can just store a very small number of keys. Moving the keys to flash is on the TODO list and will fix this.
|
||||||
|
|
||||||
@ -83,3 +83,11 @@ Possible platforms for real-world deployment many, as many of the cheap fitness
|
|||||||
However, many would need the firmware to be shipped to manufactures.
|
However, many would need the firmware to be shipped to manufactures.
|
||||||
* Watch UI
|
* Watch UI
|
||||||
* Pine Time could be good for testing
|
* Pine Time could be good for testing
|
||||||
|
|
||||||
|
## Display
|
||||||
|
|
||||||
|
A basic visual interface based on LVGL is included.
|
||||||
|
It can be tested on POSIX-compliant platforms by building it with the `zephyr/build_native.sh` script.
|
||||||
|
SDL must be installed to provide a virtual display.
|
||||||
|
|
||||||
|
![No risk contacts](img/display_no_risk.png) ![Low risk](img/display_low_risk.png) ![High risk](img/display_high_risk.png)
|
BIN
img/display_high_risk.png
Normal file
BIN
img/display_high_risk.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
BIN
img/display_low_risk.png
Normal file
BIN
img/display_low_risk.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
BIN
img/display_no_risk.png
Normal file
BIN
img/display_no_risk.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
Loading…
Reference in New Issue
Block a user