A python module for the Blue Robotics Ping1D echosounder
Project description
BlueRobotics-Ping
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.
Resources
Installing
- From source:
$ git clone --recursive http://github.com/bluerobotics/ping-python.git
$ cd ping-python
$ python setup.py install
- Using 'pip'
$ pip install bluerobotics-ping
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>
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Close
Hashes for bluerobotics-ping-0.0.1.dev5.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 335fa176c25983e575f4267b48beb69d7a0f3f4a661ff65f6bbee6f72c7f9a18 |
|
MD5 | b100fd6547482f8d713f4ebd93a49351 |
|
BLAKE2b-256 | 18b273bbde7b74a2f8345f96793a35e2f672b12a636d8010d386e9717dd1d10b |