JeeLink (RFM69CW > USB) available in the shop

We’ve started stocking some JeeLink RFM69CW to USB devices in the shop. These are really useful for adding RFM receiving capability to any computer e.g to receive RF data from emonTx or emonTH

We can preload the RFM2Pi firmware which has been re-compiled for the JeeLink with either the JeeLib Classic (compatibility) firmware or the new Low Power Labs firmware.

To use the JeeLink with emonHub, use the following config:

    [[jeelink]]
        Type = EmonHubOEMInterfacer
        [[[init_settings]]]
            com_port = /dev/ttyUSB0
            com_baud = 38400
        [[[runtimesettings]]]
            pubchannels = ToEmonCMS,
            subchannels = ToRFM12,
            nodename = RF        
        [[[runtimesettings]]]
            pubchannels = ToEmonCMS,
            subchannels = ToRFM12,
            nodename = RF  
2 Likes

Adjust this to suit your setup :slight_smile:

1 Like