{"id":23031021,"url":"https://github.com/timerke/ximc_device","last_synced_at":"2026-04-30T07:39:37.187Z","repository":{"id":132614035,"uuid":"582339315","full_name":"timerke/ximc_device","owner":"timerke","description":"An example of working with a XIMC motor controller in jupyter","archived":false,"fork":false,"pushed_at":"2023-01-31T10:21:29.000Z","size":284,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-17T20:40:35.591Z","etag":null,"topics":["jupyter-notebook","motor-controller","python3","ximc"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/timerke.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-26T14:07:37.000Z","updated_at":"2022-12-26T14:13:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"b79cb154-96f2-4a50-a62f-a2b9254e65b0","html_url":"https://github.com/timerke/ximc_device","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/timerke/ximc_device","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timerke%2Fximc_device","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timerke%2Fximc_device/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timerke%2Fximc_device/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timerke%2Fximc_device/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timerke","download_url":"https://codeload.github.com/timerke/ximc_device/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timerke%2Fximc_device/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32458237,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["jupyter-notebook","motor-controller","python3","ximc"],"created_at":"2024-12-15T15:32:36.386Z","updated_at":"2026-04-30T07:39:37.173Z","avatar_url":"https://github.com/timerke.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ximc_device\n## Eng\n\nPython wrapper for working with stepper motor controllers using the [libximc](https://pypi.org/project/libximc/) library.\n\n## Running the example on Jupyter Notebook\n\n1. Install the required dependencies. To do this, go to the **scripts** folder and run the script:\n\n   - **install_for_py_36_37.bat** if you work in *Windows* with *Python* version 3.6-3.7;\n   - **install_for_py_38_311.bat** if you work in *Windows* with *Python* version 3.8-3.11;\n   - **install_for_py_36_37.sh** if you work in *Linux* with *Python* version 3.6-3.7;\n   - **install_for_py_38_311.sh** if you work in *Linux* with *Python* version 3.8-3.11.\n\n2. At the prompt, go to the **jupyter_demo** folder and run the command:\n\n   - if you work in *Windows*:\n\n     ```bash\n     venv\\Scripts\\python -m jupyter notebook jupyter_demo.ipynb\n     ```\n\n   - if you work in *Linux*:\n\n     ```bash\n     venv/bin/python3 -m jupyter notebook jupyter_demo.ipynb\n     ```\n\n3. Then follow the instructions from the **jupyter_demo.ipynb** example.\n\n## Running the example on Google Colab\n\n1. Sign in to your Google account in browser.\n\n2. Open [Google Colab](https://colab.research.google.com/) in browser.\n\n3. In the window that appears, select \"Upload\" and select the file **jupyter_demo.ipynb**.\n\n   ![2](./data/2.png)\n\n4. Then follow the instructions from the **jupyter_demo.ipynb** example.\n\n## Note\n\nThe application has been tested on the following machines:\n\n- *Windows 10*, *Python 3.6.8* (64 bit), *3.7.9* (64 bit), *3.8.10* (64 bit), *3.9.13* (64 bit), *3.10.7* (64 bit), *3.11.1* (64 bit). There is a problem installing Jupyter Notebook on *Python* 32 bit (you can read about the problem, for example, [here](https://stackoverflow.com/questions/67343397/how-to-fix-errors-occurring-on-installation-of -jupyter-notebook)). Therefore, to work, you need to use *Python* 64 bit;\n- *Ubuntu 18.04*, *Python 3.6.9*, *3.8.16*, *3.10.9*;\n- *Ubuntu 20.04*, *Python 3.8.10*, *3.10.9*, *3.11.1*.\n\n\n\n## Rus\n\nPython-обертка для работы с контроллерами шаговых двигателей с помощью библиотеки [libximc](https://pypi.org/project/libximc/).\n\n## Запуск примера на Jupyter Notebook\n\n1. Установите необходимые зависимости. Для этого перейдите в папкy **scripts** и выполните скрипт:\n   - **install_for_py_36_37.bat**, если вы работаете в *Windows* с *Python* версии 3.6-3.7;\n   - **install_for_py_38_311.bat**, если вы работаете в *Windows* с *Python* версии 3.8-3.11;\n   - **install_for_py_36_37.sh**, если вы работаете в *Linux* с *Python* версии 3.6-3.7;\n   - **install_for_py_38_311.sh**, если вы работаете в *Linux* с *Python* версии 3.8-3.11.\n   \n2. В командной строке перейдите в папку **jupyter_demo** и выполните команду:\n   - если вы работаете в *Windows*:\n   \n     ```bash\n     venv\\Scripts\\python -m jupyter notebook jupyter_demo.ipynb\n     ```\n   \n   - если вы работаете в *Linux*:\n   \n     ```bash\n     venv/bin/python3 -m jupyter notebook jupyter_demo.ipynb\n     ```\n   \n3. Далее следуйте инструкции из примера **jupyter_demo.ipynb**.\n\n## Запуск примера на Google Colab\n\n1. В браузере войдите в ваш аккаунт Google.\n\n2. Откройте в браузере [Google Colab](https://colab.research.google.com/).\n\n3. В появившемся окошке выберите \"Загрузить\" и выберите файл **jupyter_demo.ipynb**.\n\n   ![1](./data/1.png)\n\n4. Далее следуйте инструкции из примера **jupyter_demo.ipynb**.\n\n## Примечание\n\nРабота приложения была проверена на следующих машинах:\n\n- *Windows 10*, *Python 3.6.8* (64 bit), *3.7.9* (64 bit), *3.8.10* (64 bit), *3.9.13* (64 bit), *3.10.7* (64 bit), *3.11.1* (64 bit). Имеется проблема установки Jupyter Notebook на *Python* 32 bit (о проблеме можно почитать, например, [здесь](https://stackoverflow.com/questions/67343397/how-to-fix-errors-occurring-on-installation-of-jupyter-notebook)). Поэтому для работы нужно использовать *Python* 64 bit;\n- *Ubuntu 18.04*, *Python 3.6.9*, *3.8.16*, *3.10.9*;\n- *Ubuntu 20.04*, *Python 3.8.10*, *3.10.9*, *3.11.1*.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimerke%2Fximc_device","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimerke%2Fximc_device","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimerke%2Fximc_device/lists"}