Close

ANZAC weekend progress.

A project log for Whare Hauora Measuring New Zealand's homes

Simple, low cost environmental sensors, to measure the dampest NZ houses.

shinyShiny 04/26/2016 at 00:110 Comments

Parts have finally arrived from China. I built up 6 new sensor units over anzac weekend.

These have 3 "neopixels" shaped like leds. Initially I had them display red/green/orange etc to indicate their readings. This light is annoying, and red/green is not useful to colour blind people. I changed this to only light up if there's something wrong. Blue for too cold or wet. Red for too hot/dry.

We have used very cheap transceivers. Some units arehaving trouble reaching the central controller/logger unit (which may not be in a central location, houses vary). In theory the futher away nodes can be repeated by other nodes closer to the central controller, however this self configuring/healing mesh network had some problems. Some nodes would separate off into their own completely separate network. I'm now hard coding that their parent is node zero. If they can't find node zero in their mesh, they're in the wrong mesh and need to go back into "inclusion mode" to find a new network.

I also have some much better performing transceivers. These are about NZ$7 each, instead of NZ$1.50. That would bring us over the NZ$20 per node goal - for now I'm using these in the central controller node. They have a proper rubber ducky aerial, which mean much better reception of the child nodes.

I've experimented with some wifi nodes. ESP8266 wifi chip is about NZ$9 and could reaplce both the arduino+transceiver (about NZ$15). The biggest reason not to use these today is sheer amount of heat they put out. This causes a falsely night reading in the temperature sensor. It simply flatlines at that temp. We'd need to separate the temperature sensor and the wifi chip. This increases the complexity and cost of the case build and destroys the cost savings. :-(

Wifi also uses more power, with the constant chatter going on to the AP. Our arduino comms software from mysensors.org is quieter, faster, and needs less setup (one shared key is all the need). Lastly the DHT11 libraries weren't compiling happily on ESP8266 until very very recently. Everything builds nicer for the more common arduino uno.

People are really keen to see realtime sensor readings on their phones. We may use wifi for comms some day, but not yet.

Discussions