2

i'm doing a project for face recognition with raspberry pi. but i want my web server is from my laptop and my raspberry pi just accessing the web app. the point is, all of stuff is done in my laptop web server. but i don't know how to send signal to raspberry gpio from another computer web server to raspberry pi ? does anyone has a solution ? pardon my english. Thanks !

asked May 1, 2020 at 8:37

1 Answer 1

2

If you use the pigpio library and run it as a daemon on the pi, you can run local Python code that access the GPIO port on the remote pi.

If you are new to this, you might also want to check out the gpiozero project.

answered May 1, 2020 at 9:13

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.