About 51 results
Open links in new tab
  1. Python - Raspberry Pi as BLE sender for sensor data

    Apr 22, 2024 · Python - Raspberry Pi as BLE sender for sensor data Asked 1 year, 9 months ago Modified 1 year, 9 months ago Viewed 2k times

  2. python 3.x - How to send real-time sensor data to PC from Raspberry …

    Nov 2, 2020 · I've written a Python3 script which runs on Raspberry Pi Zero W that collects data from an IMU sensor (MPU9250) and creates 3 different angle values; roll, pitch, yaw. Which looks like this: …

  3. python - NRF24L01 communication between Raspberry Pi 4 and …

    Aug 13, 2025 · I tried setup with the Raspberry Pi 4 and a Raspberry Pi Zero (both with NRF24L01) first and it worked perfectly — I was able to send and receive data using the mentioned pyRF24 Library …

  4. GPIO programming issues in Python.3 for Raspberry Pi 5

    Apr 15, 2024 · GPIO programming issues in Python.3 for Raspberry Pi 5 Asked 1 year, 9 months ago Modified 1 year, 7 months ago Viewed 5k times

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

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

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

  7. python - Can't use keyboard in raspberry pi - Stack Overflow

    Jan 14, 2023 · Can't use keyboard in raspberry pi Asked 3 years ago Modified 1 year, 11 months ago Viewed 3k times

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

  9. Error Installing Adafruit_DHT for python on Raspberry Pi 400

    Jun 9, 2022 · × python setup.py bdist_wheel did not run successfully. │ exit code: 1 ╰─> [1 lines of output] Could not detect if running on the Raspberry Pi or Beaglebone Black. If this failure is …

  10. Interfacing Load Cell and HX711 with Raspberry Pi 3 using Python 3

    Oct 14, 2021 · I am currently working on a IoT Project in which I am trying to interface my Raspberry Pi 3 to HX711 so that I can read weight readings from my load cell having a range of 200 kg. For the …