M de Vries
M de Vries
This ais library requires you to first check if the message is part of a two-part message, I've listed part of my implementation below: ``` s = msg.split(",") # Check...
@Caliber-X, No I've opted to switch to another library. This library doesn't seem to get active support. [pyais](https://pypi.org/project/pyais/)
Had a similar issue with RedisInsight, can confirm that clearing GPU cache works. Good find @euneuber and @stefankoop
Thanks, I indeed expect that the gyro and accelerator components are in the message. However, based on my data-collection it doesn't seem to contain time_of_week: ``` "$PFEC,GPimu,0.210,0.056,-0.023,0,-0.654,0.448,0.486,0,0*42", "$PFEC,GPimu,0.185,0.028,-0.012,0,-0.707,0.338,0.619,0,0*45", "$PFEC,GPimu,0.184,0.023,-0.012,0,-0.257,0.246,0.768,0,0*40", "$PFEC,GPimu,0.181,0.052,-0.036,0,-0.150,0.551,0.993,0,0*4A",...