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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/16/07 18:25
Modified:
  04/16/07 18:30

Read: times


 
#137340 - Consider the ethernet packet structure
Responding to: ???'s previous message
A modified ethernet packet structure might serve your needs. It has, as Michael suggests, a "lead-in" or "sync" field, followed by a start of frame delimiter that tells the receiver that the "lead-in" string has ended, thereby indicating the byte framing, then it presents source and destination address information, which, of course, you're at liberty to modify, and then the data, followed by a CRC. That same structure should allow your receiver MCU acquire bit and byte synchronization so it can properly interpret what it receives. The process will probably require that you modulate the transmitted data with its bit clock so that the receiver will be able to acquire timing and bit/byte synchronization. Manchester encoding is very simple, done in hardware, and, if the data rate is low, can be done in firmware. If Manchester encoding limits your bandwidth too much due to RF channel-width limitations, you can use MFM, which is, essentially, Manchester-code divided by two.

You can, of course, use asynchronous format, but that will limit your effective throughput considerably because you may have to transmit sync information with each byte.

Ome more thing ... Manchester encoding is, essentially, BPSK.

RE


List of 41 messages in thread
TopicAuthorDate
rf transmitter /receiver            01/01/70 00:00      
   more details needed            01/01/70 00:00      
      rf module            01/01/70 00:00      
         Datasheet!!            01/01/70 00:00      
         to Sunish Nair ...            01/01/70 00:00      
            rf module            01/01/70 00:00      
               the published sheet is hardly a datasheet!            01/01/70 00:00      
                  No such thing as a free lunch...            01/01/70 00:00      
                     this is paticulary true of Taiwanese products            01/01/70 00:00      
                        Experts only?            01/01/70 00:00      
                           I seriously doubt that ...            01/01/70 00:00      
                     a common problem            01/01/70 00:00      
                  details            01/01/70 00:00      
                     cheap is sometimes expensive            01/01/70 00:00      
                        But how can you tell?            01/01/70 00:00      
                           you can't            01/01/70 00:00      
                        rf            01/01/70 00:00      
                           do not go in blindly            01/01/70 00:00      
                           Development vs production cost            01/01/70 00:00      
                     RS India?            01/01/70 00:00      
               I use these modules            01/01/70 00:00      
                  now I'm confoosed what is 'if'            01/01/70 00:00      
                     IF = intermediate frequency            01/01/70 00:00      
                        Superhet            01/01/70 00:00      
                     Please show me what confuses you            01/01/70 00:00      
                        just how is IR relevant to this thread?            01/01/70 00:00      
                           He said            01/01/70 00:00      
                        bad eyes, need new glasses            01/01/70 00:00      
                           How about these?            01/01/70 00:00      
                  CRC: picky, picky            01/01/70 00:00      
                     I know            01/01/70 00:00      
   Study the Requirements of the RF Pair            01/01/70 00:00      
      Consider the ethernet packet structure            01/01/70 00:00      
   Rx unable to drive 89c2051            01/01/70 00:00      
      ...and the rest            01/01/70 00:00      
         if you 'own' both ends            01/01/70 00:00      
   Check Serial Data format            01/01/70 00:00      
      somthing to rf            01/01/70 00:00      
   sorry - ignore this post            01/01/70 00:00      
   ASK is frequency distrub by noise.            01/01/70 00:00      
      Shouldn\'t the ones he already has work?            01/01/70 00:00      

Back to Subject List