@@ -6,6 +6,8 @@ COVID-19 Exposure Notifications are based on Bluetooth Low Energy (BLE). They ar
> :warning: The Exposure Notification support of the card10 is not meant as an replacement for official Exposure Notification apps. It is merely meant as a tool for the curious.
The currently released firmware for the card10 does not allow receiving of BLE advertisements. [Here](https://git.card10.badge.events.ccc.de/card10/firmware/-/merge_requests/392)'s a Merge Request which implements this functionality. If you have a working toolchain for the card10, please try and build this MR, as you will have to most up-to-date version. If you do not have a working toolchain, you can download a [pre-build image](/release/card10-exno-06-28.zip). Simply unzip the archive and merge it onto your card10.
To use the BLE features of the card10 make sure to enable BLE in the `Bluetooth` app.
...
...
@@ -25,6 +27,5 @@ Two buttons allow you to switch the LED and vibration motor behavior:
Almost all logic is written in Python and can be modified by you: [`apps/exnostat/__init__.py`](https://git.card10.badge.events.ccc.de/card10/firmware/-/blob/schneider/covid-tracing/preload/apps/exnostat/__init__.py)