Show HN: Micro web framework for low-resource systems – live example on ESP8266(ureq.solusipse.net) |
Show HN: Micro web framework for low-resource systems – live example on ESP8266(ureq.solusipse.net) |
TI had similar products but it's too expensive, in that sense IoT hardware has to be 'made-in-china'
[1] https://twitter.com/EspressifSystem/status/65372641801515827...
at less than $2 each, they really are amazing.
now, i'm having to build out PCB's to support everything (including the voltage regulators to 3.3v and 5v), as i've outgrown breadboards.
couple it with a small breadboard and an mb102, and you're good to go.
One hint - to program, reboot with the programming pin (GPIO0) grounded, but take it back to 3.3V before you start programming. That took me a couple of hours to figure out.
160MHz http://www.esp8266.com/viewtopic.php?p=8107#p8107
also "Rebooting every 400 users" doesnt sound all that stable :)
edit: Yeah, https://news.ycombinator.com/item?id=10369608 Weird, what's a repost invite?
https://news.ycombinator.com/item?id=9828818
i recommend buying the esp-12e, and the first one on my search comes up at $1.97. note, these things aren't breadboard friendly out of the box. if you want that, buy a huzzah from adafruit or buy one of the breakout boards on aliexpress (17 cents each or so).
Could you link a couple of links to resources you found useful? I haven't look at it properly but when I try to search I was a bit confused and not sure on where to start
https://github.com/esp8266/Arduino
https://github.com/cesanta/smart.js/tree/master
using the arduino environment, i had a circuit up reporting temperature in less than 5 minutes.