Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/redchenjs/bluetooth_flash_programmer_qt

Bluetooth Flash Programmer | 藍牙Flash編程器 | 藍牙Flash編程器配套工具
https://github.com/redchenjs/bluetooth_flash_programmer_qt

bluetooth flash programmer qt spp

Last synced: 25 days ago
JSON representation

Bluetooth Flash Programmer | 藍牙Flash編程器 | 藍牙Flash編程器配套工具

Awesome Lists containing this project

README

        

Bluetooth Flash Programmer
==========================

Bluetooth Flash Programmer using Bluetooth SPP profile.

## Dependencies

```
cmake
qt5-base
qt5-connectivity
```

## Build

```
mkdir -p build
cd build
cmake ../
make
```

## Usage

### Erase full flash chip

```
btflash BD_ADDR erase_all
```

### Erase flash

```
btflash BD_ADDR erase 0x0000(addr) 0x1000(length)
```

### Write flash

```
btflash BD_ADDR write 0x0000(addr) 0x1000(length) data.bin
```

### Read flash

```
btflash BD_ADDR read 0x0000(addr) 0x1000(length) data.bin
```

### Get flash info

```
btflash BD_ADDR info
```