Thanks to visit codestin.com
Credit goes to github.com

Skip to content

NoOrientationProgramming/hello-world-esp32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clone repository

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

Enter directory

cd esp32-hello-world/

Initialize git submodules

git submodule update --init --recursive

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 ESP

idf.py flash

Connect to debugging channels

For windows: Use putty as telnet client

Process Tree Viewer

telnet <ip> 3000

Process Log

telnet <ip> 3001

Command Interface

telnet <ip> 3002

Releases

No releases published

Packages

No packages published