RS232 by Radio


Closed Thread
Results 1 to 22 of 22

Thread: RS232 by Radio

Hybrid View

  1. #1
    Join Date
    Jul 2003
    Posts
    2,405

    Default

    almost zero noise
    Linx had an LC series, which were incredibly easy to use due to the receivers data output
    being very stable in the absence of the RF carrier.

    The trade off, of course, was range. They have since dropped the LC series in favor of the
    LR (LR stands for Long-range), which now offer 10 times the range of the LC series due to
    the increased sensitivity of the newer LR series receiver.

    The trade off here is that the newer LR series receivers output random noise. This is what
    he's now having to deal with.

    If you toss a pair of simple encoder/decoder ICs into the mix, this noise is no longer a factor
    since the decoder IC will validate the inbound data several times before changing the logic
    on the decoders output.

    Ioannis;

    What's the sensitivity of your receiver in dBm? If it's anywhere near the Linx LR receivers
    sensitivity, we might be interested in stocking your receivers.
    Last edited by Bruce; - 4th March 2009 at 22:56.
    Regards,

    -Bruce
    tech at rentron.com
    http://www.rentron.com

  2. #2
    Join Date
    Jul 2003
    Posts
    2,405

    Default RSSI output

    Hi Alain,

    The RSSI output is definitely an option, but the difference in overall range has to be
    considered. You can use this output for a squelch type circuit, and it's fairly reliable, but
    it does have a significant impact on your overall wireless links range.
    Regards,

    -Bruce
    tech at rentron.com
    http://www.rentron.com

  3. #3
    Join Date
    Nov 2007
    Location
    South-West of Australia. A small town called Denmark. 'Where the forest meets the sea.'
    Posts
    136

    Default RS232 by Radio

    Ioannis,
    I have always thought that Thessalonika (sorry for dodgy spelling) was a wonderful name and was aghast at the ugly industrial developement around the place - how could you do that?

    On to things Radio,

    It seems to me that the views to date cover:

    1. On a good link with high SNR, the SERIN command is OK for most purposes.
    2. On a poor link, or at range limits, SERIN (even with 200, Lost_Signal and WAIT("!")) wont work.
    3. Some communication systems overcome this by transmitting Data + Some additional bits to check the veracity and, in some case, provide error correction as well. For example CRC, Hamming code and so on.
    4. In this case the receiver has to take all the received bits, find the start of frame, apply the checks - and take appropriate action.
    5. This sort of complexity is now well known and used.

    However, running SERIN2 RxPin, 200, Lost_Signal,[WAIT("!"), My_data] inside a stop-watch timed event would seem a simple and reasonably reliable way to overcome many radio link problems (the '200, Lost_Signal' achieves nothing unless the link is rock solid).

    I think I will set up a radio loop and pass data around and run some tests:

    1. Change the range to go from good to poor SNR.
    2. Change data rates to determine BW issues.
    3. Fiddle with the WAIT("XXXXXXXX").
    4. Vary the stop-watch time.

    And plot all this against error/error rates. I'll come back to you all in 2020 with the results - but I bet all this is already well tabulated somewhere!

    Regards Bill Legge

  4. #4
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    4,133

    Default

    Quote Originally Posted by Bruce View Post
    What's the sensitivity of your receiver in dBm? If it's anywhere near the Linx LR receivers
    sensitivity, we might be interested in stocking your receivers.
    The purpose of the modules was to replace the ones I used to get from Aurel or other pin compatible from Asia. I managed to make it cheaper and equally sensitive fore the use onGarage door openrs or other similar short range devices. Freq. is 433.92MHz and sensitivity around -105dBm for 4KHz BW or -109 for 1KHz. Including the SAW filter in the antenna path. Chip used T5744 and on the newer ones TDA5200 with 3db less.

    Quote Originally Posted by Bill Legge View Post
    Ioannis,
    I have always thought that Thessalonika (sorry for dodgy spelling) was a wonderful name and was aghast at the ugly industrial developement around the place - how could you do that?
    Well, I still believe it is one of the best cities for the advatage of combining Sea and Mountain in the reach of your hand. Unfortunately, people deserve the leaders they vote for...

    Now on the subject, I think you must give a try to the easier Darrel's Instant Interrupt and when interrupt happens, go there and see if the character was the ! or any other usefull data.

    In this case you need the USART of he PIC and the Hserin command. The code will not spend much of the time waiting for the character as Melanie stated, it will be done on the background leaving the main routine to do what is supposed to do.

    Ioannis

  5. #5
    Join Date
    May 2004
    Location
    NW France
    Posts
    3,653

    Talking Why do it simple, eh ????

    Quote Originally Posted by Bruce View Post
    Hi Alain,

    The RSSI output is definitely an option, but the difference in overall range has to be
    considered. You can use this output for a squelch type circuit, and it's fairly reliable, but
    it does have a significant impact on your overall wireless links range.
    Hi, Bruce

    I thought RSSI would be a nice info to enter a "strengthened check" routine , so that would not slow down the transmission into the "usable" range ...

    Just used as a "Warning" info, if you understand me ...

    Alain
    ************************************************** ***********************
    Why insist on using 32 Bits when you're not even able to deal with the first 8 ones ??? ehhhhhh ...
    ************************************************** ***********************
    IF there is the word "Problem" in your question ...
    certainly the answer is " RTFM " or " RTFDataSheet " !!!
    *****************************************

  6. #6
    Join Date
    Jul 2003
    Posts
    2,405

    Default

    Hi Alain,

    I thought RSSI would be a nice info to enter a "strengthened check" routine
    You're 100% right. It does.

    Ioannis,

    Thanks. I'll have to snoop around on your website....;o}
    Regards,

    -Bruce
    tech at rentron.com
    http://www.rentron.com

Similar Threads

  1. Car radio (Car radio and electronics support forum)
    By freewillover in forum Forum Requests
    Replies: 1
    Last Post: - 1st July 2009, 19:41
  2. UART vs software RS232
    By Michael in forum mel PIC BASIC Pro
    Replies: 27
    Last Post: - 5th September 2008, 18:27
  3. PIC18F4680 to PC via MAX232 (RS232 serial) no output
    By opticsteam1 in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 14th April 2008, 20:39
  4. Replies: 5
    Last Post: - 6th September 2007, 04:59
  5. Newbie radio link issue
    By George in forum mel PIC BASIC Pro
    Replies: 31
    Last Post: - 28th February 2007, 04:28

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts