My project is a popup target that is controlled by an android device and, ultimately, 4 or 5 of them.
I want to be able to connect 4 or 5 devices to my cell phone and very simply send them on/off signals. I don't want to use blue tooth because it's my understanding that wifi has a better range. I started out with the idea that wifi direct (or p2p) would be doable but from what I've read, the esp8266 isn't really direct/p2p capable. But I've also read that wifi direct/p2p is legacy compatible so maybe the 8266 doesn't have to be.
The 8266 is attractive to me in that it seems to be widely in use and there is actually a community of people out there that play with and do cool things with it. I did something similar with arduino and an NRFxx transceiver and liked working with the arduino I've spent some time with a TI cc3200 and found it poorly documented so ultimately stupid difficult.
So what do you think? Would the 8266 be worth looking at or am I barking up an empty tree?
Thanks guys.