Flipper-XFW / Xtreme-Firmware

The Dom amongst the Flipper Zero Firmware. Give your Flipper the power and freedom it is really craving. Let it show you its true form. Dont delay, switch to the one and only true Master today!
https://flipper-xtre.me
GNU General Public License v3.0
9.16k stars 650 forks source link

Philips Sonicare does not working #498

Open lordrak007 opened 6 months ago

lordrak007 commented 6 months ago

Describe the bug.

Whan i read brush it detect unknown chip and wants to unlock by password.

Reproduction

Read brush head by NFC

Target

No response

Logs

No response

Anything else?

No response

Sil333033 commented 6 months ago

Can you send a pic of what its detecting?

lordrak007 commented 6 months ago

Screenshot-20231217-231509 Can i help with debug?

Sil333033 commented 6 months ago

yes. Can you send the whole dump here of the file?

lordrak007 commented 6 months ago

NTAG213_2023-12-17_23,28.zip

Sil333033 commented 6 months ago

thanks, just looked at the dump and it looks like it missing some data we are filtering on to verify it is a Sonicare brush.

page 5 byte 4 until page 8 byte 2 is 70 68 69 6C 69 70 73 2E 63 6F 6D. if you convert this to ascii you get philips.com, we are looking for philips.com/nfcbrushheadtap in the code.. So thats the issue, i will fix this later tonight

lordrak007 commented 4 months ago

Can i somehow participate to improve detection?