Hi,
as I’m not that familiar with bluetooth programming and my time for hobby projects is pretty limited, I was looking for projects that make use of the bluetooth api. However, this seems to be pretty hard as the projects are mostly pretty outdated or directly use the wifi api.
Does anybody have a working sample code for either esp/arduino or raspberry pi that allows:
- pairing with a nuki 3.0
- opening closing
So far I found
https://github.com/0x7466/python-nuki-client (fails with timeout when doing the discovery of services)
https://github.com/fivebanger/nukibridge (have not got it to work yet)
I would prefer a solution for esp32 or esp8622.
It would be very helpful for my hobby afternoons.