1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/driver_at86rf2xx
2019-10-21 15:33:11 +02:00
..
addr.c tests/driver_at86rf2xx: fix var lengths and unused vars 2017-11-07 21:09:22 +01:00
cmd.c tests/driver_at86rf2xx: Use NETOPT_MAX_DPU_SIZE 2019-02-18 20:19:20 +01:00
common.h tests: make use of ARRAY_SIZE macro 2019-08-06 19:43:54 +02:00
main.c drivers/at86rf2xx: do not hang on no dev 2019-09-02 10:27:24 +02:00
Makefile tests: BOARD_INSUFFICIENT_MEMORY -> Makefile.ci 2019-10-17 15:11:59 +02:00
Makefile.ci tests: add stm32f030f4-demo to Makefile.ci 2019-10-21 15:33:11 +02:00
README.md tests: added test app for the at86rf2xx driver 2015-04-27 18:56:59 +02:00
recv.c drivers/at86rf2xx: print signed RSSI instead of unsigned 2019-04-23 11:15:26 +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.