Search found 4 matches
- 26 Mar 2018, 17:32
- Forum: Software
- Topic: Polling inputs
- Replies: 3
- Views: 7363
- 19 Mar 2018, 18:29
- Forum: Software
- Topic: Polling inputs
- Replies: 3
- Views: 7363
Polling inputs
Hello, I am trying to develop an application that uses both a software and hardware setup to control my system. What I need to figure out is how I can setup 3 momentary switches on three separate input pins so that when I press the button it will turn off specific output pins. I need to also turn th...
- 21 Feb 2018, 14:45
- Forum: Software
- Topic: Controlling DIO pins using Python
- Replies: 3
- Views: 7567
Re: Controlling DIO pins using Python
volker - Thank you for the reply. I have figured out how to edit the central process image using python. Now I need a way to open a web browser on the same network as the RevPi and be able to access the GPIO pins from that web browser. Do you have a suggested solution for this? Thanks in advance! Jb...
- 13 Feb 2018, 17:50
- Forum: Software
- Topic: Controlling DIO pins using Python
- Replies: 3
- Views: 7567
Controlling DIO pins using Python
Hello All, Sorry if this seems like a stupid question but I want to be able to change the state of the Ouput Pins and read the values from the Input Pins using python. I am trying to host a webpage from the RevPi Core and then read input pins and control output pins with the push of a button on a we...