Skip to content

NoOrientationProgramming/hello-world-esp32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Standard

ESP32 Hello World

...

How to use

Clone repo with

git clone https://github.com/NoOrientationProgramming/hello-world-esp32.git --recursive

Enter directory

cd hello-world-esp32/

Set WiFi variables

On Windows

set ESP_WIFI_SSID=MySSID
set ESP_WIFI_PASSWORD=MyPassword

On Linux

export ESP_WIFI_SSID=MySSID
export ESP_WIFI_PASSWORD=MyPassword

Load toolchain

Must be installed already, see ESP-IDF Setup

. ../esp-idf/export.sh

Build project

idf.py build

Flash to device

idf.py flash

Connect to debugging channels

For windows: Use putty as telnet client

Process Tree Viewer

telnet <ip> 3000

Process Log

telnet <ip> 3002

Command Interface

telnet <ip> 3004

About

ESP32 Hello World based on the SystemCore of NoOrientationProgramming

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published