Skip to content

Displays QR code to allow devices to easily join WiFi networks. Also displays Wifi SSID, password and IP addresses.

Notifications You must be signed in to change notification settings

00b/MagTagWifiQR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Displays QRcode for devices (phones, tablets) to quickly connect to a wifi network. Written for/tested on Circuity Python 7.1

Code is quick and dirty but works. Currently assumes WPA/2 network.

Also displays the following optional values:

Required Libraries:

  • adafruit_bitmap_font
  • adafruit_display_text
  • adafruit_magtag
  • adafruit_portalbase
  • adafruit_fakerequests
  • adafruit_miniqr
  • adafruit_pixelbuf
  • adafruit_requests
  • neopixel
  • simpleio

Requires following fonts in /fonts/

secrets.py file should be populated with wifi info.

To MAYBE do someday:

  • Add some try excepts and error messages if it cannot connect to the internet or network.
  • Add more data or other data screens with additonal network info(ip/cidr/subnetmask,gateway,channel, secuity mode)?
  • Add options for open networks and non-wpa/2 networks.
  • Use another file or source for network info aside from secrets.py, to possibly display one network and use another.

About

Displays QR code to allow devices to easily join WiFi networks. Also displays Wifi SSID, password and IP addresses.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages