Table of Contents

Prototyping

* MCU: Freescale KL25z - ARM Cortex M0+ Dev Board

* Radio: HopeRF RFM22B

Gateway Node

Gateway Node with Pi

Live Telemetry: Node 'P0'

The gateway node is piggy-backed onto a Raspberry Pi to provide the upload of packets to the API.

A DS18B20 temperature sensor is also attached to provide a temperature reading of the room.

The node code copies the packets that it hears (and its own beacons), to one of the serial ports that is connected to the Pi's UART (/dev/ttyAMA0).

I then run a python script (ukhasnet-upload.py) on the Pi to receive the packets from the node, and upload them over HTTP to the ukhas.net API.

Outdoor Node

Outside node in closed box

Live Telemetry: Node 'P1'

This node runs off of a 3.7V 2Ah LiPO battery and has 2x 5.5V 200mA solar panels to provide charging. A cheap USB LiPO charger is used to regulate power from the solar panels, and an MCP1703 3.3V regulator on a re-purposed HAB Tracker board is used to provide a stable 3.3V supply to the MCU and Radio.

A DS18B20 is attached and located outside the box to provide a temperature reading. A 2:1 resistor divider also allows measurement and reporting of the current battery voltage.

The solar panels are not proving sufficient to charge the battery with the current weather, so this node is brought inside for a short period to be charged up every few days.

Outside node opened up The NiMH AA cells in the bottom are simply to provide weight to stop the box being blown away! The scrunched paper stops the weight from shifting around. The LiPO is the silver and yellow unit under the black regulator board in the center.

Production

* MCU: Freescale KL25z - ARM Cortex M0+ Dev Board

* Radio: HopeRF RFM69HW

The second generation uses the newer (and hopefully more reliable) RFM69HW Radio Module.

For this I am in the process of taking Low Power Labs' RFM69 Arduino Lib, stripping it down to just what we need, and putting it into the structure of the existing mbed RF22 Lib.

PCB

I have designed a 'shield' PCB to sit on the KL25z dev board to support the RFM69, Lipo Charger and 3.3V Regulator. The PCB also provides an SMA socket for the 868MHz antenna, a standard LiPo socket, headers for a 5-6V solar array, and a microUSB socket for easy desktop charging. 3x footprints for DS18B20 connections are also provided.

Gerbers: GerbLook - Sent off for manufacture!!

BOM:

PCB V2

TODO: