Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sensetecnic/demo-servos
demo-servos
https://github.com/sensetecnic/demo-servos
Last synced: 13 days ago
JSON representation
demo-servos
- Host: GitHub
- URL: https://github.com/sensetecnic/demo-servos
- Owner: SenseTecnic
- Created: 2015-03-24T17:21:16.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-10T23:38:49.000Z (over 9 years ago)
- Last Synced: 2024-03-26T17:19:29.067Z (10 months ago)
- Language: Python
- Size: 172 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
==============
DemoServos
==============This demo application demonstrate actuating servo motors using Phidgets (http://www.phidgets.com/) modules.
Dependencies
============* Phidgets libraries (Follow instructions at: http://www.phidgets.com/docs/Operating_System_Support)
* Phidgets Python Module (Found at utils/PhidgetsPython. Download and install with *python setup.py install*)
* Python scripts in this repository depend on the existence of the *Phidgets* folder in this repository.Running the sensors
===================You first need to change the SERV_USER and SERV_PASS variables in the *demo-servos.py* file, assing your username and password, or key and secret generated here: http://wotkit.sensetecnic.com/wotkit/keys. To run the script, run (in ubuntu you need to run with superuser privileges):
```
sudo python phidgetrelay.py
```
In rare cases, if you are using a different WoTKit API end-point, you can configure the *STS_BASE_URL='http://wotkit.sensetecnic.com/api'* variable to your desired end point.