Re: sending digital signals over radio

From: Dr Chris Andrews (chrisa_at_pobox.com)
Date: 02/06/05


Date: Sun, 06 Feb 2005 10:32:08 GMT

I'd use a UART at the transmitting end (FIFO if you have bursts of data) -
parallel in, formats the data into a serial stream, output serial stream
(+5/0V) can modulate a carrier and be transmitted, demod at other end to
recover the formatted serial stream from the received carrier, and straight
into another UART to recover as 8 parallel bits.

Most UARTS should handle the upper limit of digital speed that a modulated
signal could cope with.

Chris.

"margoob" <margoob@gmail.com> wrote in message
news:1107680899.693178.141850@z14g2000cwz.googlegroups.com...
> I've got a 8-bit signal which I want to send over radio - which would
> be received & decoded into the 8 bit signal - how do I do it???
>
> I was thinking of taking the signals into a 1 bit shift register - but
> decoding that signal from the rx side is getting really complicated...
>
> any suggestions?
>



Relevant Pages

  • Re: 32 bit uart
    ... You can't use a standard rs232 type UART for this. ... The main problem would be in receiving: ... since you need to keep the receiver sampling point ... Of course, if the transmitting bit rate was fluctuating, then there is ...
    (comp.arch.embedded)
  • Re: [PATCH] backup timer for UARTs that lose interrupts
    ... > it seems like the UART gets way behind on transmitting bits. ... process in your patch. ... send the line "unsubscribe linux-kernel" in ...
    (Linux-Kernel)
  • Re: Function prefix comments in C files
    ... a UART ... >handler) also has a flag variable called "transmitting" that is declared ... included in the meaning of 'transmitting'. ...
    (comp.arch.embedded)
  • Re: simulation works fine but the actual chip doesnt work
    ... the TX line keeps transmitting some ... Have you checked the clock to the UART with the logic analyzer functionality of your synthesis tools? ... Is this your UART design BTW? ...
    (comp.arch.fpga)