Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zakkemble/nrf905

nRF905 AVR Library
https://github.com/zakkemble/nrf905

arduino arduino-library avr avr-library c driver radio

Last synced: about 1 month ago
JSON representation

nRF905 AVR Library

Awesome Lists containing this project

README

        

nRF905 AVR Library
==================

[Nordic nRF905](http://www.nordicsemi.com/eng/Products/Sub-1-GHz-RF/nRF905) Radio IC library for AVR microcontrollers.

For an Arduino version of the library see [HERE](https://github.com/zkemble/nRF905-arduino).

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

Documentation
-------------

[Doxygen pages](http://zkemble.github.io/nRF905/)

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

[email protected]