Live data from Hacker News

Show HN: Micro web framework for low-resource systems – live example on ESP8266

ureq.solusipse.net

11–20 of 41 posts

Re: Show HN: Micro web framework for low-resource systems – live example on ESP8266

#11
this is indeed probably the best low-cost wifi chip out there, most of the esp8266 modules are still acting as an add-on module for other host-cpus(e.g. arduino) though, wish it can run something like freertos or contik on its own so it can be a IoT sensor standalone(maybe it's there already, had not checked it in the last few months).

TI had similar products but it's too expensive, in that sense IoT hardware has to be 'made-in-china'

Re: Show HN: Micro web framework for low-resource systems – live example on ESP8266

#12
post #11

this is indeed probably the best low-cost wifi chip out there, most of the esp8266 modules are still acting as an add-on module for other host-cpus(e.g. arduino) though, wish it can run something like freertos or contik on its own so it can be a IoT sensor standalone(maybe it's there already, had not checked it in the last few months). TI had similar products but it's too expensive, in that sense IoT hardware has to…

I was told the core team of esp8266 are all ex-broadcom wifi designers.

Re: Show HN: Micro web framework for low-resource systems – live example on ESP8266

#13
post #11

this is indeed probably the best low-cost wifi chip out there, most of the esp8266 modules are still acting as an add-on module for other host-cpus(e.g. arduino) though, wish it can run something like freertos or contik on its own so it can be a IoT sensor standalone(maybe it's there already, had not checked it in the last few months). TI had similar products but it's too expensive, in that sense IoT hardware has to…

It can run FreeRTOS, the Espressif SDK has an example and there's even a nice open source project around it too: https://github.com/SuperHouse/esp-open-rtos

Re: Show HN: Micro web framework for low-resource systems – live example on ESP8266

#14
post #11

this is indeed probably the best low-cost wifi chip out there, most of the esp8266 modules are still acting as an add-on module for other host-cpus(e.g. arduino) though, wish it can run something like freertos or contik on its own so it can be a IoT sensor standalone(maybe it's there already, had not checked it in the last few months). TI had similar products but it's too expensive, in that sense IoT hardware has to…

there are a couple of javascript environments running on it, as well as lua, so it has managed to turn into something that can easily be IoT ready.

Re: Show HN: Micro web framework for low-resource systems – live example on ESP8266

#15
post #3

Wasn't this posted yesterday? I swear I saw it in the RSS feed. edit: Yeah, https://news.ycombinator.com/item?id=10369608 Weird, what's a repost invite?

We've been running a series of experiments to try to mitigate the randomness of what achieves liftoff from /newest. We started working on this because many users complained that good stories were getting ignored, and we looked closely and found that this was true. Below are links to a few comments I've posted about this over the last year, if anyone's interested. The next experiment will probably be to add a profile setting that people can turn on to let the software repost their story at a good time, rather than having to get an email invitation—although to judge from the feedback we've been getting, people seem to like the emails.

https://news.ycombinator.com/item?id=9828818

https://news.ycombinator.com/item?id=8790134

https://news.ycombinator.com/item?id=9866140

Re: Show HN: Micro web framework for low-resource systems – live example on ESP8266

#16
post #15
post #3

Wasn't this posted yesterday? I swear I saw it in the RSS feed. edit: Yeah, https://news.ycombinator.com/item?id=10369608 Weird, what's a repost invite?

We've been running a series of experiments to try to mitigate the randomness of what achieves liftoff from /newest. We started working on this because many users complained that good stories were getting ignored, and we looked closely and found that this was true. Below are links to a few comments I've posted about this over the last year, if anyone's interested. The next experiment will probably be to add a profile…

Cool! Thanks for working on making interesting stories more visible.

Re: Show HN: Micro web framework for low-resource systems – live example on ESP8266

#17

Earlier quoted context omitted.

I bought one as well although I didn't do anything yet, would you mind share what you did/recommend doing? I was thinking to make a temperature sensor monitoring device, as I have an arduino that is doing the job now

a temperature sensor was actually my first use of it (and i will continue to build a couple as remote sensors) - basically, i've been adding more and more sensors just to see how much it could take. 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.

Thanks, that is my plan too, add as many sensor as I could! For the moment I have a microphone, a water level and a couple of temperature sensors waiting for a microcontroller.

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

Re: Show HN: Micro web framework for low-resource systems – live example on ESP8266

#18
For someone wanting to tinker but not being great at electronics project, what is the easiest way to: - Play with the chip (testing interfaces, deploying code etc) - "Deploy" it (ie. connect it to ground power, via 230v-USB connector or similar?

Re: Show HN: Micro web framework for low-resource systems – live example on ESP8266

#20

Earlier quoted context omitted.

Where do you get them for $2?

aliexpress.com

Got a link? There are a bunch of them there... But i'm kinda curiouis which one you bought. So i don't have to analyse things all over ;)
Post reply on HN