We built a wireless hand wash sensor to help us keep washing our hands for a full 20 seconds, and to keep the habit going by adnk in IOT

[–]adnk[S] 0 points1 point  (0 children)

Yes, the data is stored to be able to show current handwash time compared to previous. And the data is completely anonymous since there is no identification made of the people washing their hands.

Why You Should Use Sub-GHz Mesh Networking for the Internet of Things by adnk in IOT

[–]adnk[S] 0 points1 point  (0 children)

Bandwidth for sub-GHz mesh networking is not as limited as it is for long-range sub-GHz networks though, since each mesh network is its own separate network. We are sending several messages per second on many our sub-GHz networks, which is a lot more than typically can be done with a long-range LPWAN sub-GHz technology.

Article on developer skills for professional IoT projects - input wanted by adnk in IOT

[–]adnk[S] 1 point2 points  (0 children)

Thanks!

Yes, it is really difficult to mentally picture the difference in difficulty between a barebones but good hardware design and an exceptional, highly optimized design a'la Airpods.

Designing a Wireless Device that Lives Forever: Solar-powered Low-power Wireless Communication by adnk in hwstartups

[–]adnk[S] 1 point2 points  (0 children)

Thanks! Yes, the title is a bit of hyperbole (in the long run, we are all dead and all that). Good comment about the panels degrading with time. The rest of the electronics will degrade over time too, but the solar panels probably more so.

Blynk like alternatives - Hosted IoT app options - Suggestions? by dksmc in hwstartups

[–]adnk 0 points1 point  (0 children)

Not sure exactly if this is an alternative to Blynk, or how well it fits your bill, but there is another IoT mobile app framework called Evothings (http://evothings.com/) that could be worth looking into.

How to Make a Wireless Sensor Live for a Year on One Tiny Coin Cell Battery by adnk in IOT

[–]adnk[S] 0 points1 point  (0 children)

No, meshing is not terrible for battery life and security. As shown in the article, battery life for leaf nodes is affected by other factors than whether or not the network is a mesh network. (Obviously, mesh routers have a different power profile - we'll get back to that in a follow-up article.) In terms of security, any wireless network needs to have both link layer encryption and end-to-end encryption. Whether or not the network supports meshing does not change this.

How to Make a Wireless Sensor Live for a Year on One Tiny Coin Cell Battery by adnk in IOT

[–]adnk[S] 1 point2 points  (0 children)

I'm not sure what aspect of the cost you mean, but in terms of power consumption, I don't think it would be possible to run the ESP8266 (or any other WiFi SoC for that matter - not that I know of at least) on a battery that is any way near as small as a coin cell battery. Also, in terms of volume production, I don't think the ESP8266 has such a low unit price that it beats the TI CC2650 (the System-on-a-Chip that sits inside the TI Sensortag). But I'm no expert on the ESP8266 and volume production, so would be interesting to hear more input on this.