Hi Everyone, I am working on a project where I have a raspberry pi 4B where I have a b4j app running which communicates with a 32 channel Analog to Digital Converter we designed and built at work, the communication is via I2C protocol, this part works very well as far as I have been able to...
Hi all, I am working on a project for work, basically I am attaching a DAQ (Data Acquisition System) we designed with 4 ADCs that communicate with raspberry pi over I2C communication protocol. This all seems to work fine so far, I am able to communicate with each of the ADCs and collect data...
Please help. I am trying to read the Analog value from AD0 of the ESP8266.
So far not working
must be?
ADC.Initialize(6,ADC.MODE_INPUT)
test=ADC.AnalogRead
Tryed ESP.getVcc - gives strange result (native)
Tryed system_adc_read() (native)
Could someone please wrap the Adafruit MCP3008 ADC library available at: https://github.com/adafruit/Adafruit_MCP3008 ?
Or, offer another way of reading this ADC?
I'm successfully using that library on a Wemos D1 R2 through the Arduino IDE and would like to now port it over to B4R.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.