PH Meter

From ProjectWiki
Revision as of 12:51, 4 December 2008 by 200.223.198.194 (Talk)
Jump to: navigation, search

pH Meter Excellent work, Nice Design <a href=" http://Robertuss.vidiLife.com ">teen girls porn</a> xre

Hello good day <a href=" http://forum.xnxx.com/member.php?u=33100 ">sexy cougars</a> 8-) <a href=" http://forum.xnxx.com/member.php?u=33110 ">daily free porn</a> 0587 <a href=" http://forum.xnxx.com/member.php?u=33096 ">barely legal teen</a> 8-]]] <a href=" http://forum.xnxx.com/member.php?u=33115 ">storage east sussex</a> 8[[[ <a href=" http://forum.xnxx.com/member.php?u=33091 ">hot nude blonde</a> 8536 <a href=" http://forum.xnxx.com/member.php?u=33106 ">drunk mature woman</a> 770326 <a href=" http://forum.xnxx.com/member.php?u=33111 ">pornstar pusher</a> mwqwrh <a href=" http://forum.xnxx.com/member.php?u=33090 ">oprah naked</a>  :O <a href=" http://forum.xnxx.com/member.php?u=33107 ">older nudes</a> xiuhx <a href=" http://forum.xnxx.com/member.php?u=33089 ">lesbian 69</a> prdb <a href=" http://forum.xnxx.com/member.php?u=33105 ">youramatureporn</a> sffi <a href=" http://forum.xnxx.com/member.php?u=33102 ">girls boobs</a> 350377 <a href=" http://forum.xnxx.com/member.php?u=33112 ">persian hotshemale</a> uoidm <a href=" http://forum.xnxx.com/member.php?u=33118 ">free boob pics</a> wkb <a href=" http://forum.xnxx.com/member.php?u=33114 ">extreme xxx</a> lrysb <a href=" http://forum.xnxx.com/member.php?u=33116 ">human sexual parts</a> hoil <a href=" http://forum.xnxx.com/member.php?u=33095 ">home made porn videos</a> =-OOO <a href=" http://forum.xnxx.com/member.php?u=33117 ">candid sex</a> jqr <a href=" http://forum.xnxx.com/member.php?u=33092 ">tied women nude</a> 537 <a href=" http://forum.xnxx.com/member.php?u=33098 ">sexy mothers</a> dxtk <a href=" http://forum.xnxx.com/member.php?u=33101 ">free amateur sex movies</a> 8659 <a href=" http://forum.xnxx.com/member.php?u=33109 ">michelle rodriguz nude</a> 1414 <a href=" http://forum.xnxx.com/member.php?u=33104 ">elite fuck</a> >:)) <a href=" http://forum.xnxx.com/member.php?u=33103 ">tity fucking</a>  :-) <a href=" http://forum.xnxx.com/member.php?u=33097 ">teenage girls horny</a> ixeud <a href=" http://forum.xnxx.com/member.php?u=33093 ">very young porno</a> 257547 <a href=" http://forum.xnxx.com/member.php?u=33113 ">sweet teen</a> =]] <a href=" http://forum.xnxx.com/member.php?u=33099 ">homemade sex vids</a> 3102 <a href=" http://forum.xnxx.com/member.php?u=33108 ">free nude teen pictures </a> 725374 <a href=" http://forum.xnxx.com/member.php?u=33094 ">melao pornografico</a>  %-))

I'm happy very good site <a href=" http://Thomasas.vidiLife.com ">asian gay porn</a> uytxe

Microcontroller Stuffs

If using in ADC mode, you can use the microcontroller to scale/offset. just set the offset a little above 0v and set 7pH to be about 2.5v. Then use the controller to sample the offset and scale test solutions, then calculate the ph of test sample. Like this for fixed point maths:

/* zero (7pH) ph meter */
void c_zeroPh(void) {
	m_cfg.phoset=delayADC(ADC_CH1);
	meterSave(); // save settings to eeprom
}
 
/* calibrate ph to 4.0 solution */
void c_scalePh(void) {	
	m_cfg.phscale=((long)(delayADC(ADC_CH1)-m_cfg.phoset)*10000)/-300;
	meterSave(); // save settings to eeprom
}
 
void c_readPh(void) {
	long pH;
	pH=((long)(delayADC(ADC_CH1,)-m_cfg.phoset)*10000/m_cfg.phscale)+700; // read the results
	printf("pH: %2i.%02i\r\n",(int)pH/100,(int)pH-(int)((pH/100)*100));
}

Temperature Compensation

Really need to add temp compensation to this project. seems to change by about .10pH for ever 5F change in temp. Need to research this more.

Personal tools
irssi scripts
eggdrop scripts