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.
git clone https://github.com/OhioIoT-ESP32-WiFi-Examples/Final-Checklist.git
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()
andwifi_tools.log_status()
function calls. - Compile and run
- 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.
*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).*