dakhnod / FakeTag

firmware for nRF51 chips that is coincidentally compatible with the FindMy (AirTag) ecosystem
368 stars 23 forks source link

how many keys are needed for it to work? #9

Open thirstyone opened 10 months ago

thirstyone commented 10 months ago

I used a single key obtained from openhaystack, but it seems that it stops working after a while (may be 1 hour later) - is there a minimum number of keys to be set in keys.h?

(besides, i can't understand what is that 'toggle key derivation' option in OH, and where do you normally those 100 keys from?)

dakhnod commented 10 months ago

My key generation algorithm is pretty simple, but private, so I can't help with that. Did you adjust the key count in keys.h?

thirstyone commented 10 months ago

argh! my bad! it should probably read uint16_t advertisement_key_count = 1, not 100 thank you!