Go to file
2023-05-20 17:51:41 +02:00
.github Update build.yml 2023-05-19 22:15:32 +02:00
docs add wifi channel map configuration option 2023-04-28 17:24:12 +02:00
include add wifi channel map configuration option 2023-04-28 17:24:12 +02:00
lib bintray client show error msg 2023-01-21 19:09:53 +01:00
src generic.h: shrink features due to IRAM shortage 2023-05-20 17:51:41 +02:00
.clang-format do not sort includes, breaks lmic 2018-06-10 22:18:02 +02:00
.gitignore Update .gitignore 2020-09-27 23:23:08 +02:00
LICENSE LICENSE update 2018-10-21 23:09:47 +02:00
mkdocs.yml Readme changes, added logo 2022-11-22 14:33:36 +01:00
platformio_orig_s3.ini remove usage of PSRAM, to free IRAM, bump to 3.6.0 2023-05-20 15:45:18 +02:00
platformio_orig.ini Merge pull request #965 from cyberman54/master 2023-05-20 15:47:13 +02:00
README.md Update README.md 2022-11-23 08:27:24 +01:00

ESP32-Paxcounter

logo

Wifi & Bluetooth driven, LoRaWAN enabled, battery powered mini Paxcounter built on cheap ESP32 LoRa IoT boards

Tutorial (in german language): heise.de

CodeFactor PlatformIO CI


Documentation: https://cyberman54.github.io/ESP32-Paxcounter

Source Code: https://github.com/cyberman54/ESP32-Paxcounter


Use case

Paxcounter is an ESP32 MCU based 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 evaluating their MAC adresses.

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.

Data can either be stored on a local SD-card, transferred to cloud using LoRaWAN network (e.g. TheThingsNetwork or Helium) or MQTT over TCP/IP, or transmitted to a local host using serial (SPI) interface.

You can build this project battery powered using ESP32 deep sleep mode and reach long uptimes with a single 18650 Li-Ion cell.

License

Copyright 2018-2022 Oliver Brandmueller ob@sysadm.in

Copyright 2018-2022 Klaus Wilting verkehrsrot@arcor.de

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

NOTICE: Parts of the source files in this repository are made available under different licenses, see file LICENSE.txt in this repository. Refer to each individual source file for more details.

Credits

Thanks to