About 288,000 results
Open links in new tab
  1. 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 …

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

  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 - 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

  6. 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

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

  8. How to convert a .py file to an executable in Linux/Raspberry Pi

    Mar 10, 2019 · How to convert a .py file to an executable in Linux/Raspberry Pi [closed] Asked 6 years, 8 months ago Modified 6 years, 8 months ago Viewed 9k times

  9. raspberry pi - How to read from multiplexer with python I2C …

    Dec 26, 2016 · #!/usr/bin/python import TCA9548A # set specific multiplexer to a specific channel # TCA9548A.I2C_setup( multiplexer_addr , multiplexer_channel ) …

  10. usleep in Python - Stack Overflow

    Apr 6, 2011 · python setup.py build_ext -i It will create CWrapper.c, build, and CWrapper.so files. Use CWrapper.so where ever you want, and just import in python. Note: Compile separately …