1
0
Bifurcation 0
miroir de https://github.com/nicjes/SonicareGenerator.git synchronisé 2025-03-05 16:00:50 +01:00
Password Generator for Philips Sonicare NFC Brush Heads
Aller au fichier
Nico Jeschke 2778fd2c15
Merge pull request #1 from RichieB2B/padding
Pad password with 0 on the left
2023-12-27 11:30:21 +01:00
index.html Pad password with 0 on the left 2023-12-27 09:56:37 +01:00
README.md update readme 2023-08-25 15:41:21 +02:00

SonicareGenerator

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.

Usage

  1. Download an NFC reader/writer (e.g. to your Smartphone).
  2. Scan the brush head using the NFC reader.
  3. Open the generator at https://nicjes.github.io/SonicareGenerator/.
  4. Fill in the UID field (NFC Tag Serial Number displayed in NFC reader).
  5. Fill in the MFG field (Code printed underneath brush head).
  6. Click the "Generate" button.
  7. If the input is valid, the generated password and an advanced NFC command will be displayed.
  8. Send this NFC command to your brush head using the NFC writer.

Input Examples

  • 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)!

Credits

@ATC1441: For providing the password generation algorithm.