Close

Sensor Package/Module

A project log for HydroPWNics

An open source hydroponic garden control, monitoring, and grow system with cloud database and dashboard.

avrAVR 04/26/2015 at 20:300 Comments

This week I have been working on some smaller subsystems that will be integrated into OSHybridFarm. In particular I have been working on the plant sensor package/module PCB. The module consists of a FreeScale MKL05Z16VFK4, 3V3 DCDC regulator, I2C interface, power connector, and 9 sensor connectors. The module is to function as an intelligent ADC/data acquisition node, the goal of such is to sample the analog signals closer to the source to avoid data loss/noise, to avoid running analog sensor signals long distances, and to save inputs on the DyIO modules in the control box. The choice of I2C for serial coms is so that multiple modules can be connected on the same bus and addressed individually, this will also keep wiring in the control box neat by cutting down wires. Another feature that sort of happened by accident was that the pins on the MKL05 for the I2C are also the UART pins, so if the pullups on the I2C pins were not populated on the PCB the module can use UART with a firmware update. So far the Schematic design has been finished, next comes the board stay tuned.

Detail Module Specs:

- FreeScale MKL05Z16VFK4 ARM Cortex M0+

- Ti TPS62162 3V3 1A DCDC Switching Regulator

- 12VDC Power Input (Molex 0705530003)

- I2C Interface (Molex 0705530003)

- 9 powered (3V3) analog sensor inputs (Molex 0705530002)

Discussions