Search the Community
Showing results for tags 'sd16'.
-
Hi, I wrote an article (in Portuguese) about how to use the SD16 ADC of MSP43F2013, and to show one practical application I transformed the MSP430F2013 in an I2C 16-bit ADC, similar to ADS1115. In the example, I read the data using one Arduino Nano. Comparing the conversion of SD16 and ADS1115: More details about the project can be found in my Github: https://github.com/agaelema/msp430f20x3_as_i2c_16bit_adc The project is open to further improvements/optimizations and functions.
- 1 reply
-
- msp430f2013
- msp430
-
(and 3 more)
Tagged with:
-
Hi I cannot make the ADC 16-bit to work on a launchpad with MSP430F2013: can someone explain how it works and/or send me a example? I previously used the 10-bit ADC with MSP430G2452 but needed better resolution so I switched to F2013. I use energia-0101E0017-linux64 and selected LaunchPad w/ msp430f3321 which seems to work for other things (blinking for instance) but analogRead does not. I would really appreciate some feedback... Leif