Skip to content

Commit b9836aa

Browse files
committed
readme formatting fixes
1 parent fb6a8f2 commit b9836aa

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

readme.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ If you have a Segger hooked up to the board you can also run:
2626
Flashing
2727
--------
2828

29-
###Firmware Over the Air (FOTA)
29+
### Firmware Over the Air (FOTA)
3030
We've included a file in the `/firmware` folder called `super.hex`. This firmware has a bootloader included that allows the BLEKey to be flashed from a cell phone by shorting the first and last pins of the P2 port, and inserting a battery. The firmware update has been tested on the Android platform using the Nordic Master Control Panel tool.
3131

3232
[We've created a video to demonstrate the process.](/firmware/fw_update.mp4)
3333

34-
###MacOS or Linux
34+
### MacOS or Linux
3535

3636
To flash the softdevice and BLEKey firmware from the CLI you can use JLinkExe which is provided in the [Segger Software](https://www.segger.com/jlink-software.html)
3737

@@ -56,30 +56,30 @@ If you prefer a GUI you can always use [rknrfgo](http://sourceforge.net/projects
5656

5757
The cheatsheet above is [ripped from Nordic's blog](https://devzone.nordicsemi.com/blogs/22/getting-started-with-nrf51-development-on-mac-os-x/)
5858

59-
###Windows
59+
### Windows
6060

6161
Use tools from Nordic.
6262

6363
Using BLEKey
6464
------------
6565

66-
### Ble Characteristics
66+
### BLE Characteristics
6767
| Service | Characteristic | Function
6868
|----------|----------------|---------------
6969
| 0xABCD | 0xAAAA | Read Last Cards
7070
| 0xABCD | 0xBBBB | Replay Card
7171
| 0xABCD | 0xCCCC | Send Data (Data)
7272
| 0xABCD | 0xDDDD | Send Data (Length)
7373

74-
###Client
74+
### Client
7575

7676
There is a BLEKey client in the client/ directory of the git repo. See readme.md and requirements.txt for more information on its use.
7777

78-
###Phones/Tablets
78+
### Phones/Tablets
7979

8080
A client is planned. Until then download any BLE utility that can read/write BLE characteristics. See below for more information on specific characteristics.
8181

82-
###CLI (Linux)
82+
### CLI (Linux)
8383

8484
Find your Bluetooth device with `hcitool dev` scan for BLEKey with `hcitool -i <dev> lescan`
8585

@@ -114,14 +114,14 @@ You can also just use gatttool from the command line to yell BLEKey to send Wieg
114114
sudo gatttool -t random -b D4:34:E8:CA:6F:6A --char-write-req -a 0x000d -n 01
115115
```
116116

117-
###Notes:
117+
### Notes:
118118

119119
* Bluetooth Explorer is in the [Hardware IO Tools from Apple](http://adcdownload.apple.com/Developer_Tools/Hardware_IO_Tools_for_Xcode_6.3/HardwareIOTools_Xcode_6.3.dmg) it's probably the best BLE utility for Mac.
120120

121121
Pinouts
122122
-------
123123

124-
###Harware rev. 0 code name Acamas
124+
### Harware rev. 0 code name Acamas
125125

126126
| Pin | Function |
127127
| ------|---------------|
@@ -138,7 +138,7 @@ Pinouts
138138
| 35 | DIO |
139139
| 36 | CLK |
140140

141-
###Hardware rev. 1 Agapenor
141+
### Hardware rev. 1 Agapenor
142142

143143
Pinouts are identical to Acamas unless otherwise noted.
144144

@@ -149,7 +149,7 @@ Pinouts are identical to Acamas unless otherwise noted.
149149
| 8 | GPIO |
150150
| 20 | LED0 |
151151

152-
####P1 - Programming port (square solder mask pin 0)
152+
#### P1 - Programming port (square solder mask pin 0)
153153

154154
| Pin | Function |
155155
| ------|---------------|
@@ -158,7 +158,7 @@ Pinouts are identical to Acamas unless otherwise noted.
158158
| 2 | CLK |
159159
| 3 | Gnd |
160160

161-
####P2 - Serial/GPIO port (square solder mask pin 0)
161+
#### P2 - Serial/GPIO port (square solder mask pin 0)
162162

163163
| Pin | Function |
164164
| ------|---------------|

0 commit comments

Comments
 (0)