PSoC 4 and RF modules serial communication

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Hi,

I am new to PSoC and trying to understand it one bit a time. I need help in a project I am working on in which I intend to serially transmit data using NTX0 ,NRX0 (Radiometrix)RF transmitter and receiver modules respectively. I have made hardware connections with one PSoC4 kit and NTX0 and other PSoC 4 kit to NRX0 module.

I have some doubts which I was hoping could get cleared here at the community;

1. What are the blocks I should use in the schematics?(I am using ADC and UART  at TX end, and only UART at the Receiving end)

2. How to configure the pins in PSoC creator at the transmitting end and at the receiving end?

3. How to program the receiver (PSoC  4) to receive the data from the other kit(TX)?

4. How to show this communication using PuTTy?​

Awaiting response.

Thank you,

Arshiya Tabassum

0 Likes
1 Solution
lock attach
Attachments are accessible only for community members.
Yugandhar
Moderator
Moderator
Moderator
500 solutions authored 1000 replies posted 5 likes given

Hello Arshiya,

I have attached a zip file which has three projects please go through it. This will help you to  explain the following points:

1. How to receive and transmit data through UART.

2. How to see the communication in PuTTy/Teraterm.

3. How to assign pins in PSoC Creator and how to get the data from ADC to UART at the transmitting end.

Let me know if this helps.

Thanks,

PSYU.

View solution in original post

5 Replies
odissey1
Level 9
Level 9
First comment on KBA 1000 replies posted 750 replies posted

Arshiya,

Check this PSOC4 UART code example (receiving/sending command string from terminal)

(SCB mode)

http://www.cypress.com/comment/389231#comment-389231

And similar for UDB mode

http://origin-www.cypress.com/comment/235306#comment-235306

odissey1

rola_264706
Level 8
Level 8
50 likes received 25 likes received 10 likes received

What kit are you using Please give us the number.  Such as CY8C-kit? What part number of the Radiometrix are you using?

Anonymous
Not applicable

Hi,

These are the components I am using for the project:

PSoC Kit:

CY8CKIT-042 PSoC 4 Pioneer Kit

RF module:

NTX0-27.095-4(Transmitter)

NRX0-27.095-4 (Receiver)

Awaiting response.

Thank You

Arshiya Tabassum

0 Likes
lock attach
Attachments are accessible only for community members.
Yugandhar
Moderator
Moderator
Moderator
500 solutions authored 1000 replies posted 5 likes given

Hello Arshiya,

I have attached a zip file which has three projects please go through it. This will help you to  explain the following points:

1. How to receive and transmit data through UART.

2. How to see the communication in PuTTy/Teraterm.

3. How to assign pins in PSoC Creator and how to get the data from ADC to UART at the transmitting end.

Let me know if this helps.

Thanks,

PSYU.