Skip to content

Base Micropython code to initialise the WIFI Kit32 ESP32

Notifications You must be signed in to change notification settings

IainColledge/WIFIKit32ESP32base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WIFI Kit 32 ESP32 Base

Base wifi connectivity, config and display micropython code for the WIFI Kit 32 ESP32 WIFI wireless with 0.96 inch OLED Display dev board.

To configure wifi settings create a file wifi_config.py such as:

#
# Wifi Config
#


ssid = "Your wifi name"
password = "Your wifi password"

Do not add to git and this allows for local config without sharing your secrets on Github.

Notes

The ssd1306 built in library doesn't seem to be in the image for micropython 1.10, hence included here.

About

Base Micropython code to initialise the WIFI Kit32 ESP32

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages