1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/driver_at86rf2xx
Sebastian Meiling d06aa5f23f
Merge pull request #10597 from miri64/tests/cleanup/rm-NETOPT_IPV6_IID
tests: remove NETOPT_IPV6_IID get() from driver_at86rf2xx test
2019-01-08 09:59:43 +01:00
..
addr.c tests/driver_at86rf2xx: fix var lengths and unused vars 2017-11-07 21:09:22 +01:00
cmd.c tests: remove NETOPT_IPV6_IID get() from driver_at86rf2xx test 2019-01-07 17:09:23 +01:00
common.h netdev2: rename to netdev and remove gnrc_netdev 2017-03-15 09:31:20 +01:00
main.c tests/driver_at86rf2xx: eliminate cast 2019-01-03 22:56:15 +01:00
Makefile tests/driver: blacklist arduino boards based on ROM/RAM overflow 2018-09-05 12:08:14 +02:00
README.md tests: added test app for the at86rf2xx driver 2015-04-27 18:56:59 +02:00
recv.c tests/driver_at86rf2xx: fix var lengths and unused vars 2017-11-07 21:09:22 +01: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.