What am i even doing?
The general idea is to replicate the concept of StreetPass in any a way to allow simple broadcasting of silly data between devices in short proximity of each other.
how do we do that?
With ESP32’s hopefully we could make something work. Right now it seems like the best way to do this is using Bluetooth low energy (BLE) to broadcast data between devices. Protocols like iBeacon and Eddystone are the most common ways to do this, but it would be cool if we made our own “protocol” for this project.
current MVP
- Broadcast a simple message between devices
How hard could it be?