I am working on a project where I am using multiple strain gauges (4 or 5). I am new to MCU's so I have a couple basic questions. After reading MSP430 Microcontroller Basics I am convinced I should be using a 16 Bit Sigma-Delta Converter. My questions has to do with how many SD16_A's I need. My first thought is to use one SD16_A for each strain gauge. I will be taking an average of the measurements and sending them to a wireless radio for transmission at 4 Hz. I like the looks of the MSP430F47176 which has 6 SD16_A's.
Is my thinking to have on SD16_A per strain gauge correct and do you like the look of the MSP430 above? Is there a more intelligent way to average the readings from the multiple stain gauges with fewer SD16_A's that I am missing?
Take care,
Jon