Troubleshooting • Re: pi 5 boot from USB SSD fails
Two questions:1. Do you use original 27W power supply?2. Have you tried to revert the boot order to the original one: "the imager offers for the PI5 family three sequence options: 1) boot sdcard...
View ArticleGeneral 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: Operating system questions
Ah reddit the almost unmoderated home of misinforamtion and opinion. And the occasional nugget of truth.The recommended OS for all Pi models is Raspberry Pi OS. It's also the best supported especially...
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 ArticleTroubleshooting • Re: Headless Display Resolution on Bookworm
Probably doesn't matter for re-creating the issue, but that's after doing:$ sudo apt update$ sudo apt full-upgrade$ sudo rebootStatistics: Posted by davethomaspilot — Sat Dec 16, 2023 9:22 pm
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 ArticleTroubleshooting • Re: Raspberry Pi 3A+ not loading anything
Maybe the old issue of the production line changing to a slightly different RAM chip which needs an updated firmware on the microSD card. The RPiOS has that but the others have not caught...
View ArticleTroubleshooting • Re: Raspberry Pi 4 screen blanks randomly
The problem has fixed itself.I swapped the two RPi 4 units and the 64 GB SD cards.Neither machine now shows screen blanking.All I can figure is somehow one of the SD cards does not play well with one...
View ArticleBeginners • Re: String handling in Python
or how to do it with newer 'f-strings'.Thanks hippy:seems more easy to readCode: url=f'http://192.168.2.{shellyoffset}/rpc/Cover.Open?id=0'Statistics: Posted by dbrion1 — Sun Dec 17, 2023 9:29 pm
View ArticleOther RP2040 boards • Re: RP2040 with ESP8285 on board
So still no clue how make this work....Reverse engineer as 'bgolab' suggests. It looks like a great board to have if you are into figuring things out.First thing I would do is take a multi-meter and...
View Article