fbiego / BLE_OTA_Python

A script for performing OTA update over BLE on ESP32

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BLE_OTA_Python

A script for performing OTA update over BLE on ESP32

Requirements

  • Bleak $ pip install bleak

Usage

python ota.py "01:23:45:67:89:ab" "firmware.bin"

you can create a batch file on windows

@echo off
python ota.py "40:F5:20:4A:45:B7" "firmware.bin"
pause

About

A script for performing OTA update over BLE on ESP32

License:MIT License


Languages

Language:Python 99.3%Language:Batchfile 0.7%