Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Displays QRcode for devices (phones, tablets) to quickly connect to a wifi network. Written for/tested on Circuit 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

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages