Skip to content

itsaname/ESP32_BLE_OTA_PlatformIO_upload_script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BLE_OTA_PlatformIO_Script

A script for performing OTA update over BLE on ESP32 Modified from https://github.com/fbiego/BLE_OTA_Python

avatar

Requirements

  • Bleak $ pip install bleak

Usage

add

extra_scripts = bleota.py

upload_protocol = custom

MAC_ADDR = your device mac here

in platformio.ini

and paste bleota.py near platformio.ini

About

a PlatformIO upload script for ESP32_BLE_OTA_ARDUINO from https://github.com/fbiego/ESP32_BLE_OTA_Arduino

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages