General discussion • Re: Powering Raspberry Pi 5 in a vehicle
I haven't bought one yet - I was researching options and trying to work out how the best way was to connect if I did buy it before doing so.Statistics: Posted by PiPeteC — Fri Dec 15, 2023 10:09 pm
View ArticleTroubleshooting • Re: Error downloading: SSL certificate problem: certificate...
I'm (still) running macOS 10.14.6 (Mojave) as you suspected!Sounds like the the fact that I'm using an older version of macOS causes this issue.The referenced Github-thread states the following at the...
View ArticleTeaching and learning resources • Re: Advent of Code 2023
The only other item of interest was the fact that the Int datatype in Julia defaults to 64-bit integers on 64-bit platforms but only 32-bit integers on 32-bit platforms.Similar to the long type in...
View ArticleTroubleshooting • Re: Headless Display Resolution on Bookworm
sudo apt-get install qt6-base-dev sudo apt-get install qtcreatorStatistics: Posted by davethomaspilot — Sat Dec 16, 2023 9:19 pm
View ArticleMicroPython • Re: Help for Raspberry PI pico
With a Pico flashed with the wrong Micropython I would suggest starting with a factory reset- Put Pico in BOOTSEL mode- Flash flash_nuke.uf2- Unplug the PicoNow the Pico is like a fresh new one with...
View ArticleGeneral • Re: PicoW resetting
I looked in digikey.com, for "power line filter module". There is a parametric search, with filter type = single phase; voltage range 110, 250V AC (and the similiar 120, 125) for current 5, 6A I get...
View ArticleBare metal, Assembly language • Re: BCS mnemonic (?)
Try RRXS instead of RRX. I think RRX used like that doesn't set the carry flag.I could be wrong. I'm a bit rusty on assembler.You're not wrong. The {S} suffix is required to shift bit 0 into the carry...
View ArticleBeginners • Re: Python - No such file or directory
you are probably better off using an alternate name to call python 3.12.These commands should hopefully get you back to a better state cd /usr/binsudo ln -s /usr/bin/python3.8 pythonsudo ln -s...
View ArticleGeneral discussion • Re: URL's for BBC Radio Stations
Logitech Media Server (squeezebox) has a BBC Sounds plugin and enables all the BBC radio channels and also listen again services using your BBC account.Statistics: Posted by AndrewPiEater — Sat Dec...
View ArticleRaspberry Pi OS • Automated deployment of headless Raspberries with Bookworm
Last year Simon wrote this article and explained how to deploy a headless Raspberry unattended.There are also mechanisms to preconfigure an image without using Imager. To set up a user on first boot...
View ArticleTroubleshooting • Re: Blender
Does it run if you type this into a Terminal (does for me with obs on a Pi 5)Code: MESA_GL_VERSION_OVERRIDE=3.3 blenderYes, it starts up and looks good. It has a long pause and sort of locks up when...
View ArticleAdvanced users • Re: Moving Linux Kernel to 6.6
Bootloader seem to be up-to-datesudo rpi-eeprom-updateBOOTLOADER: up to date CURRENT: Thu May 11 06:26:03 AM UTC 2023 (1683786363) LATEST: Thu May 11 06:26:03 AM UTC 2023 (1683786363) RELEASE: latest...
View ArticleHATs and other add-ons • Re: Is there any way to use an SSD connector from an...
Probably not but if you can find a data sheet you might improve your chances from none to slim.Statistics: Posted by thagrol — Sat Dec 16, 2023 10:27 pm
View ArticleTroubleshooting • Re: USB not recognizing UPS attached to USB 2.0 or 3.0 ports
Ok I tested with a powered USB 2.0 hub and not the USB device is showing up in LSUSB:admin@NSO-PI:~ $ lsusbBus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hubBus 001 Device 006: ID...
View ArticlePython • Re: gpio.setup() on raspberry pi5
If we are using Bookworm (64-bit) with Desktop…If we create a venv with system packages like this:Code: mkdir my_projectcd my_projectpython -m venv --system-site-packages envsource...
View ArticleNetworking and servers • Re: Monitoring network?
Have a look at iperf3Statistics: Posted by neilgl — Sun Dec 17, 2023 10:18 pm
View ArticleAdvanced users • Re: RPi5B wake-on LAN by magic packet?
Not really what you are after, however the end result would be the same. How about a smart plug, you can get the tp link tapo plugs for about 9ukp....Statistics: Posted by itsmedoofer — Sun Dec 17,...
View ArticleTroubleshooting • Re: Pi5 and 2160p (HEVC)
Uhm, is this normal?:Code: # for codec in H264 H265 MPG2 WVC1 MPG4 MJPG WMV9 ; do echo -e "$codec:\t$(vcgencmd codec_enabled $codec)" ; doneH264: H264=disabledH265: H265=disabledMPG2:...
View ArticleCompute Module • Re: Need assistance getting DSI display to work on TOFU board
I'm running Bookworm. And thank you for the insight, everything I'd read said you just connect up the DSI cable, fire it up, and "it just works" (royalties paid to Todd Howard).I found these arguments...
View ArticleGeneral discussion • Re: RPi 5 as a desktop daily driver?
Well, one can not turn the compositor off in the default desktop of bookworm RPIOS (i just found out). This should stop you getting anymore surprises...
View Article