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
- Host: GitHub
- URL: https://github.com/marcos-moura97/yostlab_imu_python
- Owner: marcos-moura97
- Created: 2022-01-21T12:20:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-21T12:25:59.000Z (over 3 years ago)
- Last Synced: 2025-01-01T14:29:56.927Z (9 months ago)
- Topics: imu, python, sensor, yostlab
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```