Help for emontx v3.4 + nanode rf 7.2

Hi, i am new in this forum.

I test this hardware but i not understand can i comunicate the data emontx with nanoderd with wireless.

have you example sketch for nanode?

TNX and congratulation for this community.

 

Robert Wall's picture

Re: Help for emontx v3.4 + nanode rf 7.2

You will find working NanodeRF sketches on GitHub. Probably the best one to use is "NanodeRF_multinode", which, when set up correctly, will send your data to emoncms.org

Pigo's picture

Re: Help for emontx v3.4 + nanode rf 7.2

I want recive information from emontx v3.4 to NanodeRF with wireless 868Mhz.

i not want send data to emoncms.

Tnx

Robert Wall's picture

Re: Help for emontx v3.4 + nanode rf 7.2

If you do not send the data anywhere, why are you using a NanodeRF?

To not send the data via Ethernet, then you remove the parts of the code that send data, and monitor it at the NanodeRF by writing Serial.print statements.

For example, if you look at the sketch I suggested, the data is received starting at line 164. "str" holds the data that would be sent to emoncms, but it is also printed to the serial monitor, so you can use that as it is. It is sent by the routine that starts at line 209, so remove the "ether..." part and line 211 will print the data to your serial monitor.

And you will not need the callback functions.

Pigo's picture

Re: Help for emontx v3.4 + nanode rf 7.2

Tnx, Robert

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.