Serial Bits RF Transmission

Home Forums Digital Electronics Serial Bits RF Transmission

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #13421
    JOBIN GEORGE
    Participant

    I want to send 5 bit serial data through an rf transmitter and want that 5 bit data output after decoding… not using a priority encoder and decoder… because priority encoder and decoder only gives a single output at a time.. Could you please help me to solve this problem ? I will be very thankful to you if you help me

    #13429
    Ligo George
    Keymaster

    You may use a small microcontroller for that, a very simple program will work for this.

    #13532
    LulaNord
    Participant

    As per my knowledge the speed of your 2 USARTS needs to be the same if you are using asynchronous mode. Asynchronous means that there isn’t a clock to tell when the data is valid. If you use synchronous mode the timing won’t be as important because there is a clock to tell the receiver that the data is valid.
    If you just want to send single bits whenever you want you can use simple handshaking. Handshaking takes 2 extra lines. The sender puts the bit on a pin and sets a “data valid” line to tell the other controller that the bit is ready to be read. The receiver then reads the bit and sets a “data received” line to tell the sender that it received the bit correctly. This setup lets you transmit at whatever speed you like because the two sides will wait for each other using the “data valid” and “data received” lines.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
>