Guest
Login
Register
Home
Help
Search
Login
Register
more G-Labs products
This forum is soon going to be read-only.
Please join the new
HomeGenie community on Google+
HomeGenie Forum
Development
Feature request
Plugin for servo
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: Plugin for servo (Read 862 times)
November 10, 2015, 12:54:48 PM
Read 862 times
artichost
Information
Newbie
Posts:
8
Plugin for servo
Im done setting upp temperature sensors in our house, Now i wuld like to connect a servo to our furnice to remotely
controll the temperature,
Are there some plugin to controll a servomotor?
Logged
November 10, 2015, 01:29:46 PM
Reply #1
Gene
Information
Administrator
Posts:
1472
Tangible is the future!
Re: Plugin for servo
Not sure what you are trying to achieve, but there is a RaspberrySharp class for this pwm driver:
http://www.adafruit.com/products/815
and here an example of how to use it:
https://github.com/raspberry-sharp/raspberry-sharp-io/blob/master/Tests/Test.Gpio.Pca9685/Program.cs#L49
see also examples included in HG->Programs/RaspberryPi section for getting an idea of how to use RaspberrySharp in HG programs.
g.
Logged
November 10, 2015, 01:37:28 PM
Reply #2
Gene
Information
Administrator
Posts:
1472
Tangible is the future!
Re: Plugin for servo
there's also a class for the TLC59711:
https://www.adafruit.com/products/1455
https://github.com/raspberry-sharp/raspberry-sharp-io/blob/master/Tests/Test.Spi.TLC59711/Program.cs#L20
g.
Logged
November 10, 2015, 06:17:05 PM
Reply #3
artichost
Information
Newbie
Posts:
8
Re: Plugin for servo
Something like this
https://www.youtube.com/watch?v=ddlDgUymbxc
But via HG to set different possitions of the servo.
so i can set it in different possitions depending of how warm the house is. ..
«
Last Edit: November 10, 2015, 06:19:15 PM by artichost
»
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
HomeGenie Forum
Development
Feature request
Plugin for servo