Data acquisition library for a ReSkin sensor
Project description
# Reskin Sensor Library This is a python library to interface with [ReSkin](https://openreview.net/forum?id=87_OJU4sw3V) sensors. We provide two classes for interfacing with [ReSkin](https://openreview.net/forum?id=87_OJU4sw3V). The ReSkinBase class is good for standalone data collection: it blocks code execution while data is being collected. The ReSkinProcess class can be used for non-blocking background data collection. Data can be buffered in the background while you run the rest of your code.
Latest stable release is v2.0.0
## Installation
This package can be installed using pip: ` pip install reskin_sensor ` Alternatively, if you would like the latest (potentially unstable) version, 1. Clone this repository using ` $ git clone https://github.com/raunaqbhirangi/reskin_sensor.git --recursive ` 2. Install this package using ` $ pip install -e . ` ## Usage
Connect the 5X board to the microcontroller.
Connect the microcontroller (we recommend the Adafruit Trinket M0 or the Adafruit QT PY) to the computer using a suitable USB cable
3. Use the [Arduino IDE](https://www.arduino.cc/en/software) to upload code to a microcontroller. The code as well as upload instructions can be found in the [arduino](./arduino) folder. If you get a can’t open device “<port-name>”: Permission denied error, modify permissions to allow read and write on that port. On Linux, this would look like ` $ sudo chmod a+rw <port-name> `
4. Run test code on the computer ` $ python tests/sensor_proc_test.py -p <port-name> ` ## Credits This package is maintained by [Raunaq Bhirangi](https://www.cs.cmu.edu/~rbhirang/). We would also like to cite the [pyForceDAQ](https://github.com/lindemann09/pyForceDAQ) library which was used as a reference in structuring this package.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file reskin_sensor-2.0.1.tar.gz.
File metadata
- Download URL: reskin_sensor-2.0.1.tar.gz
- Upload date:
- Size: 6.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a51a616697583157b2d6204d46eabc60b012b396fa148edabcdb324108f77871
|
|
| MD5 |
5610ca7aeb617fbaff5dece08c18ccf8
|
|
| BLAKE2b-256 |
2de73e6a2d18f3e87f686c26c0075efa8c063427745e22ac0d73fd2a0e328218
|
File details
Details for the file reskin_sensor-2.0.1-py3-none-any.whl.
File metadata
- Download URL: reskin_sensor-2.0.1-py3-none-any.whl
- Upload date:
- Size: 7.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aba8dc061b96c446a6f6b9c8ce0f34766bac575011c66701c000b23056ef79be
|
|
| MD5 |
bfd791f65e0f6dfcb4134931a6f2e9f0
|
|
| BLAKE2b-256 |
e8126924f5d47165982e47a76d75adeeeae8cef266054c78f06dad9e76366d32
|