I am a newbie at microcontrollers and microprocessors but I do have extensive software background. This is a very basic question and I searched a lot and did not find a post that was useful. Hence I am asking this question here. Mods, feel free to move this thread to a more appropriate location if so.
I am prototyping and have shortlisted the ADS1232 as a potential ADC to convert the output from a pressure sensor. However, I don't know how to get the data from the ADC to a PC. Below are a few options I can think of:
1. The most obvious and simple choice is to get the ADS1232REF Evaluation Module. However, I am in a prototype stage and not sure if the ADS1232 will work for my application and I may need to use a different ADC. Is this evaluation module specific to only the ADS1232 or can other ADC's be 'plugged in'? If it is specific, then it'll be a pretty expensive doorstop if the ADC doesn't work.
2. The MSP-EXP430G2 seems like a reasonable choice for prototyping and trying different ADC's. But I don't know what else I need to read the output from the ADS1232. Do I need a separate microcontroller? The ADS1232 has SPI output and the MSP-EXP4302G2 can read SPI but what other hardware components will I need? Please list the parts so I can order them together.
3. I considered the Arduino and seems like it handles SPI but I also read on another post here that the Arduino is not very well supported on this forum. So I would personally like to avoid the Arduino as I like the responsiveness on these forums and it will be very helpful for my development.
4. Any other alternative?
This is a basic question but it will benefit newer enthusiasts such as me in getting started more easily. I will highly appreciate appropriate details in replies as I am looking for a solution. Thanks.