About 1,390,000 results
Open links in new tab
  1. Raspberry Pi Remote GPIO : 4 Steps - Instructables

    In this instructable, we'll see how to configure Remote GPIO for the Raspberry Pi and use a remote computer (Windows) to control LEDs and Servo motors connected to the GPIO ports of the Pi.

  2. Remote control GPIO on a Raspberry Pi with GPIO Zero

    Jul 28, 2017 · This allows you to remotely control the GPIO pins of a Pi over a network. You can control the pins from a PC or Mac, or from another Pi, and even use the GPIOs of multiple Pis within the same script. This month, GPIO Zero v1.4 …

  3. 4. Configuring Remote GPIO — gpiozero 2.0.1 Documentation

    One of the pin libraries supported, pigpio, provides the ability to control GPIO pins remotely over the network, which means you can use GPIO Zero to control devices connected to a Raspberry Pi on the network. You can do this from another Raspberry Pi, or even from a PC.

  4. Set up a Pi and host PC for remote GPIO access using gpiozero

    Jan 13, 2025 · GPIO Zero allows you to create objects representing GPIO devices. As well as running it on a Raspberry Pi, you can also install GPIO Zero on a PC and create objects referencing GPIO pins on a Pi over the network. To do this, you'll need to do a few things to get set up: Enable Remote GPIO on the Pi in the Raspberry Pi Configuration Tool.

  5. Control your Raspberry Pi Remotely - PiCockpit

    May 16, 2022 · A guide to remote control your Raspberry Pi including using SSH, remote desktop (VNC) and a web interface through an Apple/Android phone.

  6. How to implement remote control GPIO Raspberry Pi?

    Nov 14, 2019 · I decided to build a small machine based on Raspberry, running through wifi. Wrote a simple web muzzle, which requests turn on and off the engines. Not sure if this is the best option, constantly rush inquiries. The question is, can there be any sort of or something like that you can remotely control the GPIO.

  7. GitHub - andrewdavidmackenzie/pigg: GUI for remote control of Raspberry

    Directly on a Pi or Pi Pico or remotely from other platforms you can configure the GPIO hardware Inputs and Outputs, controlling the level of the Outputs and view the level of the Inputs in the GUI. Pre-built images for different OS and CPU architecture, along with installers. See INSTALLING.md for details.

  8. How to Control the Raspberry Pi’s GPIO Pins Remotely

    May 24, 2021 · In this tutorial we will learn how to control the Raspberry Pi’s GPIO pins from any device with an internet connection. We will build a project that uses a Raspberry Pi to turn on an LED with the input from an SMS text message sent by an Android device.

  9. Remote RasPi GPIO control - Hackaday.io

    Nov 24, 2020 · GPIOServer runs on the Raspberry Pi and reads a configuration file (that you supply) describing the GPIOs used by the attached hardware: the mode (input/output), logic (normal/inverted), hardware name ("Relay 2"), and so on. The server initializes these GPIOs and accepts JSON commands to read and/or set the values.

  10. Remote GPIO Management on Raspberry Pi via Web Interface

    Dec 16, 2023 · Webpage-Controlled GPIO Activation for Home Automation Projects. 1. Introduction. This Raspberry Pi project showcases its role as an IoT device. It enables the manipulation of LED states (ON/OFF) via a webpage accessible from any device connected to the same network as the Raspberry Pi.

Refresh