Looking for wireless module that supports multiple connections

I have a "base station" device that I want to communicate wirelessly with a few sensor stations. I've been trying to find a good type of wireless module to use for this.

I know that bluetooth is supposed to be able to have a master with up to 7 slave devices, but the hc-05 modules seem to only allow one master/slave pair.

I know the possibility of using 433/315 MHz RF modules, but they seem really open to interference and unreliable.
(like this: IR Receiver Module Wireless Remote Control Kit for Arduino - Free shipping - DealExtreme)

There are also things like the RF24 I could use, but I dont know if that's overkill.

Any suggestions? Low power would be great.

The nRF24L01+ modules are cheap and effective and easy to use. Have a look at this Simple nRF24L01+ Tutorial

If your sensor stations (slaves) are awake all the time I suggest that your master unit should poll each of them in turn using the technique in my second example.

If your slaves will need to spend most of the time asleep to save energy then they will need to initiate the messages so the first or third examples would be more suitable. However you will have to plan for what should happen if messages from two (or more) slaves overlap and cause garbage.

It would be possible to operate a system in which the master polls the slaves if the required frequency is not high (say not more than once every 10 seconds) and provided each slave is awake for long enough to hear a message from the master. That should still allow the slaves to sleep for 90% of the time.

...R

Thank you very much. That tutorial is quite helpful

WiFi using NodeMCU or WeMOS boards is another option. Your master can set up a network, and the others connect to that specific network and use it to transmit heir data. They can go low power as well - build your own boards based around the ESP8266 processor and you get true deep sleep options.

This will work best if the master can be awake all the time, ready for slaves to connect to and to receive their data.

tinkerkid:
I know the possibility of using 433/315 MHz RF modules, but they seem really open to interference and unreliable.
(like this: http://www.dx.com/p/433mhz-rf-transmitter-module-receiver-module-link-kit-for-arduino-arm-mcu-wl-green-220194#.WfS652hSxPY)

There are of course also 433Mhz modules that are very resitant to interferance and reliable.