A Look at Embedded WiFi Development Boards
11–20 of 37 posts
Re: A Look at Embedded WiFi Development Boards
#12It's still in pre-order but the company has delivered many products at this point, and it's expected soon this year.
Re: A Look at Embedded WiFi Development Boards
#13Pretty crazy little board.
Re: A Look at Embedded WiFi Development Boards
#14> [Philips Hue Bulb] A $50 light bulb that requires a $60 base station, proving my point entirely I'm not sure what this has to do with the article. Philips Hue uses ZigBee Light Link, not WiFi, and I'm pretty sure the steep price tag has nothing to do with hardware costs. As for WiFi, it is exciting to see hardware like ESP8266 open up previously cost-prohibitive possibilities for hackers. My biggest complaint about…
I agree that setup for WiFi IoT products is a total pain. The simplest method I've seen is what WeMo uses...out of the box device is an Access Point, you connect, then enter your own network credentials...still takes a few minutes, but beats requiring another hub.
BLE is a much better fit for a lot of these applications than WiFi, but by forcing users to deal with pairing, Microsoft has completely blown off its biggest advantage. Very frustrating from a device maker's point of view, and consumers literally don't know what they're missing.
Re: A Look at Embedded WiFi Development Boards
#15> [Philips Hue Bulb] A $50 light bulb that requires a $60 base station, proving my point entirely I'm not sure what this has to do with the article. Philips Hue uses ZigBee Light Link, not WiFi, and I'm pretty sure the steep price tag has nothing to do with hardware costs. As for WiFi, it is exciting to see hardware like ESP8266 open up previously cost-prohibitive possibilities for hackers. My biggest complaint about…
I was mistaken on the ZigBee, thanks for the correction. I will also agree that the setup is a pain in the butt for most of these things. I think that's why the Chromecast's and Dash's ultrasonic methods are interesting. Perhaps a low cost NFC one touch setup would be really cool, but any method I think of requires an extra app. But maybe that's not a bad thing?
Re: A Look at Embedded WiFi Development Boards
#16Look at Digistump Oak[0]. It's still in pre-order but the company has delivered many products at this point, and it's expected soon this year. [0] http://digistump.com/products/145
Re: A Look at Embedded WiFi Development Boards
#17Earlier quoted context omitted.
I was mistaken on the ZigBee, thanks for the correction. I will also agree that the setup is a pain in the butt for most of these things. I think that's why the Chromecast's and Dash's ultrasonic methods are interesting. Perhaps a low cost NFC one touch setup would be really cool, but any method I think of requires an extra app. But maybe that's not a bad thing?
What is the provisioning process (aka pairing) like for the ESP8266? Can it be modified?
Re: A Look at Embedded WiFi Development Boards
#18> While controlling the ESP8266 is great, the raw chip itself lacks an analog to digical [sic] converter (ADC) The ESP-12 and a few other models have an ADC integrated. > and only a few I/O pins. Again, with 9 GPIO pins on the ESP-12 (and various numbers in between on other models), I wonder how many are required to qualify as more than a few. > [Philips Hue Bulb] A $50 light bulb that requires a $60 base station, pr…