Skip to content

OhioIoT-ESP32-Provisioning-Examples/Basic-Config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP32 Provisioning: Basic Config

Overview

This code serves is an output from the YouTube video ESP32 Provisioning - Write Your Own in 100 Lines. 👉 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-Provisioning-Examples/Basic-Config.git

Getting Started - PlatformIO

  • Compile and run

Getting Started - Arduino IDE

  • copy /src/main.cpp into a new sketch prov_lab/prov_lab.ino in your Arduino projects folder
  • copy the lib/provisioner folder into your libraries/ folder in your Arduino projects folder
  • Compile and run

About

OhioIoT is an IoT platform designed for small-scale IoT projects (https://www.ohioiot.com).