Skip to content

ESP8266 over the air programming test using Arduino and Platformio

Notifications You must be signed in to change notification settings

funkfinger/esp8266-ota-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

---- This is a Platformio project:

to build...

platformio run

to upload...

platformio run --target upload

to start a serial monitor...

platformio serialports monitor -b 115200

update the ota IP address - use your router to set a static IP based on MAC - in platformio.ini

# for over the air - set port to ip address of module...
upload_port = 10.0.2.240

About

ESP8266 over the air programming test using Arduino and Platformio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages