msclissa
msclissa
We don't have a pre-built version of MSCL that is compatible with an armv6 architecture, but you may be able to build it from source (instructions [here](https://github.com/LORD-MicroStrain/MSCL/blob/master/BuildScripts/buildReadme_Linux.md)). Sorry for the...
Hi - what node model(s) are you using? Different sensors support different functionality so it will be useful to know what you're working with in order to help you find...
**For configuring and initializing sampling, and parsing data** please refer to our example files located here: [Wireless Examples](https://github.com/LORD-MicroStrain/MSCL/tree/master/MSCL_Examples/Wireless) The setCurrentConfig, startSyncSampling, and parseData files should be helpful. Let me know...
Unfortunately we have no immediate plans to update the Boost dependency version. It's certainly something we should look into though. In general, communication with inertial devices over TCP/IP should work...
It depends on the functional requirements of your application. Using a `SyncSamplingNetwork` object the network scheduling is reconfigured every time a node is added - using our implementation this cannot...
Just to make sure I'm understanding correctly - is the 'Failed to read LXRS Protocol' error thrown within the `WirelessNode::sleep()` function or sometime after the node is successfully put into...
**Is the latest data packet the last element of the vector?** Yes, the last element in the vector returned from `InertialNode::getDataPackets()` is the packet most recently received/parsed. I didn't step...
Sorry for the delayed response! Unfortunately we're unable to support establishing a WebSocket connection via MSCL if the ports are blocked. It sounds like you were able to connect to...
Unfortunately the Python 3.6 library is not compatible with Python 3.7, 3.8 - there is a specific Python 3.6 .dll that it uses. Currently the best options are to either...
I'm glad you got this figured out - thanks so much for sharing your solution! The `setGPSTimeUpdate()` function can also be used to set the week number part of the...