Beginners • Re: Changing Pi City/Country Setting from Script
if your using the desktop it's already there in preferencesStatistics: Posted by kerry_s — Fri Dec 27, 2024 12:45 am
View ArticleTroubleshooting • ERROR: *** no cameras available ***
raspberrypi5@rpi5:~ $ libcamera-hello[0:15:54.151376461] [4171] INFO Camera camera_manager.cpp:325 libcamera v0.3.2+99-1230f78dMade X/EGL preview windowERROR: *** no cameras available ***I have...
View ArticleTroubleshooting • Re: Pi 5 no longer has functioning wifi after latest update
Thanks for the replies. Tried the suggestions. Still not working. In my n00b attempts I triedsudo iwlist wlan0 scanI got an error stating doesn't support scanning. I suppose thats the reason it cant...
View ArticleGeneral • Re: Is there a minimum list of files to archive a project?
All I did was create a new project from the blink example for the Pico target using the pico plug-in for Visual Code Studio. I then delete the build directory and the project will not build because it...
View ArticleHATs and other add-ons • NVMe hat and SD card
Is it possible to use the SD card when boot and running from NVMe SSD hat?Statistics: Posted by wkeeling — Fri Dec 27, 2024 2:12 am
View ArticleBeginners • How do I run VASM?
I still don't know how to run a tar.gz file, and the tutorial page has information, but I still don't understand.Statistics: Posted by MattTheDouche — Fri Dec 27, 2024 2:23 am
View ArticleAdvanced users • Re: Testing class A2 SD cards with Command Queueing on Pi 5
...For example, include an item to enable command queueing in raspi-config and document it.I think that's a good suggestion, if it were possible to do that. Although if the card failed to work...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Pi 500: SPI_IOC_WR_MODE with...
I appreciate the quick work. For now, I have a workaround (just leaving NO_CS out), and for my particular application, the actual CS pin is NC, so I won't even notice if it works or not. Statistics:...
View ArticleTroubleshooting • Re: RaspberryPi with Yolov8
What's the error?Statistics: Posted by Y-T-G — Fri Dec 27, 2024 3:51 am
View ArticleHATs and other add-ons • Re: NVMe hat and SD card
If you mean boot partition on SD-card and root partition on NVMe: Yes that will work. This was also needed in the past for first Pi4 that could not boot from USB for example.Statistics: Posted by...
View ArticleBeginners • Re: How do I run VASM?
It's supplied as source, so you have to build it.Make sure you have the build system installed:Code: sudo apt install build-essentialYou likely want vasm 2.0 from here: vasm portable and retargetable...
View ArticleHATs and other add-ons • Active Cooler mounting pin
Does anyone know the part number of the mounting pins on the active cooler?Statistics: Posted by wkeeling — Sat Dec 28, 2024 1:36 am
View ArticleGeneral • Re: Cannot upload sketches to Raspberry Pi Pico from Arduino IDE
Hush now, gmx. Just because you have a hate-on for Arduino doesn't mean that other people can't use it and enjoy it. Let people enjoy things, as the decade-old meme has it.Yes, the IDE is large and...
View ArticleGeneral • Re: PT52-Lua The Modern Retro computer
I'm still picking away at the testing rebuild code reworking the code into libraries.Code: PICO_SDK_PATH is /tmp/sdk2.1.0Target board (PICO_BOARD) is 'vga_board'.Using board configuration from...
View ArticleTroubleshooting • Re: Raspberry pi 1 b+ (?) Not turning on anymore
Didn't help, I tried everything it said, I even went to try uncorrupted the sd card but it wasn't so idk anymoreStatistics: Posted by Berzi — Sat Dec 28, 2024 2:26 am
View ArticleSDK • Re: Bluetooth: which example should i look for?
Hmmm, there is "le_streamer_client.c", sounds appropriate. Just modify out steamer part and use connecting to service stuff. It uses write and notify.Statistics: Posted by MatSOBDev2 — Sat Dec 28,...
View ArticleGeneral discussion • eth0 stopped working in Raspberry Pi 4b
I have been using the raspi 4 for years. as a server. Overnight the eth0 stopped working . I am using a fairly new 10m cable. The cable works fine on my raspi 5. The socket looks clean and the...
View ArticleRaspberry Pi OS • how to fix this error from rpi-update
Hello.Got the following error while trying to update rp:cp: cannot stat '//root/.rpi-firmware/vc/hardfp/*': No such file or directoryHow can I fix this, preferably without reinstalling raspbian from...
View ArticleBeginners • Calling Standard Time Via Strftime
Hello,Is there an easy way to call the standard time of the pi's clock via a script?Currently to call the current time (either in daylight savings or in standard time) I use Strftime:Code:...
View ArticleTeaching and learning resources • Re: Advent of Code 2024
Considering that this is run on "banana" and from Emacs, and that the result is 700+ trillion, my hat is off to Chez Scheme.Code: > (time2 (lambda () (day19...
View Article