1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/driver_at86rf2xx
Gerson Fernando Budke 4a9f0efb6d boards: introduce atmega328p-xplained-mini
Add ATmega328P Xplained Mini board.  The board is an official
development kit from MCHP based on the Arduino UNO, reduced
hardware, with a xplainedmini debugger and CDC ACM serial
converter.

Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
2021-03-27 14:10:19 -03: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: register driver with netdev 2020-08-17 22:53:51 +02:00
Makefile tests: remove uneeded DISABLE_MODULE+=auto_init 2020-02-12 16:51:34 +01:00
Makefile.ci boards: introduce atmega328p-xplained-mini 2021-03-27 14:10:19 -03:00
README.md tests: added test app for the at86rf2xx driver 2015-04-27 18:56:59 +02:00
recv.c drivers/at86rf2xx: use byteorder_ltohs() 2020-12-09 14:23:37 +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.