From 8d44361be8f6f97555754c170df03cd2b69f8d95 Mon Sep 17 00:00:00 2001 From: Verkehrsrot <10289836+cyberman54@users.noreply.github.com> Date: Sun, 25 Mar 2018 20:39:44 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dbcebf94..a390c0c1 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,13 @@ built on cheap ESP32 boards** # Use case -Paxcounter is a device for metering passenger flows in realtime. It counts how many mobile devices are around. This gives an estimation how many people are around. Paxcounter detects Wifi and Bluetooth signals in the air, focusing on mobile devices by filtering vendor OUIs in the MAC adress. +Paxcounter is a proof-of-concept device for metering passenger flows in realtime. It counts how many mobile devices are around. This gives an estimation how many people are around. Paxcounter detects Wifi and Bluetooth signals in the air, focusing on mobile devices by filtering vendor OUIs in the MAC adress. -Intention of this project is to do this without intrusion in privacy: You don't need to track people owned devices, if you just want to count them. Therefore, Paxcounter does not persistenly store MAC adresses and does no kind of fingerprinting scanned devices. +Intention of this project is to do this without intrusion in privacy: You don't need to track people owned devices, if you just want to count them. Therefore, Paxcounter does not persistenly store MAC adresses and does no kind of fingerprinting the scanned devices. Bonus of this project is that metered data is transferred via a LoRaWAN network, not via usual GSM/LTE or Wifi uplink. -If you need it, you can build this project battery powered and reach a full day uptime with a single 18650 Li-Ion cell. +You can build this project battery powered and reach a full day uptime with a single 18650 Li-Ion cell. This can all be done with a single small and cheap ESP32 board for less than $20. From 50bb8e5c60a9c9dd54f16d80c7fe6dcd3d9af269 Mon Sep 17 00:00:00 2001 From: Verkehrsrot <10289836+cyberman54@users.noreply.github.com> Date: Sun, 25 Mar 2018 20:40:21 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a390c0c1..9fbf573b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Paxcounter +# ESP32-Paxcounter **Wifi & Bluetooth driven, LoRaWAN enabled, battery powered mini ESP32 Paxcounter built on cheap ESP32 boards** From ee7fbd69c201184e88b7dfd03e1c03e122dc011f Mon Sep 17 00:00:00 2001 From: Verkehrsrot <10289836+cyberman54@users.noreply.github.com> Date: Sun, 25 Mar 2018 20:41:02 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 9fbf573b..c6d9c99f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # ESP32-Paxcounter -**Wifi & Bluetooth driven, LoRaWAN enabled, battery powered mini ESP32 Paxcounter -built on cheap ESP32 boards** +**Wifi & Bluetooth driven, LoRaWAN enabled, battery powered mini Paxcounter built on cheap ESP32 boards**