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 using headers files and #include statements to bring credentials into your source files without uploading them to the cloud.

License

Notifications You must be signed in to change notification settings

OhioIoT-ESP32-WiFi-Examples/Dont-Upload-Your-Credentials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP32 WiFi: Don't Upload Your Credentials

Overview

This code was generated in the YouTube video ESP32 WiFi: Don't Upload Your Credentials, part of a video series marching toward 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/Dont-Upload-Your-Credentials.git

Getting Started - PlatformIO

This codebase is as a fully ready PlatformIO project.

  • change the WiFi credentials in lib/creds.h
  • compile and run

Getting Started - Arduino IDE

  • Copy the lib/wifi_tools folder to the libraries/ folder in your Arduino folder (where Arduino stores all of your shared libraries
  • Edit the credentials in wifi_lab/creds.h
  • compile and run wifi_lab/wifi_lab.ino

About

OhioIoT is an IoT platform designed for small-scale IoT projects (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 using headers files and #include statements to bring credentials into your source files without uploading them to the cloud.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published