/Final-Checklist

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.

Primary LanguageC++MIT LicenseMIT

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).*