https://github.com/michelep/esp32_beaconsniffer
Beacon monitor for ESP32 with OLED display
https://github.com/michelep/esp32_beaconsniffer
arduino beacon esp32 wifi
Last synced: about 1 year ago
JSON representation
Beacon monitor for ESP32 with OLED display
- Host: GitHub
- URL: https://github.com/michelep/esp32_beaconsniffer
- Owner: michelep
- License: gpl-3.0
- Created: 2019-08-27T13:35:34.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-29T11:06:22.000Z (almost 7 years ago)
- Last Synced: 2025-04-01T14:58:48.431Z (about 1 year ago)
- Topics: arduino, beacon, esp32, wifi
- Language: C++
- Size: 23.4 KB
- Stars: 22
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ESP32 Beacon Sniffer
Simple WiFi beacon sniffer for boards based on the Espressif Systems ESP32 module
The sketch shall be compiled with Arduino IDE configured with the proper ESP32 plugin (https://github.com/espressif/arduino-esp32).
The code is based on the work of Łukasz Podkalicki (http://blog.podkalicki.com/esp32-wifi-sniffer/) and a lot of other sources mentioned inside the source code.