openenergymonitor / EmonLib

Electricity monitoring library - install in Arduino IDE's libraries folder then restart the IDE
openenergymonitor.org
GNU Affero General Public License v3.0
589 stars 419 forks source link

How to edit to use up to 16 bits ADC resolution ? #15

Closed tinamore closed 7 years ago

tinamore commented 9 years ago

Hi.

I want to increase the sensitivity of emon.

I have read in http://www.electricrcaircraftguy.com/2014/05/using-arduino-unos-built-in-16-bit-adc.html#.VXZqDc9sGkp. and i can increment read resolution 16 bit ADC of arduino to 16 bit ADC read.

Please tell me where I must edit the in your code to run with 16 BIT ADC emon ?

Thank.

officeboy commented 9 years ago

Just set ADC_BITS to whatever your resolution is in emonlib.h.

The code is well documented, you should be able to find what you need.

prasadghole commented 7 years ago

Shall we close this issue?