Name | thermoflex JSON |
Version |
0.0.1
JSON |
| download |
home_page | None |
Summary | This is the library for controlling the ThermoFlex muscle system by Delta Robotics |
upload_time | 2024-12-12 00:01:01 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.8 |
license | None |
keywords |
thermoflex
delta
delta robotics
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
#### System Requirements
- Python 3.12 or greater
- Pyserial 3.5 or greater
## Introduction
###### The Thermoflex muscle is a current activated artificial muscle that is designed to have a low profile usage and simple activation and deactivation sequence. The purpose of this library is 2-fold; to become the working backend of the Delta hardware application and to allow for open-source development of the Nitinol muscle.
## First steps
Ensure that you have a Node and Muscle device.
Install the thermoflex library. You can do this 3 different ways.
1. Type this command into Powershell
```
pip install thermoflex
```
2. From the thermoflex repository, download the python-serial folder,cd to the build folder, and type this command.
```bash
pip install thermoflex-0.0.3.tar.gz
```
3. After downloading the thermoflex repository, cd into the folder and type this command
```bash
pip install python-serial/
```
After installing the library, connect the Muscle to the Node and the Node to the computer.
There is an example python script muscle-simple.py in the getting started folder to help you understand the flow of the system.
Simply run the file and the muscle should contract, update for 5 seconds, and then release. Then the program will end.
The README in the thermoflex repository has a glossary containing all of the working commands.
Raw data
{
"_id": null,
"home_page": null,
"name": "thermoflex",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "thermoflex, Delta, Delta Robotics",
"author": null,
"author_email": "Marvin S <marvin@deltaroboticsinc.com>, Mark D <mark@deltaroboticsinc.com>",
"download_url": "https://files.pythonhosted.org/packages/0e/d8/2b38291cbda81b5b7ebac744386340bdb4ccbe61e7edb6d40983d6d05722/thermoflex-0.0.1.tar.gz",
"platform": null,
"description": "#### System Requirements\r\n\r\n- Python 3.12 or greater\r\n- Pyserial 3.5 or greater\r\n\r\n## Introduction\r\n\r\n###### The Thermoflex muscle is a current activated artificial muscle that is designed to have a low profile usage and simple activation and deactivation sequence. The purpose of this library is 2-fold; to become the working backend of the Delta hardware application and to allow for open-source development of the Nitinol muscle.\r\n\r\n## First steps\r\n\r\nEnsure that you have a Node and Muscle device. \r\n\r\nInstall the thermoflex library. You can do this 3 different ways.\r\n \r\n1. Type this command into Powershell\r\n \r\n ```\r\n pip install thermoflex\r\n ```\r\n \r\n2. From the thermoflex repository, download the python-serial folder,cd to the build folder, and type this command.\r\n \r\n ```bash\r\n pip install thermoflex-0.0.3.tar.gz \r\n ```\r\n \r\n3. After downloading the thermoflex repository, cd into the folder and type this command\r\n \r\n ```bash\r\n pip install python-serial/\r\n ```\r\n\r\nAfter installing the library, connect the Muscle to the Node and the Node to the computer. \r\n\r\nThere is an example python script muscle-simple.py in the getting started folder to help you understand the flow of the system.\r\nSimply run the file and the muscle should contract, update for 5 seconds, and then release. Then the program will end.\r\n\r\nThe README in the thermoflex repository has a glossary containing all of the working commands.\r\n",
"bugtrack_url": null,
"license": null,
"summary": "This is the library for controlling the ThermoFlex muscle system by Delta Robotics",
"version": "0.0.1",
"project_urls": {
"Documentation": "https://docs.deltaroboticsinc.com/",
"Homepage": "https://www.deltaroboticsinc.com/",
"Repository": "https://github.com/Delta-Robotics-Inc/TF-Python-Serial"
},
"split_keywords": [
"thermoflex",
" delta",
" delta robotics"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "c34c90b6fd3d9e0c9162415cd78c5038533ac0e06f57b4efcc38686f5655e98e",
"md5": "796e17a4d44085f5d3c536e144227864",
"sha256": "a6fc59f70816dcc28f11c0346a7f95c33b3eaf6f53a95ea9e6ad9ee30472c0da"
},
"downloads": -1,
"filename": "thermoflex-0.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "796e17a4d44085f5d3c536e144227864",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 24508,
"upload_time": "2024-12-12T00:00:59",
"upload_time_iso_8601": "2024-12-12T00:00:59.658462Z",
"url": "https://files.pythonhosted.org/packages/c3/4c/90b6fd3d9e0c9162415cd78c5038533ac0e06f57b4efcc38686f5655e98e/thermoflex-0.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "0ed82b38291cbda81b5b7ebac744386340bdb4ccbe61e7edb6d40983d6d05722",
"md5": "63e9bcd28e5318e1a8c05ace1d8e8b0c",
"sha256": "15ff82b4e38407ac7588b123001689a277104b87aefc971ff0de38b590941422"
},
"downloads": -1,
"filename": "thermoflex-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "63e9bcd28e5318e1a8c05ace1d8e8b0c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 21424,
"upload_time": "2024-12-12T00:01:01",
"upload_time_iso_8601": "2024-12-12T00:01:01.943269Z",
"url": "https://files.pythonhosted.org/packages/0e/d8/2b38291cbda81b5b7ebac744386340bdb4ccbe61e7edb6d40983d6d05722/thermoflex-0.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-12 00:01:01",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Delta-Robotics-Inc",
"github_project": "TF-Python-Serial",
"github_not_found": true,
"lcname": "thermoflex"
}