About 412,000 results
Open links in new tab
  1. Raspberry Pi OS - Raspberry Pi Documentation

    Raspberry Pi OS is a free, Debian-based operating system optimised for the Raspberry Pi hardware. Raspberry Pi OS supports over 35,000 Debian packages. We recommend Raspberry Pi OS for most …

  2. Understanding GPIO analog and digital - Electrical Engineering Stack ...

    Mar 28, 2014 · I've seen a few reference to GPIO only being able to work with binary values, but other posts which say the value can be from 0-255. I'm assuming this is the difference between analog and …

  3. Is there a difference between PIO and GPIO pins?

    Jul 18, 2019 · These things are pretty much unrelated to each other. GPIO is a General Purpose IO - meaning these are not connected to a specialized interface. PIO is Programmable IO, meaning that it …

  4. Raspberry Pi computer hardware

    A GPIO reference can be accessed on your Raspberry Pi by opening a terminal window and running the command pinout. This tool is provided by the GPIO Zero Python library, which is installed by default …

  5. gpio - Pull-up and pull-down resistances technology in …

    Jan 30, 2025 · I am making measurements for the characterization of pull-up and pull-down resistances in microcontrollers GPIO interface. I am currently working on a STM32 microcontroller, and in …

  6. Configuration - Raspberry Pi Documentation

    The official documentation for Raspberry Pi computers and microcontrollers

  7. microcontroller - STM32 Understanding GPIO Settings - Electrical ...

    Feb 25, 2015 · GPIO Speed is the maximum frequency the GPIO can produce. Lower settings can save power. Output type is whether the pin asserts highs and lows (push pull), or whether the output turns …

  8. stm32如果一个gpio口既需要输出也需要输入,应该怎么配置? - 知乎

    Dec 31, 2021 · GPIO (General Purpose Input/Output,通用输入输出接口),是单片机中最基础的外设,它直接表现为芯片的一个个引脚裸露在芯片外,是单片机与外部设备进行双向数据交换的必由之路 …

  9. microcontroller - Push-pull/open drain; pull-up/pull-down - Electrical ...

    Apr 22, 2016 · Of all the GPIO registers available, I do not understand two: GPIO_PUPDR and GPIO_OTYPE which are respectively the "pull-up/pull-down register" and the "output type register".

  10. What is gpio bank? - Electrical Engineering Stack Exchange

    Nov 12, 2021 · GPIO pins on microcontrollers and FPGAs are often grouped together in what is sometimes referred to as a "Bank". All the pins within a bank will have their own power supply pin/s.