An open API service indexing awesome lists of open source software.

https://github.com/marcos-moura97/yostlab_imu_python

Python code for Yostlab's 3-Space™ USB/RS232
https://github.com/marcos-moura97/yostlab_imu_python

imu python sensor yostlab

Last synced: about 1 month ago
JSON representation

Python code for Yostlab's 3-Space™ USB/RS232

Awesome Lists containing this project

README

          

# Yostlab IMU Python Code

This is a simple code to get the data from Yostlab IMU.

# Dependencies

- Pyserial

# Supported Devices:

This driver should work with any of the USB/RS232 versions of the [Yost Labs 3-Space sensors](https://yostlabs.com/3-space-sensors/).

It was tested on [this device](https://yostlabs.com/product/3-space-usbrs232/?attribute_accelerometer=Normal+%28up+to+%C2%B18g%29&attribute_case-type=Screw-down)

# Usage:

```
$ git clone https://github.com/marcos-moura97/yostlab_imu_python.git
$ cd yostlab_imu_python
$ python main.py
```