Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.23 KB

File metadata and controls

35 lines (29 loc) · 1.23 KB

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.