I have a project where I need to measure strain gauges on 3-axes in a half-bridge configuration. I notice that most projects like this us a an HX711 load cell amplifier (or similar). Usually any device for this purpose has an amplifier stage (programmable gain of 32-128) and high resolution differential ADC (24-bit) with 50/60Hz noise suppression (HX711 datasheet).
I had been wondering if any microcontroller with an on-board ADC could handle this task on it's own, and my search led me to look at the MSP430's. I noticed the MSP430F6 could potentially provide since it appears to have 3-6 differential sigma-delta ADCs with a programmable gain amplifier.
Would this be an appropriate part for measuring strain gauges? Are there any other parts that might be suitable?
Essentially my requirements are:
- on-board PGA (gain 32-128)
- ob-board ADC (24-bit, differential x3)
- low-power microcontroller (<1uA sleep current)
- ideally some 50/60Hz noise suppression on the Analog Front End
- Smaller package? (the 80-pin LQFP is overkill)
Also, is there a cost-effective evaluation kit for the MSP430F6, like the launchpad?