32614_1489253935 0 Posted November 21, 2014 Share Posted November 21, 2014 Hi everyone, I want to use TivaLaunchpad's ADC to read Battery voltage and tempurature with the highest accuracy possible, Please give me solutions. Thanks everyone. Quote Link to post Share on other sites
Lyon 3 Posted November 22, 2014 Share Posted November 22, 2014 Hi, We need more info from you - what is your battery voltage (i.e. CR2032, or car battery, or other? We have in production line battery systems even for 110V dc ) and also what kind of themperature do you need to measure - ambient one, battery temperature, chip temperature (there is a temperature sensor on-chip). And what is your temperature sensor? L Quote Link to post Share on other sites
32614_1489253935 0 Posted November 22, 2014 Author Share Posted November 22, 2014 I want to read battery votage of Motobike. and measure ambient temperature, can I use any sample from Ti to make it ? How to get a accurate offset in ADC formula? Thanks @L! Quote Link to post Share on other sites
Lyon 3 Posted November 22, 2014 Share Posted November 22, 2014 Hi, At the motobike battery voltage, the ADC offset mostly does not matter, or is within a good accuracy. It can be measured and used into a formula to get better results, but at the expense of some external components. More, you must scale down the voltage to be within the ADC range, (the maximum scaled battery voltage should be less than maximum ADC range) and the scaling is better to be done with resistors and an op-amp, since the ADC input impedance is not so high. TI has all sort of components to make measurements, including temperature sensors. Choose whatever is convenient to you. I prefer ones giving scaled results (degC/mV inmy case) since I only measure the voltage without too much calculations. L 32614_1489253935 1 Quote Link to post Share on other sites
32614_1489253935 0 Posted November 23, 2014 Author Share Posted November 23, 2014 I'm going to use TMP101Q for reading temperature, but the document fair complex, I also can not figure out the source code to implement my project. Can you give me some solution to use this sensor? Thanks Quote Link to post Share on other sites
Lyon 3 Posted November 24, 2014 Share Posted November 24, 2014 Hi, For your temperature sensor you may search this forum or TI's Tiva forum, it is possible to find out some posting related to this. The alternative is to use TI's I2C libray and of coarse to dig into the data sheet of your sensor. I know it is bulky, but that is for all specialized sensors. And the interface it is not a simple one, but can be used. L Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.