Blame view

RIOT/tests/driver_at86rf2xx/README.md 387 Bytes
a752c7ab   elopes   add first test an...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  # About
  This is a manual test application for the AT86RF2xx radio driver
  
  For running this test, you need to connect/configure the following pins of your
  radio device:
  - SPI MISO
  - SPI MOSI
  - SPI CLK
  - CS (ship select)
  - RESET
  - SLEEP
  - INT (external interrupt)
  
  # Usage
  For testing the radio driver you can use the netif and txtsnd shell commands
  that are included in this application.