Bluetooth auto-connect server
The ESP32-PICO-KIT has a buit-in bluetooth low energy server. Let's use it as a community mailingbox to exchange short text messages.
1) A user(transmitter) prepares a message on it's Andoid App to send to an other user(recipient)
2) When transmitter his close enough from the server, the message is uploaded and stored
3) When the recipient is close enough from the server, he will download the message and read it thanks to it's Android App.
Next level would be a multiple bluetooth stations network. In that kind of network architecture, users are the wires, they carry the information. So it's better not to be in a hurry !

Discussion (0 comments)