alejandra wrote:
The ANT protocol stack is proprietary and only available in silicon form, so it is not possible for a 3rd party to implement the stack in their own microcontroller.
Thanks for your response, however it does not completely answer my question. If I know how the data (ANT header, ANT+ stuff and Payload) is communicated through the air then it would be possible to write my own stack to tell the nRF24L01 to send the same information. For getting the required information there are the ANT-Documents and I could overhear the radio transmission. The information about how to communicate with the nRF24L01 is available in its datasheet.
So
it would be possible to write my own protocol stack in my own microcontroller which communicates with a nRF24L01 radio chip. Other ANT(+) devices would only receive the radio transmission and wouldn't recognize that they communicate with my own protocol stack on my own microcontroller.
So my question again: Is it allowed to do so or do I have (because of license stuff) to use the ANT chipsets with integrated protocol stuff?