Getting Started With Ping-Python
Ping-Python is a library that allows for interfacing with the Sounder S500 in Python
Installation
Ping-Python GitHub Page
pip install --user bluerobotics-ping --upgradegit clone --single-branch --branch deployment https://github.com/bluerobotics/ping-python.git
cd ping-python
Getting Started Guide
Imports
from brping import S500
from brping import definitionsInitialization
Controlling The Device
Receiving Packets
Logging
Example Code
More Examples
Last updated