Other Parts Discussed in Thread: SHA-256
Tool/software: Code Composer Studio
Hi,
I want to make a system that communicate in passive mode. The emitter and receiver are both CC1352P1. Basically I want to send just a signal to the receiver (RF : 868MHz) when I put power on the emitter, when the receiver get the signal, it activate an output to HIGH in example.
But I want an unique connection between the two modules.
Like use AES 128 to pair them the first time and next they both save the paired key (in example press a pairing button on both modules). And maybe encrypt data with SHA-256 if possible. With which example can I start ?
I have read most of documentations but I don't know how to do it and there isn't enough examples to help me to understand.
Thanks,
Regards