Skip to content

Latest commit

 

History

46 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Standard

ESP32 Hello World

Built with Fractal System Architecture (FSA)

Learn more: https://github.com/fractal-programming

How to use

Clone repo with

git clone https://github.com/fractal-programming/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 Fractal Programming

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages