I finally got round to doing something with my Esp8266 breakout board yesterday evening.
Its a Nodemcu breakout with a usb interface all built in.
Available on ebay from about £5.50. The DHT22 is from about £2.30.
Throw in a micro usb power supply and youve got a temp and humidity sensor for about a tenner or so.
If youve been put of trying these because you dont want to flash the firmware or you think its going to be fiddly then your in for a suprise.
The latest arduino ide has the ability to incorporate support for other dev boards as of ver 1.6.
And is just as easy to use with the ESP8266 breakout boards as any arduino product.
I had the bits sitting on my desk and while i waited for my curry to be delivered I had set up the arduino ide downloaded an example sketch for the DHT22 temp/hunidity sensor, put it on a breadboard, flashed the ESP and had it logging to thingspeak.com before the curry arrived.
It really is as easy as using an arduino.
Im going to try on the little ESP8266 ver1 boards next but that needs an ftdi usb to serial converter hooked up to program it but once flashed i can remove it and the whole assembly will be not much bigger than the end jount on my thumb.
Ill bring it allong to μMeet next week and show how easy it can be done.
Both of those are using the onboard wifi to post data up to thingspeak.
You could make several tiny temp/humidity wifi sensors for very little and place them around anywhere you want to monitor. or any other sensor for that matter.
Ebay is best bet.
Far east if you dont mind waiting will give best price.
But most of the uk sellers have them either on ebay or Hobbycomponents or coolcomponents for a little more.
What I did was buy a couple from the UK of bare esp8266 and a nodemcu dev board version to try out now and some from the far east for later.
I wanted to try and do a little demo last week during uMeet but ended up shifting rubbish and working on the doorbot again. If I can get down next Thursday Ill do a little leaving demo of the boards.
Theyre a little power hungry but there are sleep modes to make them last longer on battery.
I havnt got round to playing with that yet.
The second picture of the ESP8266 01 with the DHT22 would just need a couple of AA batteries and you have a complete wifi temp/humidity sensor. With the deep sleep stuff turning the processor and wifi off between readings.