Troubleshooting • Re: No network: Pi Zero W, Imager, Bookworm
Thanks everyone! -- yes 32bit, and yes 2.4GHz.I dug out my old serial USB adapter and hooked it up and booted, and magically everything just worked. wlan0 reported as expected in the journal, etc. No...
View ArticleRaspberry Pi OS • Linux CLI backup tools, procedure and planning
Very new to Linux (but generally experienced in operation of other systems). Just starting to readup on "backup".Appreciate pointer and google keyword for popular backup tools for CLI RPI OS and...
View ArticleRaspberry Pi Connect • Re: Connect to remote Raspberry Pi
The remote Pi5 could use rpi-connect (with credentials you supply) to screen share to your Pi4.You do things on the Pi4 and the remote Pi5 will see them (in rpi-connect browser window)Statistics:...
View ArticleHATs and other add-ons • Re: powering a M.2 hat and a 3×3A PSU
There is a HAT+ spec to answer such questions https://datasheets.raspberrypi.com/hat/ ... cation.pdfthe hone I have is not a "hat" in your sense since it is connencted ONLY via the PCiE tape . it does...
View ArticleSDK • Re: Byte (re-)ordering when using 8-bit DMA towards SPI display?
Thank you all, much appreciated.As for balancing memory vs computational overhead as part of a workaround, there are other aspects and considerations to it as well of course, including the use case...
View ArticleTroubleshooting • Pi5 RTC not setting correct time on boot up
I have a Pi5 with the official RTC battery plugged in, but the system clock still looses time when the Pi is powered down. The Pi is set up as a wifi access point, so it can't reach an NTP server on...
View ArticleGeneral • Re: Cant use compiled uf2 files
OK thanks for everyones help.After setting the device to Pico I also found out that CMake had no set values.After setting its config to Pi it finally worked.Statistics: Posted by plasmaking — Sun Nov...
View ArticleAutomation, sensing and robotics • Re: Switches with serial number (or address)?
It could be fairly easy to daisy chain some Picos using their UARTs. Tx from one Pico goes to Rx of next and Tx of last Pico goes to the Pi. No need for sending in the other direction if it's just...
View ArticleGeneral discussion • Re: Movie Poster / FBI issues
I was sitting there wondering how this could be done and just went to ChatGPT for guidance.Maybe this will help:Steps to Fix:Switch to a Virtual Console (TTY):-Press Ctrl + Alt + F2 (or F3, etc.,...
View ArticleSDK • Re: Building old program with new Vscode and Pico extensions
Slightly crossed wires there as I was using Windows 10 not a Pi. Switched to a Pi5 8GB (Bookworm 64-bit), installed code and pico extension, compiled blink OKStatistics: Posted by neilgl — Sun Nov 17,...
View ArticleBeginners • Re: Generating a clean 40kHz square wave from a Rasp Pi Zero W...
Have a look at the excellent pigpio library (thanks joan) pigs for PWM https://abyz.me.uk/rpi/pigpio/pigs.htmlStatistics: Posted by neilgl — Sun Nov 17, 2024 7:49 pm
View ArticleTroubleshooting • Re: Pi5 RTC not setting correct time on boot up
Set the time on your Pi to the correct time.Update the RTC withCode: sudo hwclock --systohcCheck the RTC has the correct timeCode: sudo hwclockCheck if it holds that time across a reboot and also...
View ArticleGraphics, sound and multimedia • Re: fruitbox MP3 jukebox
I'll check it out. Thank you very much.Statistics: Posted by DevoutOccamist — Sun Nov 17, 2024 8:32 pm
View ArticleGeneral discussion • Re: libsynctex2 upgrade error
Please don't double post.Reported as dupe.Statistics: Posted by memjr — Mon Nov 18, 2024 8:08 pm
View ArticleOther • Re: Windows ARM64 release?
Thank you for the replies you all have given me. Sorry if it was inappropriate to post this question on this forum. To me it seemed a logical place to ask this question. I was asking a simple question...
View ArticleBeginners • Re: raspi5 - rpi-imager command - error while loading shared...
Hello Manu,I'm just here to say good luck and hope someone can help, as I have similar problems - I have tried for a whole day ( and with the help of ChatGPT to get TigerVNC working on mine , a 3B+...
View ArticleNetworking and servers • Re: OVM and Pihole running on the same Raspberry Pi...
Right, got it all up and running yesterday, nothing crucial on the NAS side of things, and if the pihole fails then I can quickly point my router to the previous DNS servers.I get the point of...
View ArticleTroubleshooting • Re: update-initramfs, ERROR: Unsupported initramfs version...
Building the Raspberry Pi OS Kernel : Made EasyStatistics: Posted by RonR — Mon Nov 18, 2024 8:14 pm
View ArticleAdvanced users • Re: Image File Utilities
downloaded current version from 1st post and verified image file commands in all scenarios on PIMORONI NVMe Base DUO - all working well Thanks for the feedback!Statistics: Posted by RonR — Mon Nov 18,...
View ArticleTroubleshooting • Re: New pi5 locks up hard under load, consistently
Connect it to either an official Pi 5 USB-PD PSU (which will negotiate 5v/5A mode) or to a 5V supply capable to supplying 5A and apply the appropriate override). The 5V/5A mode is an optional one in...
View Article