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.
1.59k stars 51 forks source link

Add support for other mfi cert apple trackers? #96

Open vsvito420 opened 3 months ago

vsvito420 commented 3 months ago

Hi i have tried adding ali express airtags „world tag“ and noticed they dont advertise a payload like airtags if I understand this right. i used nRF connect and those trackers only had a payload of lengh 7 while airtags had 30.

i was able to use airtags for find my flipper but not aftermarket trackers like those i used.

https://a.aliexpress.com/_EIbStal Iside find my: Manufacturer: World Tag Modell: World Tag Firmware 1.7.30

I also have another side question: can i disable the Lost mode in find my?

Salty-Coder commented 1 month ago

Although I have no relation to this repo, I might be able to help here.

I had a lot of trouble using an "iTag" (AliExpress ripoff MFI tag), as I could just never get the right data from nRF. In the end, I bought a £5 bluetooth module and used the flipper UART terminal method to get the right data. This proved to be a much easier method. That is what solved the issue for me, and allowed me to use an AliExpress MFI tag rather than sacrificing an AirTag.

Hopefully this helps.