Python • Re: super user command from Python script
Enjoy your Kool Aid.Statistics: Posted by BigRedMailbox — Mon Jun 17, 2024 9:19 am
View ArticleMicroPython • Re: pico W vs. DFPlayer - Raspberry pi and sound
What should I say?First off all thanks for your work.Unfortunately it doesnt work for me... I rewired everything, I used a new pi and different speakers.I reinstall the libary, added the __init__.py,...
View ArticleTroubleshooting • Hdmi cec spam
Hi,I am on the latest raspbian,using Kodi 21.I've got a log spam from cec,and this time cec is not working too. This happens if i start the pi without tv switched on.(Or has a power outage during tv...
View ArticleTroubleshooting • Re: Unable to change wallpaper (Bookworm - RP 5)
Yes, when I tried to set a random picture as wallpaper nothing happens. Seems like the GUI has an issue, but I'm not sure.you messed up permissionsit's recommended not to run any gui as sudo/rootAll...
View ArticleGeneral programming discussion • Re: Trying to write a command to edit folder...
I do that with the mv (move) command.mv ~/test ~/none-testStatistics: Posted by DougieLawson — Tue Jun 18, 2024 7:56 am
View ArticleCamera board • Re: Pi camera module v1 and AI kit performance issue?
Yes, it matters whether you are logged in directly or remotely, either with ssh or VNC.In both cases, the preview usually works best if you add "--qt-preview" to the command line. This gives you a...
View ArticleCompute Module • Re: Is it possible to use The eMMC boot partitions...
OK. Yes I already saw the tryboot method, but writing a text file (autoboot.txt) is not a failsafe (atomic) method for switching the partitions.Statistics: Posted by mzme — Tue Jun 18, 2024 8:05 am
View ArticleBeginners • Re: TV LCD NO CONNECTION
I connected the HDMI on the first port near to the power, I connect to my monitor so i can have a displayThe log looks fine. Can you just confirm what you were connected to when you captured the...
View ArticleRaspberry Pi OS • Install raspberry pi OS on pi 5 using phone or Mac
Good day to all of you,I only have access to my Android device's SD card reader to write the media OS for Raspberry Pi 5.Since my Mac doesn't have an SD card reader, can I use a USB drive to write the...
View ArticleGeneral • Re: Need to get a uf2 from a pure assembly program
Keeping things very simple for now, could Picotool be used to place a program in RAM at a specific starting point like this?Yes it can. Normally used with an .elf or .uf2 file that has the addresses...
View ArticleCamera board • Re: More FPS for HQ camera on RPI 5
I tried with Picamera2 capture still in full resolution RGB888.I measure the fps of the request loop without any processing or saving. The fps exceeds 20fps whereas previously it didn't exceed...
View ArticleSDK • Re: [Solved] Question regarding callbacks for MQTT
Do yourself a favor and document it, especially as it is still changing. I had to deal with loads of undocumented code in my programming life, and it is always a pain. Imagine debugging a 20 year old...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Can ADV7282M work with RPi4 at all ?
Hi,I think I know what was the reason.....As mentioned before I have installed new 4k 16' monitor. This was the reason that it suddenly has started working. So today morning just to be sure I have...
View ArticleRaspberry Pi OS • Re: Install raspberry pi OS on pi 5 using phone or Mac
The easiest solution is to find a friend with a laptop that has a card reader and write the image. You will finish in no time and no cost. A USB=>SD adaptor could also do the trick, for example...
View ArticleBeginners • Ultimate Guide to Choosing and Managing SD Cards for Raspberry Pi
Introduction:Choosing the right SD card for your Raspberry Pi is crucial for optimal performance and longevity. This guide will help you select the best SD card, prepare it for use, and manage it...
View ArticleBare metal, Assembly language • Re: framebuffer in Assembly for a Raspberry...
That's very interesting. If I write "framebuffer_depth=32" in the "config.txt", the Raspberry 5 creates a framebuffer with a size of 1920x1080 and a depth of 32 bits. This corresponds to my...
View ArticleTroubleshooting • Re: Apache not accessible to internet. Losing my mind.
The line singled out by Chatterbox shows that Apache is listening on port 80 for TCP/IPv6 addresses only.Ignore it. It's something to do with netstat misreporting. I don't know why it shows just the...
View ArticleGeneral • Re: Help with Pico ADC project
The board shown in your most recent image is NOT a Raspberry Pi Pico board.It looks like a Pico clone with some added features. The pinout looks to be the same so ADC pins should be in the same place...
View ArticlePython • Re: Does RPi.GPIO work in Bookworm??
Ive since read that RPi.GPIO is no longer available in Bookworm but can find anything official. If that is the case then thats a real shame and also means I need to re-write a lot of my old python...
View ArticleCamera board • Re: 64mp Arducam stops working after OS updates
...They have, and the OwlSight works with the rpicam-* utilities. Haven't had so much luck with picamera2 on Python, though: it seems to run out of memory before it can take a pictureWould be happy to...
View Article