PaxInstruments / t400-electronics

Electronics for the Pax Instruments T400 temperature datalogger
20 stars 9 forks source link

MCU VBAT_SENSE on PD6 is not Analog Pin A10 #169

Closed samchoy88 closed 9 years ago

samchoy88 commented 9 years ago

I got incorrect analog reading from analogRead(VBAT_SENSE); I finally found the MCU component in schmatic created by sparkfun named the pin PD6 incorrectly. someone posted the issue on Arduino forum and find the mistake too. http://forum.arduino.cc/index.php?topic=82992.0 image

image

samchoy88 commented 9 years ago

Just required to correct the schematic of PD6 pin become D12/A11

charlespax commented 9 years ago

Did you change this in our part library and update the schematic and silkscreen?

samchoy88 commented 9 years ago

Not yet change on schematic and silkscreen, please confirm to change

charlespax commented 9 years ago

Yes, please make our parts correct.

samchoy88 commented 9 years ago

According to the pin assignment in pins_arduino.h. image

the part library corrected as follow: Before: image

After: image