Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zakkemble/nrf905
- Owner: ZakKemble
- License: gpl-3.0
- Created: 2013-01-01T17:30:48.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2020-11-06T13:49:19.000Z (about 4 years ago)
- Last Synced: 2023-04-05T06:40:37.534Z (over 1 year ago)
- Topics: arduino, arduino-library, avr, avr-library, c, driver, radio
- Language: C
- Homepage: https://blog.zakkemble.net/nrf905-avrarduino-librarydriver/
- Size: 798 KB
- Stars: 90
- Watchers: 20
- Forks: 41
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.txt
- License: License.txt
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