I am using OSEPP UNO R3 PLUS evaluation kit with atmega328p microcontroller and I want to buy the wireless module to communicate with arduino board. Can I use this wireless module: NRF24L01 2.4GHz Wireless Transceiver Module Arduino? or if you can suggest me any compatible wireless module will works with my current UNO R3 PLUS board would be a big help.
sonh:
I am using OSEPP UNO R3 PLUS evaluation kit with atmega328p microcontroller and I want to buy the wireless module to communicate with arduino board.
I don't think your question is very clear. Do you mean a module to go with the OSEPP in order to communicate with another arduino board, i.e. two Arduinos talking to each other?
Or do you mean a module to allow wireless communication with the Uno you already have, i.e. one arduino?
If the former, the NRF24 has a lot going for it and there has been plenty of discussion on the forum.
If the latter, blue tooth is a good way to go. You can use your android phone or a game controller to run the Uno.
thanks for your inputs. I read the link crossRoads suggests, but I am still confused. Let's say if I want to turn on my speaker wirelessly without WiFi from my arduino UNO board, then I need two NRF24 modules. one connect with my arduino boards and another connect to my speaker, am I right? The one connect to my arduino board becomes the transmitter and the other one at speaker is receiver, right? please help me to clear this confusion out. thanks very much.