tobozo / ESP32-BLECollector

แ›กแ›’ BLE Scanner + Data persistence on SD Card for M5Stack, M5Core2, Odroid-Go, ESP32-Wrover-Kit and other models
https://youtu.be/G07loGS04Vg
MIT License
281 stars 31 forks source link

Noob question #39

Closed simme closed 3 years ago

simme commented 3 years ago

Hey!

Just stumbled upon this impressive project! I've been looking around for a way of sniffing BLE packets to reverse engineer the communications of some electronics. Being very new at this "hardware stuff" I'm just struggling a bit to understand if this project could achieve this? Basically I want to sniff traffic and get it into Wireshark somehow. I've got no problem with the code itself, just new to this particular area. So trying to figure out the right end to start in ๐Ÿ˜…

Thanks!

Oh, and sorry for making an issue here. Didn't manage to explain myself within a tweet :P

tobozo commented 3 years ago

hey @simme thanks for your feedback

The ESP32 is very limited in terms of BLE sniffing, so this app is just a BLE scanner with some gfx.

Using Nordic hardware (e.g. nRF52840) is probably a better choice for WireShark.

simme commented 3 years ago

Gotcha! Thank you for taking the time to answer! :)