AI agents talking to real BLE devices (via Bleak + MCP) #1939
es617
started this conversation in
Show and tell
Replies: 1 comment
-
|
Very cool, thanks for sharing. And when the AI bots take over all the Bluetooth devices, we will know who to blame! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I’ve been using Bleak for years for prototyping and testing BLE devices, and recently built a small open-source tool on top of it that lets AI agents (via MCP) talk directly to real BLE hardware.
The idea is simple: give the agent the same tools you'd use — scan, connect, read, write, subscribe — and let it interact with real devices. That means AI sitting in the debug loop alongside you, poking at services, reading and writing data — but also automating test sequences, exploring unfamiliar devices, or just letting AI interact with the devices around us.
I was honestly impressed by how straightforward it was to build this on top of Bleak — the API design made it pretty painless.
Repo + write-up here if anyone’s curious:
And, thanks for Bleak — it made this kind of experiment way easier than it would have been otherwise.
Beta Was this translation helpful? Give feedback.
All reactions