2024-05-14 16:11:08 +03:00

712 B

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

config-top

config-app

Screen Shot

Peer-to-peer-indexed

Communicat with Arduino Environment

Run this sketch.
ArduinoCode\Peer-to-peer\IndexedStringTest