About 288,000 results
Open links in new tab
  1. python - ImportError: No module named 'board' (AdaFruit

    Nov 7, 2018 · The problem I hit is that the directions on Adafruit install packages for the current user but you need to run Python with sudo to make use of them. Complicating this is that …

  2. Serial communication between Raspberry Pi Pico and PC

    Nov 10, 2022 · For PC I'm using PyCharm, for Raspberry Pi Pico Thonny. After flashing Raspberry Pi Pico I'm disconnecting the serial and run the script in PyCharm with different …

  3. raspberry pi - Python script for RTU Modbus Slave - Stack Overflow

    I want this Raspberry Pi based slave to populate and send a response to master when ever master requests for a register value. I am new to this protocol and environment, I am not able …

  4. Raspberry Pi- GPIO Events in Python - Stack Overflow

    The RPi.GPIO Python library now supports Events, which are explained in the Interrupts and Edge detection paragraph. So after updating your Raspberry Pi with sudo rpi-update to get the …

  5. python - How do I solve "error: externally-managed-environment" …

    When I run pip install xyz on a Linux machine (using Debian or Ubuntu or a derived Linux distribution), I get this error: error: externally-managed-environment × This environment is …

  6. python - Busy GPIO's Raspberry PI5 - Stack Overflow

    Dec 23, 2023 · Busy GPIO's Raspberry PI5 Asked 1 year, 11 months ago Modified 11 months ago Viewed 3k times

  7. how to update python in raspberry pi - Stack Overflow

    Nov 6, 2020 · I need python newest version in raspberry pi. I tried apt install python3 3.8 apt install python3 but this didnot work. And I also needed to update my raspberry pi python IDLE

  8. Raspberry pi - can't install Python 3.11 - Stack Overflow

    Aug 21, 2023 · Raspberry pi - can't install Python 3.11 Asked 2 years, 3 months ago Modified 2 years, 3 months ago Viewed 12k times

  9. raspberry pi - Python doesn't see machine package - Stack Overflow

    Nov 19, 2020 · python raspberry-pi python-3.7 python-packaging edited Nov 19, 2020 at 20:00 eyllanesc 246k 19 205 282

  10. python - How to detect if a USB flash drive was inserted on …

    May 3, 2024 · Official forum for RPi has How do detect a USB flash drive in Pi4 in Python - Raspberry Pi Forums and it seems it use /media/pi to detect new drive.