Thanks a lot for the reply!
I understand what you say. It does seem to limit a bit my network topology needs... I saw that ANT+ supports mesh, that was why I was not that worried about the 8+ node limitation (same as BLE), but I later found out we have to implement it ourselves, which is even more complex to employ in my scenario. However, when you say "add an extra ANT+ USB dongle", are you assuming I will be using an android phone/tablet with built-in ANT+ support?
It is a shame there is no iOS support... I didn't want to limit this to one OS, although I do have Wahoo's devices and APIs.
The nodes won't be in and out of range. They will either be out (no need for background scan), or inside the closed space (manual scanning order). However, once they got out, I want them to be able to pair with existing smartphones. For interoperability sakes, I will consider going with ANT+ and BLE dual chips (N5)
I will keep investigating some more about my solution, but in the meantime, could you also tell me how can I have 50 sensors to one display? I found it here:
http://www.thisisant.com/developer/ant-plus/ant-ble-comparison/#383_tab I thought the maximum per channel was 8 devices...
Thank you again!
EDIT: I found this product which does the same thing with up to 20 HR devices:
http://seego.realtracksystems.com/ .
If i want my solution to work, I would have to do some sort of multiplexing like each node's master channel connected to 3 slaves and reporting back, via its single slave channel, the data from those 3 to the sink master. This is assuming I'm going with the Android device with no extra ANT+ transceiver.