About 418,000 results
Open links in new tab
  1. Understanding GPIO analog and digital - Electrical Engineering …

    Mar 28, 2014 · A GPIO bit can be 0 or 1. An 8 bit GPIO port, made of 8 consecutive bits, can range between 00000000 and 11111111, or 255 decimal. This has little to do with the concept …

  2. 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 …

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

    Nov 12, 2021 · GPIO = General Purpose Input Output, referring to pins that send and/or receive single bits of digital information (high/low voltage). A GPIO 'bank' is a group of GPIO bits that …

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

    Jul 18, 2019 · That said, ‘GPIO’ means ‘General Purpose Input / Output’. For microcontrollers this customarily means a pin which can be configured through registers by the host to be an input, …

  5. gpio - What happens on the STM32 when two pins are configured …

    Reading through the STM32F051 manual, it looks like it's possible to configure the same alternate function on two pins; for example, you could have multiple USART1_TX pins at the same time. …

  6. GPIO Input not working with STM32 Blue Pill

    Feb 18, 2025 · I am trying to take a digital input from pin B12 (PB12) to control the internal LED of the STM32 Blue Pill (STM32F103C8T6) board at pin C13 (PC13). The B12 pin is set to High-Z …

  7. gpio - STM32F103 PC13 on Output mode not work - Electrical …

    I using STM32F103C8, I want to use PC13 in GPIO mode (RTC is active). The register ODR13 changes, but the logical value of the PIN does not change. static void MX_GPIO_Init(void) {

  8. Configuration - Raspberry Pi Documentation

    The official documentation for Raspberry Pi computers and microcontrollers

  9. Scratch 2.0: all-new features for your Raspberry Pi

    Jun 27, 2017 · Scratch 2.0 is now available on the Raspberry Pi. Control GPIO pins, webcams and microphones, edit images and sound and more!

  10. gpio - Is it possible (with reasonable effort) to use ethernet …

    May 1, 2021 · I'm interested in designing a "simple" circuit that would bridge digital inputs or outputs over a distance with relatively low latency. The idea is to take several pins …