Looking for it too ... was trying to modify the MO2Display Example to get Tanita ... data to the 920XT ...
but I'm not sure where to get the information about the Ant DeviceConfig ...
function initialize() { // Get the channel chanAssign = new Ant.ChannelAssignment( Ant.CHANNEL_TYPE_RX_NOT_TX, Ant.NETWORK_PLUS); GenericChannel.initialize(method(:onMessage), chanAssign);
// Set the configuration deviceCfg = new Ant.DeviceConfig( { :deviceNumber => 0, //Wildcard our search :deviceType => DEVICE_TYPE, :transmissionType => 0, :messagePeriod => PERIOD, :radioFrequency => 57, //Ant+ Frequency :searchTimeoutLowPriority => 10, //Timeout in 25s :searchTimeoutHighPriority => 2, //Timeout in 5s :searchThreshold => 1} ); //Pair to the closest transmitting sensors GenericChannel.setDeviceConfig(deviceCfg);