Re: sending digital signals over radio
From: Dr Chris Andrews (chrisa_at_pobox.com)
Date: 02/06/05
- Next message: YD: "Re: breaking the speed of light article on howstuffworks.com"
- Previous message: Robert Baer: "Re: breaking the speed of light article on howstuffworks.com"
- In reply to: margoob: "sending digital signals over radio"
- Next in thread: Robert Lacoste: "Re: sending digital signals over radio"
- Messages sorted by: [ date ] [ thread ]
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?
>
- Next message: YD: "Re: breaking the speed of light article on howstuffworks.com"
- Previous message: Robert Baer: "Re: breaking the speed of light article on howstuffworks.com"
- In reply to: margoob: "sending digital signals over radio"
- Next in thread: Robert Lacoste: "Re: sending digital signals over radio"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|