Troubleshooting • Re: Rpi5 - Solid red light, no booting
I am also experiencing this, I guess the conclusion is that the device is defective? It sort of worked for some months, but now it is only showing a solid red light. Pressing the power-button does...
View ArticleGeneral discussion • Re: Python script not running on startup
Any suggestions what might be going on here?I'd have to guess and I won't do that.Some tips:[edit]Look at the output ofCode: systemctl status your-service-name[/edit]Look for errors in the output of...
View ArticleGeneral discussion • Re: forum background appearance
See this thread for options on a dark mode for the forum.viewtopic.php?t=361566That is really cool — I had to close all chromium-bowser windows, but then Code: chromium-browser...
View ArticleTroubleshooting • Re: SD card boots on one Pi, but not another
As thagrol said, it'll be the firmware revision on your OS. You need to update it Updating Firmware using the second set of instructions for Updating just the Firmware.Statistics: Posted by rpdom —...
View ArticleGeneral discussion • Re: What brand of video camera with SDK supporting C/C++...
The pi camera modules can be used on a pi5 (I have one on a Pi5 and on a Pi4 and on Pi3 )Other cameras are supported - see https://www.raspberrypi.com/documentati ... picam-apps"Third-party sensors:...
View ArticleGeneral • RISC-V start of executable, interrupt vectors
Am I correct that one has to use the the 1BS_ENTRY_POINT Meta Block in the image to determine where execution should start and how the stack is initialised ?It seems that Interrupt Vector Tables are...
View ArticleTroubleshooting • Re: pi5 stopped seeing nvme
Thanks for the ideas, but Yes i have checked the cable. Have tried all possible ways to connect it. I have power but that's it. Waveshare support is pointless. They keep asking me to send them video...
View ArticleC/C++ • Re: Boost provides free peer-reviewed portable C++ source libraries.
Since 4 weeks I work more deeply with Boost, because I want to submit new "planar_vertex_six_coloring()" algorithm:https://github.com/Hermann-SW/graph/tre ... -statementCode is complete, cleaned up,...
View ArticleTroubleshooting • Re: CVLC working from CMD but not from PHP
Maybe try a simple example that plays one .wav file (Rammstein) links234.wav using aplay. Audio is set to AV Jack. No monitor attached to HDMI.This works on my Pi4 running Bookworm 64-bit with apache2...
View ArticleBeginners • Re: How do you handle your IoT services? Does the Raspberry Pi...
I wouldn't make a smart plug, I use a ready made one that you can change the firmware, TUYA where good for that, the energy monitoring one seem to still be flash able. Sonoff they have been good and a...
View ArticleTroubleshooting • Raspberry pi 3 with 5 inch screen MPI5008
Hello! some time ago i got a 5 inch chinese screen for a proyect that never got to live tbh.The thing is, i got a new proyect at hand and wanted to use the screen with the touch capabilities that it...
View ArticleTroubleshooting • Re: RPI-Clone & Bookworm
Hi Framp,Prompt review/response appreciated! Confirmation I didn't miss a step appreciated and I'll try swapping the cloned SD card when I have access to the unit later today!Thanks,Danny.Statistics:...
View ArticleGeneral • Re: Is SPI Slave (on Pico2) still fubar'ed?
I can't confirm anything since I haven't yet received my Pico2, but the information you provide scares me a little - I'm in the beginning phase of a project where either Pico or Pico2 will have to be...
View ArticleGeneral programming discussion • Re: 24 Minute Sun Simulation
I have no clue where to start with coding this.Me neither.But I have a suggestion.Start with just 24 LEDs. One for each hour of the day.You are lighting for a day close to an Equinox. There must be...
View ArticleTroubleshooting • Re: How to set RGB full (0-255) on Pi 5? (Edit: wrong...
Thanks for the detailed answer.I was able to check, that my color needs are not related to the RGB range setting of the pi. I realized that I can set my monitor manually to different input range...
View ArticleGeneral • Re: Emulating an iPad compatible Game Pad with RPi pico?
OT - there is 2350B, so it could eliminate GPIOs savings when interfacing to CYW43439, but I suspect it'll never gonna happen for Pico 2 W. At least it might solve SCO problem if it is related to...
View ArticlePython • Re: Running PyAudio Script On Startup Issue
No. By headless I mean without monitor (and keyboard, and mouse).No, my pi isn't headless. I have a TV with a keyboard and mouse connected.BTW, that user's systemd solution didn't work. I doubt that's...
View ArticleSDK • Re: picotool 2.0.0 is installed, cmake says it can't find it
Could you also run cmake asCode: cmake .. --debug-find-pkg=picotoolin your sdk build and post that output here? This helps debugging where it's looking for the picotool packageI am having the same...
View ArticleBeginners • Re: What is the dangerous temperature for RPi5?
Thanks for your reply.And what temperature is considered as damaging to the soc?Statistics: Posted by 4k3or3et — Wed Aug 21, 2024 8:34 pm
View ArticleTroubleshooting • Re: [BUG]Bookwoorm: Pi2 No UART possible on GPIO14/15
If you look at the Interface settings after a fresh boot with a new installation => Raspberry Pi Configuration (GUI) says serial is on, but if you look into the Code: /boot/.../config.txt the...
View Article