Advanced users • A Question about loggin a .py script ... Strace
Hi,I have a queit complicated problem (for me).I have a .py script that runs like forever... It works fine. No Memory Problems and all.However, I want to Log this Script and I use the strace command...
View ArticlePython • RSS BeautifulSoup timout error
This code works ok for a few minutes then stops with a timeout error Here's the code:Code: from time import time, sleepfrom bs4 import BeautifulSoupimport requestsfrom random import randrangewhile...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Audio_In in RP1 GPIO Function Select Table?
Hi, the function select table of RP1 pdf lists AUDIO_IN_CLK, AUDIO_IN_DAT0, AUDIO_IN_DAT1. Please is that a 4ch PDM microphone interface (not yet documented/supported)?Thanks a lot for...
View ArticleTroubleshooting • Not able to upgrade my Rasbperry PI 4 anymore
It suddenly occurred. Maybe its because the folder /boot/firmware is read only. How can I fix that?Code: pi@pi:~ $ sudo apt updateHit:1 http://deb.debian.org/debian bookworm InReleaseHit:2...
View ArticleTroubleshooting • supported Citrix Workspace over Pi OS
does anyone know how to install Citrix over RaspberryPi OS ?Statistics: Posted by lsegptx — Tue May 14, 2024 3:37 pm — Replies 1 — Views 32
View ArticleBeginners • ERROR: [main] failed to start the concentrator modify start.sh...
Hi I am getting "ERROR: [main] failed to start the concentrator" when testing out packet forwarder. I think I found the solution here https://forum.rakwireless.com/t/rak2247 ... -up/4679/2I need to...
View ArticleSDK • Why can't I compile and link this ?
Code: set(PROJECT huge_binary)set(PICO_BOARD waveshare_rp2040_plus_16mb)cmake_minimum_required(VERSION 3.12)include($ENV{PICO_SDK_PATH}/external/pico_sdk_import.cmake)project(${PROJECT} C CXX...
View ArticleGeneral discussion • Adding thermal tape to bottom of the Pi5 - is it safe?
I have two cases for my Pi5 - an armor case with constant dual fans and one with a PWM fan. Now, I'm happy with the performance of both but I noticed the bottom plate doesn't actually heat up a lot.I...
View ArticleTroubleshooting • Raspberry pi 4B components
Hello, I need to identify some components of the raspberry pi 4B 8gbhttps://drive.google.com/drive/folders/ ... ayjeineODOStatistics: Posted by Solarus — Wed May 15, 2024 4:42 pm — Replies 7 — Views 73
View ArticleBare metal, Assembly language • SIMD LDR from device memory
Hello! Hoping someone can give me some advice Using the ARM baremetal gcc toolchain (Arm GNU Toolchain 13.2.rel1 (Build arm-13.7)) 13.2.1 20231009) with gcc -O greater than 1 (specifically, with...
View ArticleTroubleshooting • Identifying part that broke off on a Raspberry Pi 5
My Raspberry PI 5 board would not boot and gave a flashing error code that indicates "RP1 not found". I took a look at the board, and it seems that a small SMD component has broken off near TP45 as...
View ArticleHATs and other add-ons • kicad model for raspberry pi gpio header; pi side
Hi,There's a HAT/case for the raspberry pi called the PiDP11 (https://obsolescence.wixsite.com/obsolescence/pidp-11 ).In it, you connect a regular raspberry pi 3, 4 or 5.Now I would like to replace...
View ArticleBeginners • wi-fi access for SSR
Hello. I am a high school CS teacher. I am trying to create a program by which students outside of my classroom can access the raspberry pi bots and control them via SSR over our district wi-fi. Is...
View ArticleCompute Module • Pi5 power on without the push button
I use my Pi5 as an audio streamer (Moode player) powered by a 5.1V linear power supply. Unfortunately I've noticed that when the power supply is connected to the mains the Pi5 led goes red. To boot...
View ArticleGeneral discussion • Cron doesn't want to execute a shell script that works...
Hi all,I'm trying to get cron to execute a shell script that takes a picture and uploads it to a Google Drive. I want this to happen every day at the same time, but right now I'm just testing to see...
View ArticleGeneral discussion • RealVnc retiring Home plan
Hi,I recently received an email message from RealVnc that they are retiring the Home plan and I will not be able to connect after 17th June 2024.Does that mean we will not be able to connect to...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Need Guidance: Removing Wi-Fi and...
Hello Raspberry Pi Community,I am working on a project that requires the physical removal of the built-in Wi-Fi and Bluetooth antenna from a Raspberry Pi 5. I need to perform this modification...
View ArticleC/C++ • Toggling GPIO Pins from Kernel Module (why are they tied together?)
Hello all, I encountering a weird bug whilst attempting to write a bit-bang driver for RPi. In my Kernel module I have the following 2 functions just for sitting pins high and low...Code: //Set GPIO...
View ArticleC/C++ • Basler Pylon C++ libraries are not loading via CMake
Hi!I'm working on a project with a Basler GigE camera. I've been doing some tests in Python and it works fine, but I need more speed to process the frames coming from the cam, so I decided to switch...
View ArticleDeutsch • TP-Link Archer T3U Plus mit Raspberry Pi verbinden
Hallo ist es möglich eine TP-Link Archer T3U Plus mit dem RasperryPi über denn USB-Anschluss zu verbinden? Sorry bin absoluter Neuling Statistics: Posted by yo_23 — Thu May 16, 2024 2:39 pm — Replies...
View Article