Hi BK,
thanks for your info. I am new to ANT, I hope I could get more understanding here.
Unfortunately, broadcast mode reduces battery life drastically. But I have a project (PC app) that requires reading HR data from sensor periodically over several days (don't need the historical records, current reading is OK). Is the following approach feasible?
a. Pair the PC application (Slave) with a sensor (Master)
b. Slave connects to Master periodically (e.g. every 10 minutes)
c. Slave turns on the Master's broadcast mode (not sure if this is supported by the protocol)
d. PC application start another thread to get the broadcast HR data
e. Slave turns off the master's broadcast mode.
I read through the usage and protocol PDF and HR device profile PDF, but still have no clue on how to achieve it. Grateful if anyone could shed some light or give me a pointer to the right direction.
thanks