Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
09/04/12 07:14
Read: times


 
#188222 - A Manchester Modulation Scheme
Responding to: ???'s previous message
The link here points to a PDF file that describes the type of modulation that I have used for RF transmit and receiving.

https://docs.goog...m96Q3R6LTA

The above doc is stored off at GoogleDocs for sharing purposes. The file sharing on this site hasn been fully broken since Craig Steiner recovered his crashed web site server.

The transmitter uses a periodic 1 msec timer interrupt to key a state machine which sends the specified bytes with Manchester encoding.

The receiver uses two interrupts, one off each edge of the received Manchester encoded waveform, to drive a decoding state machine.

This diagram shows the raw data format. It is up to the user to incorporate any multi target addressing and packet format on top of the shown protocol is this is required for your application.

In my usage I was just implementing a simple point to point RF communications scheme that sends RTC data from a master clock station to several remote time display modules. So for my application the data sent was simply mmddyyyy hhmmss type data. I depended in a robust detection of the received Manchester data pattern as the validator of the data transmission.

Michael Karas


List of 14 messages in thread
TopicAuthorDate
sample source code 433Mhz rf remote C soure code             01/01/70 00:00      
   Which RF module are you using? ... provide a link, please            01/01/70 00:00      
   Eh??            01/01/70 00:00      
      RF remote            01/01/70 00:00      
         Are You Willing....            01/01/70 00:00      
         A Manchester Modulation Scheme            01/01/70 00:00      
         Manchester RF Receiver            01/01/70 00:00      
         Manchester RF Transmitter            01/01/70 00:00      
            How effective is the 433MHz            01/01/70 00:00      
               Half Duplex            01/01/70 00:00      
         Where's the link to the datasheet?            01/01/70 00:00      
            please fined teh atatched zip            01/01/70 00:00      
               Please provide access to your C: drive            01/01/70 00:00      
               Hacking activated            01/01/70 00:00      

Back to Subject List