NRF24L01+

Hi guys, I'm planning to have one receiver with more than five sensors that transmit informations simulataneously. Then, the receiver will send some data on the mobile phone. Do you think it is possible?

Can you give some suggestion links on how can I start doing it?

Thanks..

As long as transmissions are short, infrequent and don't often overlap, there is no problem having 5 transmitters talking to one receiver. Each transmitter must put a unique ID in the data message, so you known where the message came from.

Get one transmitter and receiver working before you start the larger project.

jremington:
As long as transmissions are short, infrequent and don't often overlap, there is no problem having 5 transmitters talking to one receiver. Each transmitter must put a unique ID in the data message, so you known where the message came from.

Get one transmitter and receiver working before you start the larger project.

Thanks for your responding to my concern.
Hmm.. Do you have any idea on how will I set that 5 transmitter in 1 receiver. Or do you know any link to suggest so I can check it up right now. Thanks. :slight_smile:

ania:
hi, can you please tell me if it's possible to connect the nrf24 to lilypad main board

A nRF24 module can be connected to just about any microcontroller with five I/O pins. Yes, it is possible to connect one to a LilyPad Main Board.

@ania, do not cross-post. Other post removed.

@ania, do not hijack. Next time create a new thread.

Or do you know any link to suggest so I can check it up right now.

Google "arduino NRF24L01" for lots of links.