Tutorial for RFM69 radio ?
Posted: Wednesday 11 November 2015 19:35
Hi I had my RFM69(H)W Gateway and sensors working after several days of trial and error. A couple of days ago I started fiddeling around with the gateways when trying to add a NRF radio. The nrf works great but now my RFM69 has stopped working.
Can anyone write down a complete step by step instruction of how to get the Serial gateway and sensors working using the RFM69.
This is what I have done:
MyConfig.h - Checked that the right radio options was selected.
Mysensor.h - Added
#include "MyTransportRFM69.h"
//MySensor(MyTransport &radio =*new MyTransportNRF24(), MyHw &hw=*new MyHwDriver()
MySensor(MyTransport &radio =*new MyTransportRFM69(), MyHw &hw=*new MyHwDriver()
SerialGateway:
added:
"MyTransportRFM69 transport (RFM69_FREQUENCY, RFM69_NETWORKID, RF69_SPI_CS, RF69_IRQ_PIN, true, RF69_IRQ_NUM) ;" (I have the H version on the gateway)
Are there any more steps? anything more I need to add to the SerialGateway Sketch?
The Sensor-sketches also seems to have been modified recently, how do I add the Radio info in the sketches?
Can anyone write down a complete step by step instruction of how to get the Serial gateway and sensors working using the RFM69.
This is what I have done:
MyConfig.h - Checked that the right radio options was selected.
Mysensor.h - Added
#include "MyTransportRFM69.h"
//MySensor(MyTransport &radio =*new MyTransportNRF24(), MyHw &hw=*new MyHwDriver()
MySensor(MyTransport &radio =*new MyTransportRFM69(), MyHw &hw=*new MyHwDriver()
SerialGateway:
added:
"MyTransportRFM69 transport (RFM69_FREQUENCY, RFM69_NETWORKID, RF69_SPI_CS, RF69_IRQ_PIN, true, RF69_IRQ_NUM) ;" (I have the H version on the gateway)
Are there any more steps? anything more I need to add to the SerialGateway Sketch?
The Sensor-sketches also seems to have been modified recently, how do I add the Radio info in the sketches?