Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
104 views

I have the following dockerfile: # Build stage FROM rust:1.90-bookworm AS builder # Install build dependencies RUN apt-get update && \ apt-get install --no-install-recommends -y pkg-config=...
conscience's user avatar
1 vote
1 answer
75 views

I’m running a Python project on a Raspberry Pi (Debian / Raspberry Pi OS, Python 3.9.2). The project has its own virtual environment (.venv), and I launch it with a script (alsv4) that starts multiple ...
May Ochia's user avatar
0 votes
0 answers
93 views

I am currently writing a small bare-metal OS for Raspberry Pi 4b for the AArch64/Arm64 architecture. Unfortunately the OS hangs after enabling the MMU on real hardware. When testing the OS in QEMU ...
CallmeEchoo's user avatar
0 votes
0 answers
63 views

Got this error just after booting my raspberrypi 4 with raspberrypi no desktop environment while starting bluetooth service. Now this one Jun 21 20:22:27 rpi systemd[1]: Started bluetooth.service - ...
Aditya Sharma's user avatar
0 votes
0 answers
24 views

I am trying to get a .service file to run on start up, I have an LED function to ensure it is running, the led function runs on start up but the other raspberry pis are not receiving my connection. Im ...
Andrew Lovell's user avatar
0 votes
1 answer
61 views

I have a Raspberry Pi 4 that I use at different locations to run a digital display. I use this script to run at reboot so that I don't have to determine the IP address each time and just start ...
Jennifer Hamilton's user avatar
0 votes
0 answers
31 views

I have a project where I need to visualize the orientation of an IMU sensor as a 3D cube using VisPy, however, I keep getting the OSError: [Errno 5] Input/output error. I had another code using ...
Brooklyn Amaro's user avatar
1 vote
0 answers
45 views

The instructions at https://github.com/telefonicaid/fiware-orion/blob/master/docker/raspberry_pi.md have allowed us to install the OCB and mongoDB on a raspbery pi 4, although we have had to modify ...
Pedro Balaguer's user avatar
-1 votes
1 answer
67 views

i have a python application, that contains functions to be called by interval. def call_repeatedly(interval, func, *args, **kwargs): stopped = threading.Event() lock = threading.Lock() # Lock ...
Pythonaire's user avatar
0 votes
0 answers
162 views

My task is to search for some devices with Bluetooth with a Raspberry PI 4B and to connect to send some commands and disconnect. For this, I started using bluepy package and I was able to do the two ...
Ripper346's user avatar
  • 762
0 votes
0 answers
64 views

Quick question I'm recovering from breakdown on my RPi 4. Old RPi was scrapped and copying all setup on new RPi. Unfortunatelly setap which use to work now does not respond. I have noticed settings of ...
adamssson's user avatar
1 vote
1 answer
114 views

I'm trying to get going on bare metal programming with my rapsberry pi 4b and I'm encountering an issue when trying to run it on 64bits. Whenever I try to write to the GPIO SET0 register, the program ...
Luca Seelbach's user avatar
0 votes
0 answers
160 views

I’m running a Raspberry Pi 4 with Debian and Chromium in kiosk mode. The Pi handles a significant amount of data through Modbus/MQTT via another controller that has an energy meter connected to it. ...
Shehroz waseem's user avatar
0 votes
0 answers
47 views

I am trying to run DOD scap tool(https://public.cyber.mil/stigs/scap/) for raspberry pi 11 (Bulls eye) but it asking for specific perl library is any one have faced same issues error: root@root:/opt/...
nayan's user avatar
  • 1
2 votes
0 answers
80 views

I have this kind of info app that is supposed to show some info content. It's written in QT / QML. Qt version is 5.12. It runs on Raspberry Pi 4 - Lite image, no X, OpenGLES. Now what if I wanted to ...
Aros's user avatar
  • 181
-1 votes
2 answers
283 views

I'm trying to transfer a Flask web app to a Raspberry Pi 4b using Docker. The container runs flawlessly on AMD architecture. The ARM architecture is to be tested on the Raspberry. The creation of the ...
Joerg55's user avatar
  • 33
0 votes
1 answer
352 views

I am trying to autorun my Python script whenever my Raspberry Pi 4 boots up or when I start connecting it to a power source, but I already tried different methods but didn't work. By the way, my ...
Genesis Coronel's user avatar
0 votes
1 answer
74 views

We are trying to port a library of jars using JavaFX from Windows, where they currently run, to linux / aarch64. Goal: is to get them running on off the shelf ARM hardware, i.e. Raspberry Pi. (ideally ...
Florian's user avatar
  • 388
0 votes
0 answers
82 views

i have a python code running as a service on Raspberry Pi 4. The app is basically to record some audio in a certain language using a microphone, save the audio to a .wav file, then use ...
Farouk's user avatar
  • 7
0 votes
0 answers
106 views

I am trying to get Java and Pi4j to work on my new Rasperry Pi 4 B. I followed pi4j's instructions exactly. With jbang or maven I have same problem. The pi4j-example-minimal ist compiled and packaged ...
Andi Riese's user avatar
3 votes
0 answers
436 views

I'm creating my first Python program using a Respberry Pi 4 to connect to a 16x32 LED Hub75 board. From what I've researched, this rpi-rgb-led-matrix library is the only one compatible with this board....
Kevin Oliveira's user avatar
-1 votes
1 answer
103 views

I have several Docker containers running on a Raspberry Pi 4b, they have all suddenly stopped working and I don't know why... If I try to update my containers I get this error Cannot connect to the ...
Takuhii's user avatar
  • 967
1 vote
2 answers
118 views

System: A Raspberry Pi-4 running Buster using Python 3.7 with an Adafruit 128x32 2.23" OLED Bonnet connected to the GPIO pins.  Ref: https://learn.adafruit.com/adafruit-2-23-monochrome-oled-...
Jim JR Harris's user avatar
0 votes
1 answer
195 views

I'm pretty new to the Python and Raspberry business and am currently working on my first major application. I like gpiozero and the ability to work with events throughout. I would like to make my code ...
MaxWeb's user avatar
  • 169
1 vote
0 answers
318 views

I am trying to use a PiCamera to analyse the intensity of a light source. I have written some very simple code to image it. The light source is not very bright but I don't want any problems from ...
confusedJohn's user avatar

1
2 3 4 5
28