Skip to content

jaxxzer/ping-python

 
 

Repository files navigation

ping-python

Python library for the Ping sonar. Ping is the simple, affordable, and compact ultrasonic altimeter for any aquatic project.

This library exposes all functionality of the device, such as getting profiles, controlling parameters, switching modes, or just simply reading in the distance measurement.

Available here



Resources

Installing

  • git clone --recursive http://github.com/bluerobotics/ping-python.git
  • cd ping-python

Quick Start

You can run a simple example that prints the distance reading repeatedly by executing the command below. Place your device's file descriptor after the --device option. For example, on Linux this will likely be /dev/ttyUSB0.

python simplePingExample.py --device <your-device>

About

Python scripts and examples for the Ping sonar.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%