Control GPIOs from simple web page
-
Just wondered if its possible to control GPIO pins from a simple web page button/html?
E.g Call gpioctl command to toggle output
I'm sure I saw this somewhere, but can't seem to find it now.TIA
-
@steeley maybe you want to adapt this project: https://docs.onion.io/omega2-project-book-vol1/led-traffic-light.html. You would use gpioctl instead of expled. The buttons work fine.
-
@Alfred-Riss said in Control GPIOs from simple web page:
https://docs.onion.io/omega2-project-book-vol1/led-traffic-light.html
Thanks- I had seen this but I need to use a web browser/html to do this.
Ahh - think I have found something related to node.js that might do it.
-
@steeley Sorry, I quoted the wrong project.
https://github.com/OnionIoT/rgb-led-traffic-light
This one provides html.
-
thanks Alfred -sorted!
-
@Alfred-Riss said in Control GPIOs from simple web page:
@steeley Sorry, I quoted the wrong project.
https://github.com/OnionIoT/rgb-led-traffic-light
This one provides html.Love it thank for the valuable information…
-
@Alfred-Riss said in Control GPIOs from simple web page:
@steeley Sorry, I quoted the wrong project.
https://github.com/OnionIoT/rgb-led-traffic-light-prepaidcardstatus
This one provides html.Thanks for Giving us Such a Great Information