MatthewKuKanich / FindMyFlipper

The FindMy Flipper app turns your FlipperZero into an AirTag or other tracking device, compatible with Apple AirTags and Samsung SmartTag and Tile Trackers. It uses the BLE beacon to broadcast, allowing users to clone existing tags, generate OpenHaystack key pairs for Apple's FindMy network, and customize beacon intervals and transmit power.
709 stars 31 forks source link

can't found device by ESP32 #75

Open scofieldWyq opened 1 month ago

scofieldWyq commented 1 month ago

i use "generate_keys.py" to generate public key, and use "Advertisement key" content in .keys file to assign to public_key.

build and deploy is find, but these's still messing when enter "./request_reports.py",

using this code ("https://github.com/seemoo-lab/openhaystack/tree/main/Firmware/ESP32") to build & deploy, only set static uint8_t public_key[] = "<public key>";

Lightblue can found it.