In this post, I show a simple application to read an analog value running in the background with its own thread with the ADC C++ class implementation shown previously in...
In this post, I show a simple application to read and analog voltage with the ADC C++ class implementation shown previously in this post. Remembering that the BeagleBone has 7...
In this post, I show a simple application of the analog to digital converter (ADC) C++ class implementation shown previously in this post. Remembering that the BeagleBone has 7 analog...
In this post, I show an analog to digital converter (ADC) C++ class implementation. Remembering that the BeagleBone has 7 analog inputs and ADC of 12 bits that lets to...
In this post, I start with the PWM technique applied to control the brightness of a LED. Remembering the PWM is a technique that lets us emulate an analog signal...