Who knows how to establish a wireless communication between two Psoc?
Who knows how to establish a wireless communication between two Psoc?
Hi Rega
Too open question. I can be from using wireless (ble, nRF2401, 433MHz, 848MHz...) module, and connect it to a PSoC over serial (UART, SPI...) what I can be easy and fast, to trace with copper in a pcb an antenna and build the whole stack needed in the PSoC firmware what can be more complex.
What do you really neeed?
Regards
Hi Gihu,
Thank you for responding to my post!
I have no experience working with microcontrollers, but I have a project that requires me to establish a wireless communication between two Psoc using a sparkfun wifi shield ESP8266.
So if you have any idea of how I can do that please assist me.
Best Regards,
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