Tigge / openant

ANT and ANT-FS Python Library
MIT License
182 stars 85 forks source link

Adding multiple nodes to same channel #91

Open vibhubithar opened 10 months ago

vibhubithar commented 10 months ago

Hi, this is more of a question. Can share a channel with more than one node (device) using this library? is there an example of it

tuna-f1sh commented 10 months ago

No and it's not how ANT is designed to be used. You could write a software mux by calling open_channel and close_channel to switch nodes but you'd risk missing data and all sorts of pain.

Since most radio chipsets offer at least 8 and most 15 channels, I'd have to wonder why too?