Hacker News new | ask | show | jobs
by snakeye 2182 days ago
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 :(

1 comments

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