Skip to content

jtuttas/ESP8266-WPA2-Enterprise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP8266 & ESP32 mit DS18B20 und LED im Schulnetz der MMBBS

Screenshot

Installation ESP8266

Voraussetzungen

Folgendes muss installiert sein!

  • git
  • python
  • Arduino IDE

Vorbereitungen

SDK2.0 f. WPA2 Enterprise installieren

Kompilieren

Anschließend kann webserver.ino aus diesem Repository laden und username und password anpassen kompilieren und auf den ESP8266 geladen werden!

// Username for authentification
static const char* username = "tuttas";
// Password for authentication
static const char* password = "geheim!";

Verkabelung

Wireing

Installation ESP32

git clone https://github.com/Links2004/arduinoWebSockets.git WebSockets
git checkout esp32
static const char* ssid = "MMBBS-Intern";
// Username for authentification
#define EAP_USERNAME "tuttas"
#define EAP_PASSWORD "geheim!"

Verkabelung

Wireing

About

ESP8266 in a WPA2 Enterprise Network

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages