Page 1 of 1

Google Fast Pair Service

Posted: Fri Apr 14, 2023 8:13 pm
by thefury
https://developers.google.com/nearby/fa ... troduction

Has anyone implemented this on ESP32? Is it even technically possible?

I found nothing on GitHub, and it doesn't seem to be the easiest term to google. But it would be pretty cool to have.

Re: Google Fast Pair Service

Posted: Sat Apr 15, 2023 2:43 pm
by bidrohini
Found no materials but technically it should be possible. Maybe we need to configure the ESP32 as a BLE client.

Re: Google Fast Pair Service

Posted: Mon Apr 24, 2023 2:32 pm
by thefury
I missed this before, but there's a reference implementation that should make it easier to port:

https://github.com/google/nearby/tree/main/embedded

I wonder if we can turn this into a component for esp-idf and have it use idf's copy of mbedtls instead of having to bring its own

Re: Google Fast Pair Service

Posted: Mon Apr 24, 2023 8:31 pm
by bidrohini
Maybe you can ask in the issues section of the link that you shared: https://github.com/google/nearby/issues