<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta content="text/html;charset=UTF-8" http-equiv="Content-Type"></head><body ><div style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt;"><div>Hi ALL,<br></div><div>          I have successfully ported openbmc on beaglebone black. I have displayed LM75, and ADC result on webui.<br></div><div>          Now I am doing the same with Entity Manager. I have displayed LM75 result successfully, But unable to display ADC result through Entity Manager.<br></div><div>          Below is my Config file.<br></div><div>{<br></div><div>    "Exposes": [<br></div><div>    {<br></div><div>            "Index": 0,<br></div><div>            "Name": "PSU 12 Volt",<br></div><div>            "ScaleFactor": 0.1124,<br></div><div>            "Type": "ADC"<br></div><div>        },<br></div><div>    {<br></div><div>            "Index": 1,<br></div><div>            "Name": "PSU 5 Volt",<br></div><div>            "ScaleFactor": 1,<br></div><div>            "Type": "ADC"<br></div><div>        },<br></div><div>        {<br></div><div>            "Address": "0x48",<br></div><div>            "Bus": 2,<br></div><div>            "Name": "Ambient 0 Temp",<br></div><div>            "Type": "TMP75"<br></div><div>        }<br></div><div>    ],<br></div><div>    "Name": "xplode",<br></div><div>    "Probe": "True",<br></div><div>    "Type": "Board"<br></div><div>}<br></div><div class="zmail_signature_below"><div id="" data-zbluepencil-ignore="true" data-sigid="58018000000014003"><div><br></div><div>1) How to display ADC value through entity manager<br></div><div>2) I would like to control single pwm pin<br></div><div><br></div><div>Any pointer would be helpful or what are the steps to display adc value/PWM control<br></div></div></div><div><br></div><div>Board used : Beaglebone Black<br></div><div><br></div><div>Thanks & Regards,<br></div><div>Nikhil Muley<br></div></div><br></body></html>