Open samtempledev opened 4 years ago
I don't have access to an SP200 just yet, but I have one on order. When it arrives I'm going to use the following process to update my code, feel free to use it earlier for yourself:
Hi, I am too trying to read data from the Vexilar T-BOX sp200 with my RPI. Any success from your side? I have found this document, https://github.com/jim-mckeown/SP200A-Client/blob/main/SP200AProtocol_20221223.pdf but I am still unable to extract the depth value from wifi data. Any help would be appreciated. Thanks
I would like to get this working for the SP200, I have changed the length from 340 to 360
if re.search(b'length 360', row.rstrip()):
But when using the function:
python3 init.py
and
python3 listen.py
I can see the init message:
Connected to SP100. Sending packet requests...
But on running listen.py in a separate terminal I get:
Once I interrupt this with Ctrl+C, I get:
I get the same message regardless of whether I start the app on my phone before or not...