|
|
|
|
|
by jpwright
4455 days ago
|
|
Looks great! Out of curiosity, why go with the hub/node approach using ZigBee for sending such a small amount of data? There are WiFi modules like TI's CC3000 (http://www.ti.com/product/cc3000) available for very low cost that would make separate hub hardware unnecessary. This is the product used in Spark Core (https://www.spark.io/), for example. I imagine there are a few different reasons why you might spring for a hub-based solution despite the higher cost, but just wondering what your thinking is. |
|
It uses about 225mA @ 3.2V.
The connection/handshaking take about 5-7 seconds to talk to a local server, plus the time for whatever data you are sending.
When talking to an internet based server, the connection time can extend out to 20+ seconds.
So you can see wifi isn't the greatest choice for low power/battery operated environments.
(Now on something you don't mind recharging a few times a week, it is perfect.)