Live data from Hacker News

Show HN: Hacking Bluetooth to brew coffee in GitHub actions

grack.com

1–10 of 38 posts

Show HN: Hacking Bluetooth to brew coffee in GitHub actions

#1
This is my adventure reverse engineering a De'Longhi coffeemaker's Bluetooth-Low-Energy-based protocol, writing a rust CLI for it, and hooking it up to GitHub actions to let us brew from either the browser or the GitHub app by filing issues (all the coffee are defined in issue templates).

Show HN: Hacking Bluetooth to brew coffee in GitHub actions
grack.com

Re: Show HN: Hacking Bluetooth to brew coffee in GitHub actions

#3
Thank you very much, that was a good read. Not a long time ago i wanted to do something with ble and rust but it failed miserabily and barely found any documentation for ble on rust, some also said that "rust isn't bluetooth yet". Will definitely give it a try again after seeing that rust can do it.

Re: Show HN: Hacking Bluetooth to brew coffee in GitHub actions

#6
I want to shout-out the btleplug library again.

I've tried to work with several different BTLE libraries in the past, and I've always had a ton of problems.

btleplug works flawlessly, has as good of an API as is possible given the intrinsic complexity, and is a pleasure to use.

Thank you btleplug team <3

Post reply on HN