Author Topic: Wireless transmitter and receiver  (Read 1219 times)

Rip

  • Newbie
  • *
  • Posts: 23
Wireless transmitter and receiver
« on: September 01, 2009, 04:27:24 AM »
I came across these items. Cheap and useful.

Transmitter
Receiver

Here's a link to a walkthrough.

Whenzir

  • Newbie
  • *
  • Posts: 1
Re: Wireless transmitter and receiver
« Reply #1 on: October 23, 2009, 05:17:20 AM »
I like the RF Link Transmitter - 315MHz, it has a good features. So i decided to buy next month.



_________________
ADT Home Security

zero*gx

  • Full Member
  • ***
  • Posts: 116
    • zero*gx
Re: Wireless transmitter and receiver
« Reply #2 on: October 23, 2009, 06:23:41 PM »
thanks for the link. i might need to buy some of those.... im wondering if i can hook that into the pins on the iobridge, so that some of the electronics can be set up elsewhere... mainly my lcd display
zero*gx | imagineering solutions

noelportugal

  • Newbie
  • *
  • Posts: 35
    • http://blogs.oracle.com/noelportugal/
Re: Wireless transmitter and receiver
« Reply #3 on: November 02, 2009, 12:18:38 PM »
I just got this RF kit http://www.seeedstudio.com/depot/433mhz-rf-link-kit-p-127.html from seedstudio. I have been trying to hook it up with the serial board but I have not succeeded. I am starting to believe that it will not work straight to the serial board...I might need to get another arduino board to set up as RX or TX to hook up directly to the serial board.

If anyone else has tried something like this please let me know!

-Noel

zero*gx

  • Full Member
  • ***
  • Posts: 116
    • zero*gx
Re: Wireless transmitter and receiver
« Reply #4 on: November 03, 2009, 02:02:00 AM »
what if you tried putting it on the digital out pin?
zero*gx | imagineering solutions

jason

  • Administrator
  • Hero Member
  • *****
  • Posts: 502
    • ioBridge.com
Re: Wireless transmitter and receiver
« Reply #5 on: November 03, 2009, 12:31:42 PM »
Do you have the wireless module ground connected to the IO-204 ground?  I still forget to do that every once in a while. 
Jason Winters
ioBridge Developer

electroman

  • Newbie
  • *
  • Posts: 17
Re: Wireless transmitter and receiver
« Reply #6 on: November 04, 2009, 08:56:13 PM »
Quite often with these low-cost receiver modules you need to first transmit to them a balanced series of 0's and 1's to warm up the data slicer.  You could try sending about five sequences of $55 before the actual data.  My experience with several brands of these modules is that this is needed.  If you google you will find more info on this.  Also you may need to play with the baud rate to get the optimum range.

Cheers

zero*gx

  • Full Member
  • ***
  • Posts: 116
    • zero*gx
Re: Wireless transmitter and receiver
« Reply #7 on: November 05, 2009, 02:02:58 AM »
would one of these rf module pairs work if i was to connect them to a digital out? i was planning one buying a pair to hook up to the lcd screen modules so that i could have a remote display.
zero*gx | imagineering solutions

noelportugal

  • Newbie
  • *
  • Posts: 35
    • http://blogs.oracle.com/noelportugal/
Re: Wireless transmitter and receiver
« Reply #8 on: November 05, 2009, 01:41:29 PM »
@electroman Thanks I will try our your suggestion...I figured that in this case the transmitter will be  on the iobridge serial board and the receiver in the arduino, since i can program better "decoding" on the arduino side.

I do receive a lot of noise. But I was able to receive some partial bits just recently. I will keep experimenting.

Thanks!