https://github.com/redchenjs/bluetooth_flash_programmer
Bluetooth Flash Programmer | 藍牙Flash編程器(主倉庫)
https://github.com/redchenjs/bluetooth_flash_programmer
bluetooth esp32 flash programmer qt
Last synced: about 2 months ago
JSON representation
Bluetooth Flash Programmer | 藍牙Flash編程器(主倉庫)
- Host: GitHub
- URL: https://github.com/redchenjs/bluetooth_flash_programmer
- Owner: redchenjs
- Created: 2020-03-15T22:22:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-26T14:18:38.000Z (about 5 years ago)
- Last Synced: 2025-01-21T09:48:35.434Z (over 1 year ago)
- Topics: bluetooth, esp32, flash, programmer, qt
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Bluetooth Flash Programmer
==========================
## Main Features
* Support JEDEC's SFDP standard SPI flash.
* Flash R/W speed can reach 260 KB/s via Bluetooth SPP.
## Pinmap
| FLASH | CS | SCLK | MOSI | MISO |
| :---- | -: | ---: | ---: | ---: |
| ESP32 | 15 | 14 | 13 | 12 |
## Commands
* `MTD+ERASE:ALL!`: Erase Full Flash Chip
* `MTD+ERASE:0x%x+0x%x`: Erase Flash: Addr Length
* `MTD+WRITE:0x%x+0x%x`: Write Flash: Addr Length
* `MTD+READ:0x%x+0x%x`: Read Flash: Addr Length
* `MTD+INFO?`: Flash Info
## Repositories
* [ESP32 Controller](https://github.com/redchenjs/bluetooth_flash_programmer_esp32)
* [QT Flash Tools](https://github.com/redchenjs/bluetooth_flash_programmer_qt)