18 lines
712 B
Markdown
18 lines
712 B
Markdown
|
# Peer-to-peer
|
||
|
One-way communication for transmission or reception with index.
|
||
|
nRF24L01 can send and receive up to 32 characters, but by adding an index to the sent data, it can send and receive 256 types of data.
|
||
|
|
||
|
# Configuration
|
||
|
|
||
|

|
||
|
|
||
|

|
||
|
|
||
|
# Screen Shot
|
||
|

|
||
|
|
||
|
|
||
|
# Communicat with Arduino Environment
|
||
|
Run this sketch.
|
||
|
ArduinoCode\Peer-to-peer\IndexedStringTest
|