Who knows how to establish a wireless communication between two Psoc?
Who knows how to establish a wireless communication between two Psoc?
It is a very basic task.
You use the serial communications pins from the PSOC's and insert the ESP boards to establish an RF link.
You need to make sure both RF devices are set to the same frequency and that you setup the transmit and receive pins correctly.
You need both PSOCs to be set to the same baud rate, error bits and stop bits.
I would first hook up the two PSOCs with wires to make sure the serial communication works.
Then I would add the RF link.
DAB
It is a very basic task.
You use the serial communications pins from the PSOC's and insert the ESP boards to establish an RF link.
You need to make sure both RF devices are set to the same frequency and that you setup the transmit and receive pins correctly.
You need both PSOCs to be set to the same baud rate, error bits and stop bits.
I would first hook up the two PSOCs with wires to make sure the serial communication works.
Then I would add the RF link.
DAB