This is a web application that generates the NFC password for a Philips Sonicare toothbrush head. This can be used to reset its wear timer and continue using the head beyond the manufacurers recommendations.
- Download an NFC reader/writer (e.g. to your Smartphone).
- Scan the brush head using the NFC reader.
- Open the generator at https://nicjes.github.io/SonicareGenerator/.
- Fill in the UID field (NFC Tag Serial Number displayed in NFC reader).
- Fill in the MFG field (Code printed underneath brush head).
- Click the "Generate" button.
- If the input is valid, the generated password and an advanced NFC command will be displayed.
- Send this NFC command to your brush head using the NFC writer.
- Valid UID pattern example: 04:EC:FC:A2:94:10:90
- Valid MFG pattern example: 221214 12K
- Pay attention to the space in the MFG code (regardless if it exists on the head or not)!
@ATC1441: For providing the password generation algorithm.