Re: [beagleboard] Beaglebone AI - read analog input with python

2020-07-03 Thread 'Mark Lazarewicz' via BeagleBoard
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

[beagleboard] Beaglebone AI - read analog input with python

2020-07-03 Thread davavru
Hello, i have a Beaglebone AI, i need read analog input with python code, example: import Adafruit_BBIO.ADC as ADC from time import sleep ADC.setup() analogPin = "P9_33" while(1): potVal = ADC.read(analogPin) potVolt = potVal*1.8 print ("The Potentiometer Voltage is: