Using LPC1769 and RF module to build wireless connection

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Using LPC1769 and RF module to build wireless connection

780 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by melody_0325 on Thu Sep 12 10:48:03 MST 2013
Hi,guys! I really need help here!!!!
Anyone can give me a LPCexpresso 1769 sample code on RF communication (T5/R5)?
Really headache!!!!
0 项奖励
回复
2 回复数

742 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by melody_0325 on Fri Sep 13 11:00:56 MST 2013
Thank you for replying me!!
Actually want I want is just using T5 to give out instruction and R5 to receive them using UART.
At the transmitter side, I use simple membrane keypad as input and and different colours of LED as output.
So it' s like press "2" on the keypad, and the corresponding LED will light up.

I'm not very sure what library I need to include in my cold and what values do I need to put eg. Baud rate.....
Hope you can give me as ample code for my case!
Thank you once again!
0 项奖励
回复

742 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by rocketdawg on Fri Sep 13 08:08:08 MST 2013
I hope you have the 3.3V versions of hardware, otherwise you will need level shifters.
these are just serial devices, so a UART connection should work.
If you control both ends, then there are many open source protocols but the T5/R5 is uni-direction.
if not, then you have to implement the protocol and you didn't say what that might be.
0 项奖励
回复