# Servodoor-app: RC servo based door control application
A simple GUI for controlling up to 18 (RC servo) doors. Designed for use
with an automated T-Maze system.
## Installing
Install using pip
```bash
$ pip install servodoor-app
```
## Installing from source
This package uses the [poetry](https://python-poetry.org/) dependency manager.
The installation instructions for poetry can be found
[here](https://python-poetry.org/docs/#installation)
Once poetry is installed the serovodoor-app package can be installed using
```bash
$ poetry install
```
Additional documentation on using poetry can be found
[here](https://python-poetry.org/docs/)
## GUI images
![connect_tab](images/connect_tab.png)
![control_tab](images/control_tab.png)
![config_tab](images/config_tab.png)
![config_dialog](images/config_dialog.png)
Example door configuration file.
```json
{
"front" : {
"servo" : 1,
"open" : 1375,
"close" : 1987,
"max_vel" : 40000.0,
"max_acc" : 40000.0
},
"left" : {
"servo" : 2,
"open" : 1340,
"close" : 1947,
"max_vel" : 40000.0,
"max_acc" : 40000.0
},
"right" : {
"servo" : 3,
"open" : 1300,
"close" : 1890,
"max_vel" : 40000.0,
"max_acc" : 40000.0
},
"sleep_front" : {
"servo" : 4,
"open" : 1300,
"close" : 1890,
"max_vel" : 7000.0,
"max_acc" : 2000.0
},
"sleep_back" : {
"servo" : 5,
"open" : 1300,
"close" : 1890,
"max_vel" : 7000.0,
"max_acc" : 2000.0
}
}
```
Raw data
{
"_id": null,
"home_page": "https://github.com/willdickson/servodoor-app",
"name": "servodoor-app",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.10,<3.12",
"maintainer_email": "",
"keywords": "",
"author": "Will Dickson",
"author_email": "wbd@caltech.edu",
"download_url": "https://files.pythonhosted.org/packages/a8/63/c2269cfa188f4e8415639756b137bb1d62d83d4510bb7e27d3f7c25fc3d3/servodoor_app-0.1.1.tar.gz",
"platform": null,
"description": "# Servodoor-app: RC servo based door control application \n\nA simple GUI for controlling up to 18 (RC servo) doors. Designed for use\nwith an automated T-Maze system. \n\n## Installing\nInstall using pip \n\n```bash\n$ pip install servodoor-app \n```\n\n## Installing from source\n\nThis package uses the [poetry](https://python-poetry.org/) dependency manager.\nThe installation instructions for poetry can be found\n[here](https://python-poetry.org/docs/#installation)\n\nOnce poetry is installed the serovodoor-app package can be installed using\n\n```bash\n$ poetry install\n```\nAdditional documentation on using poetry can be found\n[here](https://python-poetry.org/docs/)\n\n## GUI images\n\n![connect_tab](images/connect_tab.png)\n\n![control_tab](images/control_tab.png)\n\n![config_tab](images/config_tab.png)\n\n![config_dialog](images/config_dialog.png)\n\n\nExample door configuration file.\n```json\n{\n \"front\" : { \n \"servo\" : 1, \n \"open\" : 1375, \n \"close\" : 1987,\n \"max_vel\" : 40000.0,\n \"max_acc\" : 40000.0 \n }, \n \"left\" : { \n \"servo\" : 2, \n \"open\" : 1340, \n \"close\" : 1947, \n \"max_vel\" : 40000.0,\n \"max_acc\" : 40000.0 \n }, \n \"right\" : { \n \"servo\" : 3, \n \"open\" : 1300, \n \"close\" : 1890,\n \"max_vel\" : 40000.0,\n \"max_acc\" : 40000.0 \n },\n \"sleep_front\" : { \n \"servo\" : 4, \n \"open\" : 1300, \n \"close\" : 1890,\n \"max_vel\" : 7000.0,\n \"max_acc\" : 2000.0 \n },\n \"sleep_back\" : { \n \"servo\" : 5, \n \"open\" : 1300, \n \"close\" : 1890,\n \"max_vel\" : 7000.0,\n \"max_acc\" : 2000.0 \n }\n}\n```\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A simple GUI for controlling upto 18 (RC servo) t-maze doors.",
"version": "0.1.1",
"project_urls": {
"Homepage": "https://github.com/willdickson/servodoor-app",
"Repository": "https://github.com/willdickson/servodoor-app"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "ae3f0ec0f866968335411e797478c4d40a7ee599bc583008dd7096e990e7aed7",
"md5": "75ff61d55e348ebd18f6df1914101de7",
"sha256": "3b7e034b79577603701f9dd6bf3c3aa082aa0f6a455f8bdcf2698799ab0d7cee"
},
"downloads": -1,
"filename": "servodoor_app-0.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "75ff61d55e348ebd18f6df1914101de7",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10,<3.12",
"size": 7915,
"upload_time": "2023-09-15T21:19:18",
"upload_time_iso_8601": "2023-09-15T21:19:18.044597Z",
"url": "https://files.pythonhosted.org/packages/ae/3f/0ec0f866968335411e797478c4d40a7ee599bc583008dd7096e990e7aed7/servodoor_app-0.1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a863c2269cfa188f4e8415639756b137bb1d62d83d4510bb7e27d3f7c25fc3d3",
"md5": "9efc91e6de9f7423714f024e42c75b81",
"sha256": "97757765c7c455e91ce9607b8de0444e574ce494801328b64a46bff1056354d7"
},
"downloads": -1,
"filename": "servodoor_app-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "9efc91e6de9f7423714f024e42c75b81",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10,<3.12",
"size": 6046,
"upload_time": "2023-09-15T21:19:20",
"upload_time_iso_8601": "2023-09-15T21:19:20.523218Z",
"url": "https://files.pythonhosted.org/packages/a8/63/c2269cfa188f4e8415639756b137bb1d62d83d4510bb7e27d3f7c25fc3d3/servodoor_app-0.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-09-15 21:19:20",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "willdickson",
"github_project": "servodoor-app",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "servodoor-app"
}