ble-optiboot icon indicating copy to clipboard operation
ble-optiboot copied to clipboard

This directory contains the Optiboot small bootloader for AVR microcontrollers, modified to support transfer using Bluetooth Low Energy in addition to UART

Results 4 ble-optiboot issues
Sort by recently updated
recently updated
newest added

What and where I need to make changes in this project to provide my ATmega1284p based project have DFU capabilities?

I've successfully compiled the bootloader to test it on a ATmega 328p, but the resulting file is over 10 kB. Since there is no example binary, I'm not seeing any...

In the README, it is stated that the DFU Packet GATT contains two Properties (Write without Response and Notify), while the DFU Control Point GATT contains one Property (Write with...

I'm compiling the bootloader and there is a warning thrown at optiboot.c, line 306: "address" may be used uninitialized. I'm able to ignore the warning by disabling -Werror CFLAG in...