Electronic Circuits and Projects Forum



wireless communication

« First 1234567 Last »
  1. #41
    be80be be80be is offline
    I have the transmitting code working good at the 2400baud now to write the receiving code. But I was thinking your going to need to flash some leds


    Maybe get by with 60mA radio 40mA pic 1 or 2 mA your looking like 100 plus mA and you can't put the brake lights to sleep radio has to be on the receive instructions


    <<< or XXXX or >>> you could send the commands with a small 6 pin chip but the brake lights is going to need something a little bigger
    0
    Burt
    be80be
    “No beard, no belly, no guru…”

  2. #42
    Mr RB Mr RB is offline
    Quote Originally Posted by Nigel Goodwin View Post
    As long as you invert the data (easy in software - or use external hardware inversion for the UART), keep the baud rate low, and aren't too concerned about data errors, then you can do a rough serial connection using RS232 type serial.

    There's a project on one of my websites (ten years ago) doing just that:

    http://www.lpilsley.co.uk/cybot/rx_picboard.htm

    But as it's only software, why not do it properly with Manchester coding? - my tutorials went that way following my experiences from back then.
    Nigel, from what I have seen from some of these new devices (like the NRF24L01) they are a lot more sophisticated than the old analogue ac-coupled tansmitter/receiver with FSK etc. They allow high datarates and preserve the mark:space of the original signal very well, many of the examples just connect the transceivers to USART or whatever prototcol and it appears that you don't need to use manchester or keep the 1 to 0 ratio even etc as with most old hardware.
    0
    Roman Black - PICs and electronics. Author of BTc PIC-sound encoder, Shift1-LCD project, the TalkBotBrain talking PIC controller, LiniStepper open-source microstepping motor driver, the Black Regulator 2-transistor SMPS, and probably some other stuff; www.RomanBlack.com

  3. #43
    be80be be80be is offline
    Mr Rb from what I have found the tx and rx set Mrdeb posted can use Uart at 2400baud It would be nice if they posted a data sheet of there rx tx set but they don't. Just point you to some arduino code that points you to sparkfun and a set that they did sell.
    0
    Burt
    be80be
    “No beard, no belly, no guru…”

  4. #44
    Nigel Goodwin Nigel Goodwin is offline
    Super Moderator
    Quote Originally Posted by Mr RB View Post
    Nigel, from what I have seen from some of these new devices (like the NRF24L01) they are a lot more sophisticated than the old analogue ac-coupled tansmitter/receiver with FSK etc. They allow high datarates and preserve the mark:space of the original signal very well, many of the examples just connect the transceivers to USART or whatever prototcol and it appears that you don't need to use manchester or keep the 1 to 0 ratio even etc as with most old hardware.
    You're not comparing like with like, that's a 2.4GHz complete transceiver which includes a processor on board and does all the Manchester coding itself. I'm talking about cheap (and dumb) licence free UHF modules - which you can also buy (but more expensively) with Manchester built-in, or as an extra interface chip.

    So that module doesn't 'preserve' the mark space ratio, it encodes the data to prevent the need.
    0
    PIC programmer software, and PIC Tutorials at:
    http://www.winpicprog.co.uk

  5. #45
    dougy83 dougy83 is offline
    The original 555 circuit won't suffer from the perceived manchester encoding issue...
    0
    https://sites.google.com/site/pk2devicefileeditor/

  6. #46
    Nigel Goodwin Nigel Goodwin is offline
    Super Moderator
    Quote Originally Posted by dougy83 View Post
    The original 555 circuit won't suffer from the perceived manchester encoding issue...
    No, but is completely crap
    0
    PIC programmer software, and PIC Tutorials at:
    http://www.winpicprog.co.uk

  7. #47
    Mr RB Mr RB is offline
    Quote Originally Posted by Nigel Goodwin View Post
    You're not comparing like with like, that's a 2.4GHz complete transceiver which includes a processor on board and does all the Manchester coding itself. I'm talking about cheap (and dumb) licence free UHF modules - which you can also buy (but more expensively) with Manchester built-in, or as an extra interface chip.

    So that module doesn't 'preserve' the mark space ratio, it encodes the data to prevent the need.
    Sorry Nigel, my mistake. I saw his original link to the RF module and that same ITEAD company sells NRF24L01 modules for $5.50;
    http://iteadstudio.com/store/index.p...h78evp84nn5tq5
    so I assumed he was using that modern module (or was going to when micros became the plan) when in fact he was using the old 315MHz 1980's style modules...
    0
    Roman Black - PICs and electronics. Author of BTc PIC-sound encoder, Shift1-LCD project, the TalkBotBrain talking PIC controller, LiniStepper open-source microstepping motor driver, the Black Regulator 2-transistor SMPS, and probably some other stuff; www.RomanBlack.com

  8. #48
    Nigel Goodwin Nigel Goodwin is offline
    Super Moderator
    Quote Originally Posted by Mr RB View Post
    Sorry Nigel, my mistake. I saw his original link to the RF module and that same ITEAD company sells NRF24L01 modules for $5.50;
    VERY reasonable price

    It would be a good choice as long as the shorter range of 2.4GHz isn't a problem.

    At that price I quite fancy ordeing a couple, even though I don't need any
    0
    PIC programmer software, and PIC Tutorials at:
    http://www.winpicprog.co.uk

  9. Thread Starter #49
    MrDEB MrDEB is offline
    I am only needing to transmit the state of two switches up to 8feet or less (the transmitter is on a helmet while the LEDs, PIC etc are mounted on the back of the bike.
    5 feet would do it as well.
    I even considered IR but in daylight IR is iffy.
    Being the short distance I figured the 555 but I agree with Nigel that it has issues of readability.
    0

  10. #50
    Nigel Goodwin Nigel Goodwin is offline
    Super Moderator
    Quote Originally Posted by MrDEB View Post
    I am only needing to transmit the state of two switches up to 8feet or less (the transmitter is on a helmet while the LEDs, PIC etc are mounted on the back of the bike.
    5 feet would do it as well.
    I even considered IR but in daylight IR is iffy.
    Nothing 'iffy' about IR in daylight - presumably you weren't doing it properly

    More of a problem is the degree of 'line of sight' required.

    Again, my tutorials show how to do IR 'pic to pic' as well as wireless.

    Incidently, following on from my last post - I've ordered a couple of the nRF2401 modules to have a play with, not as cheap as those listed above, but not too expensive (£12.85 inc. postage for the pair from a UK Ebay shop).
    0
    PIC programmer software, and PIC Tutorials at:
    http://www.winpicprog.co.uk

« First 1234567 Last »
Tags
Similar Threads
Thread Starter Forum Replies Last Post
wireless communication vyaas Electronic Projects Design/Ideas/Reviews 2 29th May 2008, 08:02 AM
Wireless Communication Electrostatic General Electronics Chat 1 27th June 2006, 04:18 AM
Wireless Communication Electrostatic General Electronics Chat 3 26th January 2006, 12:09 AM
Wireless Communication 2camjohn Microcontrollers 4 30th August 2004, 06:04 PM
Wireless communication using IR udi_hakim General Electronics Chat 4 22nd January 2004, 04:15 AM
Electronic Circuits  |  Learning Electronics

Join our community with over 100,000 Members! It's free, easy and when you're logged in you have many more features! Click to register.
Page Time: 0.13113 seconds      Memory: 7,781 KB      Queries: 16      Templates: 0