IR and radio transmitters

I am currently researching for an idea I had.

What I am looking for is 3 things:

  • IR narrow angle transmitter and receiver (15m range ideally)
  • Greater then 15m range radio transmitter (the more the better)
  • 2m range radio transmitter (more is not better for this one)

Any comments or suggestions?

How much do you want to spend?
Do you have size constraints?

A pair of these would tick the last two boxes but might be outside your
budget…

If you have the money Luke’s suggestion will do well.

Alternatively some nrf24l01+ modules with external antennae will set you
back about 12-15 dollars for the pair and do up to 100m.

What about something like

http://aud.dx.com/product/433mhz-rf-transmitter-receiver-link-kit-green-961221225#.U146BFcVfgZ

The purpose of the other two items are

1)Laser tag system using IR.

3)Identifying when a player is in an area.

The problem I forsee is a scaling issue.
For every player you will need a base, for every extra pair of radios you will run into bandwith problems as they try to transmit at the same time on the same frequency.

You would be better off using a network of nodes and signal strength between base nodes (ie more than one).

So scatter some base nodes around the playing field, players determin position on the strength of each base node. The strongest link will recive players data and could potentially hop the packet back to the computer node.

How about these?
You get a radio and a CPU that you can program in Arduino like fashion.

And I have some in my kit if you want to play with them at the space.

I was thinking with 20 people I get 100 bytes per status update per person. (with 9600bps that allows for status updates every 500 ms with the base station sending out a packet and the player responding)

http://www.lasertagparts.com/mtdesign.htm

maybe see what other people are doing?

What I’m trying to say is…
The radio’s you lined to above have some serious downfalls.

  1. They can only transmit in one direction
  2. There is no way to separate each pair by changing the frequency offset.
  3. Any noise in the network will be received.
  4. Due to you can “sniff” the air before sending you are more than likely going to run into packet collisions.

Most of these problems have been solved at the hardware level in other types of radio’s.
It comes down to your get what you paid for, you could spend a few more dollars in hardware and have minimal software to write or purchase cheap hardware and spend the next 3 months writing code to get a reliable link happening. Im sure you would rather be spending time writing code for the application and get something half decent to start with.