KO
|
EN
gitlite — search
Search
#python
#nodejs
#python3
#react
#docker
#vue
#javascript
#hacktoberfest
#php
#machine-learning
#deep-learning
#pytorch
RFM69OOK
★ 51
Open GitHub ↗
A general OOK transceiver library for RFM69
Download README (.md)
Explore Similar Repositories
RSA
:
PHP RSA 公钥私钥不对称加密
Ananas
:
This is an Arduino based program for step motor controller,Ananas.
PullSwitcher
:
Help to switch fragment easier
BeeSchema
:
Binary Schema Library for C#
Source-Insight-config
:
My own Source Insight config
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
RFM69OOK
?
Download (.md)
### RFM69OOK This project is an attempt to create a general OOK transceiver library, primarily for LowPowerLab's Moteino (http://lowpowerlab.com/moteino/). It should also work in many other Arduino derivatives that make use of Hope RF's RFM69 radio transceiver modules. Code is originally based on https://github.com/LowPowerLab/RFM69 by LowPowerLab, with many parts removed, completely rewritten or amended for operation in OOK mode. OOK sampling code and a complete decoding example for a cheap weather station temperature transmitter is included. For ongoing development and usage discussion, please see: https://lowpowerlab.com/forum/index.php/topic,1286.0.html #### Necessary modifications to the Moteino First, for this library to work, a simple change needs to be made on the Moteino. In order for the necessary signal to reach the MCU, a pair of digital I/O pins need to be connected between the module and the mote. The following table summarizes the changes necessary. Moteino model | RFM69 pin | Moteino pin ---------------------------- | --------- | ------------- All Moteinos with Atmega328p | DIO2 | 3 Moteino Mega | DIO2 | 10