# bluetooth_flash_programmer_qt **Repository Path**: redchenjs/bluetooth_flash_programmer_qt ## Basic Information - **Project Name**: bluetooth_flash_programmer_qt - **Description**: Bluetooth Flash Programmer | 藍牙Flash編程器 | 藍牙Flash編程器配套工具 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-13 - **Last Updated**: 2021-02-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 ```