Skip to content

Instantly share code, notes, and snippets.

@dfrankland
Created April 28, 2023 18:15
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dfrankland/824b9cb31922c297f693e1f904399e60 to your computer and use it in GitHub Desktop.
Save dfrankland/824b9cb31922c297f693e1f904399e60 to your computer and use it in GitHub Desktop.

Google Nest Wifi QR Code Generation

Create a QR Code for one that is destroyed, misplaced, or removed from Google Nest Wifi access points.

  1. Use the following template to generate the text value for the QR code:

    1V:E100$P:3$R:1$D:700101$S:______________$L:641666004ADA471E$W:F072EA4C4100$H:____.ybc$C:________$
                              ^ ID                                               ^ Wifi ID  ^ Setup Code
    

    Note

    • The ID is close to the FCC info on the bottom
    • The Setup Code is at the opposite side of the FCC info on the bottom
    • The Wifi ID is derived from the SSID which looks like the following: GoodleNestPoint____.____.ybc

    google-nest-wifi-qr-code-gen

  2. Add the text value from above to the chl query parameter below and view or download the QR code image from the URL

    https://chart.googleapis.com/chart?cht=qr&chs=177x177&chl=
    
  3. Setup the Google Nest Wifi access point from the generated QR code

@samlon906
Copy link

YRRFWWKB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment