1
0
Bifurcation 0
miroir de https://github.com/nicjes/SonicareGenerator.git synchronisé 2025-03-05 16:00:50 +01:00

create README.md

Cette révision appartient à :
Nico 2023-06-22 18:42:49 +02:00 révisé par GitHub
Parent b9e8ecd244
révision 85ae85b021
Aucune clé n'a été trouvée pour cette signature dans la base de données
ID de la clé GPG: 4AEE18F83AFDEB23

27
README.md Fichier normal
Voir le fichier

@ -0,0 +1,27 @@
# SonicareGenerator
Password Generator for Philips Sonicare NFC Brush Heads
This is a web application that generates the NFC password for a Philips Sonicare toothbrush head to reset its wear timer
This can be used to reset its wear timer and continue using the head beyond the manufacurers recommendations.
## Usage
1. Download this repository.
2. Download an NFC reader/writer.
3. Scan the brush head using the NFC reader.
4. Open the `index.html` file of this repository in a web browser.
5. Fill in the UID field (NFC Tag Serial Number displayed in NFC reader).
6. Fill in the MFG field (Code printed underneath brush head).
7. Click the "Generate" button.
8. If the input is valid, the generated password and an advanced NFC command will be displayed.
9. 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](https://github.com/atc1441): For providing the [password generation algorithm](https://gist.github.com/atc1441/41af75048e4c22af1f5f0d4c1d94bb56).