Skip to content
Daniel Farrell edited this page Aug 20, 2013 · 17 revisions

Overview

The IR Array is (will be) a self contained 16 bit analog IR device that will use a MSP430 to report the input via I2C output.

Hardware and Software

The MSP430 device is programmed with TI's Launchpad Developer.

The software used is TI's Code Composer Studio (CCS 5.4.0). Important information about using CCStudio can be found on this wiki.

Current Development

The g2332_adc_with_mux project is the current attempt with the ADC and mux. I need to debug, and make sure the mux can switch fast enough. Potential issues are the clock source, since the current code may not be compatible with the future I2C code.

Next, I2C code needs to be developed.

Documentation

BeagleBone Black as Master

This is definitely a work in progress, but I'm just listing some tools and whatnot used here.