Sending Message to Ant+ device
Hello, i managed to get data from my device but i activate it from my phone first in order to activate it from my pc i have to send a message to the device(BSXinsight) as shown in the table below. Which function/method do i gotta use to do it. I could not figure it out,
Thanks for the help.
Hi @kinkintama, when I made this project I used it only for reading ANT+ data, and never tried writing. The ANT+ driver interface provides a read and write method, so you should be able to send messages by directly using the write function, or you can expand node.py to include a method for sending data.
Hi again @half2me , i have to work with multiple ant+ devices simultaneously. How do i seperate the data i receive? I learned that every master device sets a Channel ID i just don't know how i can use it with your library or if it is possible ?