Hello Daveru
Please tell The professor Or H1B boot camp instructor he's given you an 
assignment thats not possible.If he doesn't know that how's he going to coach 
you after you add BBAI on your resume. Besides there's no travel right now.We 
understand tracking  down Runtime errors is a tremendous task hopefully someone 
is available 24/7 in the future when you get another runtime  errorWhere are 
you  going to school?


Sent from Yahoo Mail on Android 
 
  On Fri, Jul 3, 2020 at 10:27 AM, dava...@gmail.com<dava...@gmail.com> wrote:  
 
Hello, i have a Beaglebone AI, i need read analog input with python code, 
example:
import Adafruit_BBIO.ADC as ADCfrom time import sleep
ADC.setup()
analogPin = "P9_33"
while(1):        potVal = ADC.read(analogPin)        potVolt = potVal*1.8       
 print ("The Potentiometer Voltage is: {}".format(potVolt))        sleep(0.5)
but, this code generated error:
debian@beaglebone:~$ sudo python3 test_bbai_ai.pyTraceback (most recent call 
last):  File "test_bbai_ai.py", line 4, in <module>    ADC.setup()RuntimeError: 
Unable to setup ADC system. Possible causes are:  - A cape with a conflicting 
pin mapping is loaded  - A device tree object is loaded that uses the same name 
for a fragment: helper
Please, help me, thank you.
PD. BeagleBoard.org Debian Buster IoT TIDL Image 2020-04-06

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/9a415935-e8b3-47fc-b2ac-625f0c799f37o%40googlegroups.com.
  

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/1925007069.708675.1593808918001%40mail.yahoo.com.

Reply via email to