Hello everyone!
I am trying to run the ping360AutoScan.py example
I am able to initialize the connection and run the control_auto_transmit command without any issues
However, the following command keeps returning None:
myPing360.wait_message([definitions.PING360_AUTO_DEVICE_DATA])
I was able to verify that control_transducer and wait_message([definitions.PING360_DEVICE_DATA, definitions.COMMON_NACK], 4.0)
is returning valid data
I am not sure why the auto scan method is not working...
I am using bluerobotics-ping 0.1.5
Hello everyone!
I am trying to run the ping360AutoScan.py example
I am able to initialize the connection and run the
control_auto_transmit commandwithout any issuesHowever, the following command keeps returning None:
myPing360.wait_message([definitions.PING360_AUTO_DEVICE_DATA])I was able to verify that
control_transducerandwait_message([definitions.PING360_DEVICE_DATA, definitions.COMMON_NACK], 4.0)is returning valid data
I am not sure why the auto scan method is not working...
I am using bluerobotics-ping 0.1.5