[SOLVED] PIC to PIC MCU communication in Assembly language

Status
Not open for further replies.

vikas_verma

Junior Member level 1
Joined
Jun 30, 2010
Messages
19
Helped
3
Reputation
6
Reaction score
3
Trophy points
1,283
Location
Delhi
Activity points
1,393
Hellow everyone!
i'm working on a PIC to PIC MCU communication in assembly language.
the receiving PIC isn't working.
Can anyone help me for making algorithm for its communication.
:-?
 

Re: RF MODULE 433MHz

I suggest you to google your subjects so that you dont wait here for very common and solved problems.

Receiving PIC is not working or it cant receive data? Make it blink a led so that you make sure wheter it is working or not. Did you try to make your PICs communicate via cable? Try it first and then remove the cable and place your 433 modules. You will see that receiving PIC is still working but received data is wrong. Reasons? A common and possible reason is turn on time of your receiver. Google it. Easiest and primitive way to fix the problem, send your data in a frame. An example frame is: 0x55,0x55,0x55,'x',your_byte. Here 0x55 s to pass turn on time. Recevier must wait for 'x' because following data is sent data. Specify your own 'x' and also 0x55 s By the way, dont forget to keep your baud rate low. 300 or 600 is fine. Google your topic.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…