GitXplorerGitXplorer
Z

nRF905

public
94 stars
40 forks
0 issues

Commits

List of commits on branch master.
Unverified
e3fa9ba8d9ad7aeeab496d46365d5ada690dc703

Remove all Arduino code (moved to new repo)

ZZakKemble committed 4 years ago
Unverified
3b12273ba39b399d04f9141cdd9e7dd16d58bc83

Update readme and changelog

ZZakKemble committed 4 years ago
Unverified
08491451fa4a963530cbc18ff7e188ad798005ea

Individually set RX and TX payload sizes

ZZakKemble committed 4 years ago
Unverified
a2d7c5bd001726ea5a9da6906a055e47df094446

Added some MCU autodetection for setting up the SPI pins

ZZakKemble committed 7 years ago
Unverified
fb7fb7260b6182dcbebf2b18b4393084eefe1fdf

Added all callbacks example

ZZakKemble committed 7 years ago
Unverified
c195e7d7e3a977c7ed989d23523d4f3683328320

Version 3

ZZakKemble committed 7 years ago

README

The README file for this repository.

nRF905 AVR Library

Nordic nRF905 Radio IC library for AVR microcontrollers.

For an Arduino version of the library see HERE.

https://blog.zakkemble.net/nrf905-avrarduino-librarydriver/

Documentation

Doxygen pages

Installing

AVR

Copy the ./nRF905 folder to your project and add

#include "nRF905/nRF905.h"

to the source files that use the library.

Examples in the examples folder.

Also have a look at nRF905_config.h, that's where you can change which pins are used and things.


Zak Kemble

contact@zakkemble.net