Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/veonik/arduino-cc1101
Arduino library for interfacing with CC1101 transceivers.
https://github.com/veonik/arduino-cc1101
arduino arduino-library cc1101 transceiver
Last synced: 3 days ago
JSON representation
Arduino library for interfacing with CC1101 transceivers.
- Host: GitHub
- URL: https://github.com/veonik/arduino-cc1101
- Owner: veonik
- License: lgpl-3.0
- Created: 2016-07-01T19:29:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-01-01T17:31:56.000Z (almost 4 years ago)
- Last Synced: 2024-12-12T00:02:38.633Z (11 days ago)
- Topics: arduino, arduino-library, cc1101, transceiver
- Language: C++
- Size: 43.9 KB
- Stars: 156
- Watchers: 11
- Forks: 52
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
arduino-cc1101
==============This is an Arduino library for interfacing with CC1101 transceivers.
This project is a fork of the [panStamp arduino_avr project][1], with
only the minimum requirements to interface with CC1101 transceivers.[1]: https://github.com/panStamp/arduino_avr "panStamp arduino_avr"
Installation
------------Download a zip of this repository, then include it from the Arduino IDE.
Usage
-----See [examples/example.ino](examples/example/example.ino) for an example. This example can be used on both devices, and will periodically send `hello world` while printing out details of any received packets.