Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
guohui committed Jul 30, 2014
1 parent 398a9cf commit 2aeaa06
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# dfu-ota-for-blend/blend micro #
---

DFU OTA for Blend and Blend Micro boards.

## Introduction ##
---

In the "Source" folder, it contains the source code and makefile to generate the hex file of bootloader. To compile the source code correctly, you need to change the folder name from "ble-caterina" to "caterina" and put it into the folder "Arduino\hardware\arduino\bootloaders". So you'd better backup the previous folder of "caterina" fisrt.

Expand All @@ -13,9 +11,8 @@ In the "Release" folder, it contains a hex file of bootloader we have generated
In the "Jump2DFU" folder, it contains a sketch and the corresponding hex file running on Blend Micro. The sketch is used to jump to bootloader when Blend Micro received 0xFF from app. The sketch relys on our BLE libraries.

## Getting Started ##
---

1. Copy the released hex file, Caterina-BlendMicro.hex, to "Arduino\hardware\blend\bootloaders\caterina" if you have added our Blend/Blend Micro boards onto Arduino. You'd better backup the previous hex file of Blend Micro.
1. Copy the released hex file, Caterina-BlendMicro.hex, to "Arduino\hardware\blend\bootloaders\caterina" if you have [added our Blend/Blend Micro boards onto Arduino](http://redbearlab.com/getting-started-blend/). You'd better backup the previous hex file of Blend Micro.

2. You need an Arduino board with Arduino ISP sketch programmed. Connect Blend Micro with the Arduino board. More info about Arduino ISP, please refer [here](http://arduino.cc/en/Tutorial/ArduinoISP).

Expand Down

0 comments on commit 2aeaa06

Please sign in to comment.