Hacker News new | ask | show | jobs
by snakeye 2182 days ago
Thank you! I'm looking for a simple and convenient solution as well.
1 comments

I have opened a few issues in your repo, I want to try this out but there's very little documentation. I know I can probably just `pio build -t upload`, but I'm not sure about the schematics.
Oh, right, need some documentation there as well.

In general you can try the project with ESP32 development board and upload the firmware using `pio run -t upload -t monitor`

Then you need to pair the Bluetooth device. Afterwards you should be able to see connection requests in the serial monitor when you start authentication.

The actual authentication commands are not implemented yet, so it will not go further. Sorry :(

Ah, I see, thanks. I will watch the project and hopefully will use it when it's finished, thanks!