Browse Source

Update README.md

master
jmichault 5 years ago
committed by GitHub
parent
commit
f6d38d48a9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      README.md

+ 5
- 1
README.md View File

@@ -6,7 +6,10 @@ A Raspberry Pi 3 with raspbian and [wiringPi](http://wiringpi.com/) installed.

## Getting Started

Download and unpack the archive on your raspberry.
Download flash_cc2531 on your raspberry:
```bash
git clone https://github.com/jmichault/flash_cc2531.git
```
Connect the following pins of the debug port to the GPIO port :
pin 1 (GND) --> pin 39 (GND)
pin 7 (reset) --> pin 35 (GPIO24)
@@ -17,6 +20,7 @@ and insert the usb dongle in a port.

test by running :
```bash
cd flash_cc2531
./cc_chipid
```
it should returns :


Loading…
Cancel
Save