1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/driver_at86rf2xx
Hauke Petersen 55752ff4f2 Merge pull request #3202 from haukepetersen/opt_shell_init
sys/shell: changed signature of put_char pointer
2015-06-15 17:28:40 +02:00
..
auto_init_ng_netif Improve naming of thread stacksize/priority constants 2015-05-21 00:14:23 +02:00
main.c tests: make use of uart0_[readc|putc] 2015-06-14 17:08:51 +02:00
Makefile tests: adjusted test to changed GPIO interface 2015-06-12 19:10:16 +02:00
ng_at86rf2xx_params.h drivers: adapt ng_at86rf2xx to new auto_init_ng_netif scheme 2015-05-17 21:02:00 +02:00
README.md tests: added test app for the at86rf2xx driver 2015-04-27 18:56:59 +02:00

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.