Update README.md

This commit is contained in:
NDBCK 2016-12-01 18:52:24 +01:00 committed by GitHub
parent 76aee61f4e
commit fc3bbafc93
1 changed files with 3 additions and 3 deletions

View File

@ -123,7 +123,7 @@ SPI Data Register Value
```
####Pairing remote and transformer
When the button on the receiver is pressed (transformer) and the button on the transmitter is pushed (and held down) the receiver learns the address of the remote. The sniffed data (complete)
When the button on the receiver is pressed (transformer) and the button on the transmitter is pushed (and held down) the receiver learns the address of the remote. The sniffed data can be found [HERE](https://github.com/NDBCK/Ansluta-Remote-Controller/blob/master/SPI_Data/SPI_Pair.txt).
```
//Strobe 1:
@ -178,9 +178,9 @@ The SPI settings (found by looking at the graph in the datasheet "Configuration
The prototype code simply sends the necessary signals to turn the lights on and off in an endless loop (for testing purposes).
Now that the prototype works it's time to make a couple of remotes to control the light.
It's needed to remark that the givven code uses the address that my original Ikea remote has. Somewhere within the 8 bytes that are sent in a burst will be an unique identifier. Without another remote to compare it to I don't know what the identifier is. (Probably there won't be a sort of error detection like CRC because only one byte changes when the button is pressed).
##Designing a PCB
...
Comming soon
##Different addresses