Project:HUGnet Quick Start Guide
From HUG Wiki
This page is a rough quick start guide. There are a lot of step to creating a HUGnet system.
Contents |
Hardware
- Get endpoints, controllers and daughter boards built
- Build a device programmer
- Build a core
- build or buy the sensors you need
Software
Database
- Install an SQL server
- Set up an SQL database (MySQL is tested)
Firmware
- Install AVR-gcc, AVR-binutils and AVR-libc (WinAVR might suffice)
- Build the 0039-20-06-C Firmware for the controller board and program the board
- Build the firmware you want for the endpoint board and Install it
- Build the 0039-20-01-C firmware for the controller board and load it into your database
Core Firmware
- Build the core firmware and install it on the core flash
- Modify the core so that the HUGnet scripts are run automatically
- Set up the database information
Software
- Install a web server and Joomla! > 1.5
- Install the HUGnet component
- Set up the component
Install the hardware
- Install the endpoints into electrical boxes where you want them
- Install the sensors.
- Pull wire to all of the locations
Finally
Now you are ready to get data. Use the Joomla! component to set the poll interval for your devices to > 0. They will then start polling.

