Hello there,
I have hooked up an ultrasonic sensor to my Raspberry Pi-enabled robot
in order to get continuous distance-to-obstacle reading.
The sensor is properly connected via GPIO and already reads the distance
properly when running a simple script.
However, I need to integrate the sensor rea
On Sat, Apr 29, 2017 at 06:26:28PM +, Marc Eymard wrote:
> The way I have decided to go about implementing the sensor reading is by
> creating a Thread object and update the distance attribute of this very
> same object from the run() function. The idea is to encapsulate the
> distance read
On Sat, Apr 29, 2017 at 1:26 PM, Marc Eymard wrote:
> Hello there,
> Attached the script I have come up with, which keeps returning multiple
> run time errors whenever I try to fix it.
> I believe there are multiple issues, but at least it gives an idea of
> what I currently want to achieve and h
Hello there,
I have hooked up an ultrasonic sensor to my Raspberry Pi-enabled robot
in order to get continuous distance-to-obstacle reading.
The sensor is properly connected via GPIO and already reads the distance
properly when running a simple script.
However, I need to integrate the sensor r