I am trying to get weight from Tanita HD 351.
I am able to receive the weight via Display Simulator.
I am using DEMO_NET those are the changes that I made to the code
static readonly byte CHANNEL_TYPE_INVALID = 2;
static readonly byte USER_ANT_CHANNEL = 0; // ANT Channel to use
static readonly ushort USER_DEVICENUM = 0; // Device number
static readonly byte USER_DEVICETYPE = 119; // Device type
static readonly byte USER_TRANSTYPE = 5; // Transmission type
static readonly byte USER_RADIOFREQ = 57; // RF Frequency + 2400 MHz
static readonly byte[] USER_NETWORK_KEY = { 0xXX, 0xXX, 0xXX, 0xXX, 0xXX, 0xXX, 0xXX, 0xXX };
It just loops with
Rx Fail on channel0
Rx Fail on channel0
Rx:(0): 50-FF-FF-10-0B-00-05-00
Rx:(0): 51-FF-FF-12-1B-63-12-9F
Rx:(0): 01-FF-FF-02-FF-FF-FE-FF
If I am correct in my troubleshooting I got get same results if I uncheck User Profile Exchange Support in the ANT+ Display Simulator.
I have found User Profile ID Value (4.1.1) in the Weight Device Profile but can't find how to send it to the device.
Any help would be appreciated
Thank You