• This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #22733

    pzula
    Member

    If I were to add a digital temperature sensor to this setup, where would be a good place to attach it to the OSPi?
    I can’t seem to find anything listing what all of the remaining pins do after you have it all hooked up.

    Any help is appreciated!

    #25918

    dkossman
    Member

    you’d need to connect the 1-wire temp probe to the appropriate Raspberry Pi GPIO pin, install the driver, and modify the sprinkler app to read and use this as current/local temperature, presumably combined with the wunderground data. not sure what you had in mind.

    there are lots of how-to’s out there, see for example http://www.raspberrypi-spy.co.uk/2013/03/raspberry-pi-1-wire-digital-thermometer-sensor/

    Don

    #25919

    Ray
    Keymaster

    OSPi takes four GPIOs (these cannot be shared with other devices), and the I2C pins (these can be shared with other I2C devices). This diagram shows which pins are taken by OSPi:
    http://rayshobby.net/wordpress/wp-content/uploads/2013/02/ospi_diagram_connection.jpg
    The other pins are free and you can use any of them.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.