hamza
Posts: 76
Joined: Fri Apr 03, 2015 7:16 pm

gpio simu

Wed May 06, 2015 4:07 pm

hi
is there a program that can simulate rpi gpio pins??

User avatar
joan
Posts: 14887
Joined: Thu Jul 05, 2012 5:09 pm
Location: UK

Re: gpio simu

Wed May 06, 2015 4:28 pm

n

User avatar
B.Goode
Posts: 10191
Joined: Mon Sep 01, 2014 4:03 pm
Location: UK

Re: gpio simu

Wed May 06, 2015 5:56 pm

It isn't clear to me what you are looking for, but maybe something like this would be the answer?

http://blog.whaleygeek.co.uk/controllin ... d-mac-too/

http://virtgpio.blavery.com/vgpio/

Or maybe you just need a non-functional substitute library, as discussed here:
https://pihw.wordpress.com/lessons/rgb- ... s-colours/

hamza
Posts: 76
Joined: Fri Apr 03, 2015 7:16 pm

Re: gpio simu

Wed May 06, 2015 7:48 pm

Im looking for gpio pin simulator that represent the status of pins(logic 0or 1)

User avatar
B.Goode
Posts: 10191
Joined: Mon Sep 01, 2014 4:03 pm
Location: UK

Re: gpio simu

Wed May 06, 2015 9:09 pm

Many people have published code that will report on the current state of the gpio pins.

For a command line utility, see http://abyz.co.uk/rpi/pigpio/examples.html and look at gpio test or gpio status.

For a web interface that also allows you to set/clear the pins, see https://code.google.com/p/webiopi/

Return to “Beginners”