Skip to content

The code base accompanying one step in the video series on creating a next-level WiFi library for your ESP32 projects. The video associated with this code base focused on engaging with the events provided by WiFi.h and logging them to get the best information possible about your WiFi connection.

License

Notifications You must be signed in to change notification settings

OhioIoT-ESP32-WiFi-Examples/Final-Checklist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WiFi: Get Your Creds Out

Overview

This code was generated in the YouTube video ESP32 WiFi: Final Checklist, the final video in a series on building a next-level WiFi library for ESP32 IoT developers. 👉 Subscribe to the OhioIoT YouTube Channel for more on All Things IoT: hardware, firmware, connectivity, cloud computing, and dev toolkit.

Getting Started

git clone https://github.com/OhioIoT-ESP32-WiFi-Examples/Final-Checklist.git

Getting Started - PlatformIO

This codebase is structrued as a fully ready PlatformIO project, so users can git pull and then immediately compile (after adding credentials).

  • Change the WiFi credentials in lib/creds/creds.h.
  • To turn off logging, delete/comment-out the wifi_tools.log_events() and wifi_tools.log_status() function calls.
  • Compile and run

Getting Started - Arduino IDE

  • Copy the wifi_tools folder, found in the lib/ folder, to the libraries/ folder in your Arduino folder (where Arduino stores all of your shared libraries.
  • Copy the checklist/ folder to your Arduino projects folder
  • Edit the credentials in checklist/creds.h.

About


*OhioIoT is an IoT platform designed for small-scale IoT projects. For more, check out our webiste at [www.OhioIoT.com](https://www.ohioiot.com).*

About

The code base accompanying one step in the video series on creating a next-level WiFi library for your ESP32 projects. The video associated with this code base focused on engaging with the events provided by WiFi.h and logging them to get the best information possible about your WiFi connection.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published