Beginners • Re: Setting static IP
assuming Bookworm: click on the network icon, select "advanced options" - "edit connections"- wiredyou should have it from there.(new to bookworm, a gui to set network... aka network...
View ArticleTroubleshooting • Re: no signal from monitor
I'm runningOperating System: Raspbian GNU/Linux 11 (bullseye)Kernel: Linux 6.1.21-v8+in addition to that, i just edited the /boot/config.txt but still nothingCode: # For more options and information...
View ArticleOfficial Display • Re: Display won't work for a Pi3
I was able to SSH into it.Though, just to be sure, I just formatted and reloaded the SD card. (Patriot 16GB - same as I've used in other Pi's)Using Pi Imager - Raspberry Pi OS (Legacy, 32 bit) from...
View ArticleTroubleshooting • Re: Boot is successful but GUI doesn't start
did you run the raspberry pi diagnostics on your sd card.Yes, it was clean every time:Code: Raspberry Pi Diagnostics - version 0.13Wed Dec 27 18:16:04 2023Test : SD Card Speed TestRun...
View ArticleRaspberry Pi OS • Re: Display power down with Wayland?
you need to add that env vars if your not running it in the desktop sessionWAYLAND_DISPLAY="wayland-1" wlr-randrSince the intention is to setup a cron job / script that powers down the screen during...
View ArticleBeginners • Re: RPi 3 with Camera module ov5647
You seen to be running BOOKWORM and my 3B+ is running BULLSEYE. That means, I use libcamera-* instead of rpicam-*As to your two errors:"Preview window unavailable" - You will get this error if you...
View ArticleAdvanced users • Re: Raspberry Pi 5 Overclock CPU/GPU Safety
but how much over_voltage_delta does that convert to?every frequency has its own voltage, here is a script i had whipped up to get an overview of it:Code: #!/bin/bashFREQS=$(cat...
View ArticlePython • Re: Reading a DS18B20
@bensimmo and DS256Thank you both for your helpStatistics: Posted by RDS — Wed Dec 27, 2023 11:42 pm
View ArticleSDK • Re: Put code in the Stack section
Thanks, should I replace "my_sub_section" by something else ?What is the difference with what I did ?Statistics: Posted by FreddyV — Wed Dec 27, 2023 11:45 pm
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: ST7701 DSI Screen - Using mainline or...
I feel like I must be missing something simple here. I've reviewed the cutiepi dts file and its corresponding nwe080.c file, but it is not clear to me how the parameters of the dts file correlate to...
View ArticleBeginners • Re: pico getting started guide "build step" not available
Which guide are you referring to? Can you provide a link? I used this one when I got started https://projects.raspberrypi.org/en/pro ... h-the-pico.Statistics: Posted by DS256 — Thu Dec 28, 2023 12:06...
View ArticleGeneral discussion • Re: This was Thee months ago "can Raspberry Pi...
https://www.youtube.com/watch?v=nBtOEmUqASQ&t=31sYou posting here 5,000,000,000 times per day about not being able to get a Pi 5 is not going to change it.It would appear the person making the...
View ArticleMicroPython • Re: Say hello to MicroPython 1.22.0
The rp2 DMA module adds all sorts of possibilities, but the one example given in the code repo is pretty trivial. It should be possible to do things like fast ADC sampling to memory, like in the...
View ArticleTeaching and learning resources • Re: Advent of Code 2023
...Fortunately, as I'm still on day 8, there is plenty of computing to do.i sadly haven't done any of the puzzles.but what surprises me is that ChatGPT was able to solve the first one. because in my...
View ArticleGeneral discussion • Re: Official Power Supply Issues?
....I'm confused. The Pi 5 has a power switch. Why do you need a switch between the pi and the PSU?The short answer is because I want to? All sarcasm aside, even when the internal, power button is...
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
Thanks for the work !!The tests will be with pleasure, but I have not received it...soon Thanks.The kernels for all models have been updated to v6.1.63, so these can still be tested even if you don't...
View ArticleC/C++ • Re: gcc flags for Pi 3 onward
-O2 is often faster on Pi's, -O3 tries to compromise on size and speed.Statistics: Posted by pidd — Thu Dec 28, 2023 11:45 pm
View ArticleNetworking and servers • Re: SSH Pi Zero W from New Macbook
If you're running Bookworm on the zeroW, adding wpa_supplicant.conf to the boot partition does nothing. Further, Bookworm does not falback to self assigned mdns/zeroconf addresses when no DHCP server...
View ArticleGeneral discussion • Re: Rc plane code
Hello, I know this is stupid but I recently was given a pi (pi zero w) and I have little to no knowledge of coding and can’t find the time and materials to learn. I am trying to make a model aircraft...
View ArticleTroubleshooting • Re: Mouse/Keyboard attached to switch keep disconnecting
Possible breakthrough. The keyboard and mouse stopped working entirely, then I noticed the switch was plugged into USB3 which is not where I'd normally plug a keyboard or mouse. It wouldn't work no...
View Article