OK, I would like to begin doing some wireless communication projects using my Arduino boards.
I have had a few NRF24L01 Modules for a while now, but for the life of me I cannot get them to work using the demo and test sketches I have found online.
So I have decided to look for other options.
I have thought about the bluefruitle from adafruit but I want to be able to make a stand alone device I can mount somewhere to wirelessly communicate with another Arduino in another place in the house.
I ran across these modules:
http://www.ebay.com/itm/360890792167
And am wondering if these are a better choice for beginner wireless communication.
Well, they are only $1 so I may as well go ahead and order them and if nothing else I will use them as Christmas ornaments on my Christmas tree. LOL
Really all I want to do is learn how to program one Arduino to talk to another one and tell it "Hey, set that pin HIGH" or "Hey, Dim the backlight on your LCD, It's keeping me awake"
Eventually I would like to learn how to have multiple remotes that will talk to multiple receivers. Like setting up a smart home wirelessly.
Right now all I want is to be able to use a few buttons on one Arduino to control outputs on another Arduino
So what is the best (and easiest to understand for someone horrible at writing code) wireless communication method to use to send 8 different commands from one Arduino to toggle 8 outputs on another say for LEDs or Relays
Maybe something eventually to control a selections of different functions that control a Neopixel array or possibly send sensor data from a remote unit back to a base unit.
Right now I am just thinking but I want to learn a basic understanding of some sort of wireless communication and as of now I am just frustrated.
There is so much information out there, that to be honest when I start searching I get very overwhelmed very quickly.
Anyway, thanks for any advise in advance.