After much hair pulling I've gotten the 8266 modules to behave. Lots of information on them coming out now. A lot of the problems people have seen with them involve improper pin to ground or vcc and not putting some waits in the loops. Too tight of a loop doesn't give the 8266 enough time to do its thing. In some of the libs now there is a wait function to take care of this. If you are going to get into these I recommend the adafruit Huzzah or Sparkfun 8266 Thing board. They have the 3.3v regulator on them the Sparkfun has a battery charger and can run on a single lipo cell but the Huzzah has the level shifter for the serial port the Thing doesn't have. Otherwise they are pretty much the same. Much easier to get hooked up and working. The Arduino IDE can be used to program them now. There is a module to load so you can use the IDE to program them directly. So far so good but I haven't really stress tested them up yet. Should be doing that later this week and I'll post up the results.
Dan
Dan
Comment