Go to advanced search

by scruss
Fri Dec 01, 2023 2:33 am
Forum: Camera board
Topic: Arducam Multicamera Board v2.2
Replies: 6
Views: 362

Re: Arducam Multicamera Board v2.2

Diego1890 wrote:
Thu Nov 30, 2023 10:54 pm
Using libcamera is it possible to record video from all four cameras?
Not with the board you have. It's a simple 4 to 1 switch. You can pick a camera, and it becomes active. When you pick another camera, the first one turns off. Only one camera at a time.
by scruss
Wed Nov 29, 2023 3:10 pm
Forum: Camera board
Topic: Arducam 16MP AF camera on a Pi5 ?
Replies: 17
Views: 706

Re: Arducam 16MP AF camera on a Pi5 ?

gordon77 wrote:
Mon Nov 27, 2023 12:43 pm
In config.txt

Disable auto_camera_detection
This is what Arducam seem to recommend with all of their hardware now.

It's certainly the case with their ultra-wide fixed-focus IMX708 M12 120° module
by scruss
Tue Nov 28, 2023 3:36 pm
Forum: Other programming languages
Topic: REXX for PiOS
Replies: 5
Views: 307

Re: REXX for PiOS

Code: Select all

apt-cache search rexx
should show you that regina-rexx is a package that's available on 32 and 64 bit.
by scruss
Mon Nov 27, 2023 2:01 am
Forum: General discussion
Topic: Don't Order From PiShop.US [Mod: Please read thread before acting on subject title]
Replies: 10
Views: 912

Re: Don't Order From PiShop.US

The launch of the 5 was also complicated by the priority order tokens available to MagPi print subscribers. From what I heard, these priority orders wiped out most of the initial allocation, so unless you ordered in the very first minutes of launch day, you're waiting for the second or third batch. ...
by scruss
Thu Nov 23, 2023 8:31 pm
Forum: Raspberry Pi OS
Topic: How to add wifi connections on headless bookworm (RPi4B)?
Replies: 26
Views: 1036

Re: How to add wifi connections on headless bookworm (RPi4B)?

If you're going for a headless setup with read-only overlay filesystem (which you're probably not), please note that /etc/NetworkManager/ must remain writeable or networking will fail.

That was a fun one to discover ...
by scruss
Thu Nov 23, 2023 3:47 pm
Forum: Raspberry Pi OS
Topic: libgfortran5 package have unmet dependencies on RPI4 bookworm
Replies: 4
Views: 334

Re: libgfortran5 package have unmet dependencies on RPI4 bookworm

I was about to suggest something, then I re-read this: I have an RPI4 with raspberrypi OS bookworm 32 bit. On 64-bit bookworm Desktop ( not what you have), libgfortran5 (12.2.0-14) is pre-installed This might be a temporary lag in the (formerly) Raspbian repo trying to use its own version (12.2.0-14...
by scruss
Wed Nov 22, 2023 10:44 pm
Forum: MicroPython
Topic: Watchdog won't watch - or at least it won't reset
Replies: 5
Views: 544

Re: Watchdog won't watch - or at least it won't reset

I'd make the watchdog shorter. The docs say: On rp2040 devices, the maximum timeout is 8388 ms. You're getting close to that.

Also, I see that you have a request that you don't close. Your script will run out of memory because of that
by scruss
Wed Nov 22, 2023 10:38 pm
Forum: Raspberry Pi OS
Topic: Can I use Terminal to check my SD cards?
Replies: 6
Views: 414

Re: Can I use Terminal to check my SD cards?

can recommend f3, too: though it is a destructive test
by scruss
Wed Nov 22, 2023 10:14 pm
Forum: Camera board
Topic: [SOLVED] vertical glitch lines in v3 wide images
Replies: 2
Views: 533

Re: [SOLVED] vertical glitch lines in v3 wide images

We found the cause. A colleague was vigorously scrubbing at the module with a microfibre cloth while the camera was powered on. This has a 100% kill rate on v3 cameras. Sorry about that.
by scruss
Wed Nov 22, 2023 3:57 pm
Forum: General
Topic: Rasberry Pi Pico
Replies: 8
Views: 563

Re: Rasberry Pi Pico

MicroPython on the Raspberry Pi Pico doesn't support working as a USB flash drive. While some other MicroPython boards do (like the original pyboard), it's generally not recommended, as it's hard to keep the emulated file system and your computer's idea of the emulated filesystem in sync. Data loss ...
by scruss
Tue Nov 21, 2023 1:48 am
Forum: Troubleshooting
Topic: LXTerminal not displaying Unicode characters
Replies: 5
Views: 241

Re: LXTerminal not displaying Unicode characters

craigevil wrote:
Mon Nov 20, 2023 9:06 pm
xfce-terminal has the same issues. I use guake, since it is a drop-down terminal.
The default lxterminal has always worked correctly for me:
2023-11-20-204616_739x490_scrot.png
lxterminal showing UTF-8 characters
2023-11-20-204616_739x490_scrot.png (84.28 KiB) Viewed 124 times
by scruss
Tue Nov 21, 2023 1:34 am
Forum: Troubleshooting
Topic: LXTerminal not displaying Unicode characters
Replies: 5
Views: 241

Re: LXTerminal not displaying Unicode characters

However, there is no change in the terminal's output behavior after rebooting. Unsurprising, because it looks like you didn't install/compile the en_US.UTF-8 locale. Setting something in bash to a non-existent locale isn't going to help. sudo dpkg-reconfigure locales is what you need to run to side...
by scruss
Tue Nov 21, 2023 1:22 am
Forum: Raspberry Pi OS
Topic: rpi-imager old version on pios bookworm 1.75 online but 1.8.1 and no bookworm image for raspberry p02w
Replies: 15
Views: 789

Re: rpi-imager old version on pios bookworm 1.75 online but 1.8.1 and no bookworm image for raspberry p02w

... it doesn't make sense Imager is a nice program that makes installing images easy for novice users. It is clear from your use case that you are *not* a novice user. Nothing's stopping you downloading any image and installing it via dd. Imager exists to help people have a good general Raspberry P...
by scruss
Tue Nov 21, 2023 1:17 am
Forum: General discussion
Topic: An old power supply failure - cautionary tale and question
Replies: 7
Views: 617

Re: An old power supply failure - cautionary tale and question

This is the same failure mode I see with my Roku Soundbridge power supplies. It's a fairly old network music player with a VFD that draws lots of power. My Soundbridges "eat" a power supply every 3-4 years. I've always assumed it's an electrolytic capacitor somewhere in the PSU giving up t...
by scruss
Mon Nov 20, 2023 7:47 pm
Forum: Troubleshooting
Topic: LXTerminal not displaying Unicode characters
Replies: 5
Views: 241

Re: LXTerminal not displaying Unicode characters

I noticed that while all graphical applications (I e. BlueFish editor, mousepad, etc) display Unicode characters, when such text is outputted on LXTerminal the Unicode gets scrambled, for example: ... Please show the output of this command: locale If the output lines don't include a lot of ".U...
by scruss
Mon Nov 20, 2023 7:40 pm
Forum: Raspberry Pi OS
Topic: rpi-imager old version on pios bookworm 1.75 online but 1.8.1 and no bookworm image for raspberry p02w
Replies: 15
Views: 789

Re: rpi-imager old version on pios bookworm 1.75 online but 1.8.1 and no bookworm image for raspberry p02w

... it only shows bullseye as compatible OS which is NOT TRUE as the p0w2 is compatible with both 32 bit and 64 bit bookworm It might be compatible, but I don't think it's recommended. Since the Zero 2W only has 512 MB RAM, the 64-bit Desktop is effectively useless on it. You can run Lite 64-bit, b...
by scruss
Mon Nov 20, 2023 2:36 pm
Forum: MicroPython
Topic: [Solved] Building MicroPython firmware issue
Replies: 14
Views: 2088

Re: [Solved] Building MicroPython firmware issue

Damien has dug in a bit and found that it seems to be caused by a bug in the RP2040 SDK itself: Alarm pool stops working under certain conditions · Issue #1552 · raspberrypi/pico-sdk. So it likely wasn't MicroPython's fault after all.
by scruss
Sat Nov 18, 2023 6:43 pm
Forum: Raspberry Pi OS
Topic: zxTune or alternative on Bookworm? (Pi4)
Replies: 9
Views: 463

Re: zxTune or alternative on Bookworm? (Pi4)

However, I then tried zxtune123, which is the CLI version of the program, and it's working! So I'm amazed that Pi is able to run software that doesn't appear to have been explicitly compiled for Pi, but it is good news. Yay! I think this is because zxTune statically links all its libraries in the c...
by scruss
Sat Nov 18, 2023 6:15 pm
Forum: Troubleshooting
Topic: Missing 32-bit libraries: libc.so.6
Replies: 2
Views: 178

Re: Missing 32-bit libraries: libc.so.6

i386 libraries are for Intel versions of Linux. The Raspberry Pi uses ARM, which is incompatible.

This isn't going to work with what you've downloaded. Or, if someone suggests emulations, it will work very very slowly.
by scruss
Sat Nov 18, 2023 6:13 pm
Forum: Troubleshooting
Topic: Pi zero is hissing
Replies: 4
Views: 237

Re: Pi zero is hissing

Your video is not viewable, but sometimes power supplies hiss. The inductors used in switching power supplies are often the source of noise. This is normal, if rather annoying.
by scruss
Sat Nov 18, 2023 12:59 am
Forum: General discussion
Topic: Will Linux ever EOL ARMv6 or ARMv7?
Replies: 8
Views: 640

Re: Will Linux ever EOL ARMv6 or ARMv7?

Since there is still support for 68K and PowerPC Macs, … Both of these are effectively dead as Linux hosts. ppc32 (32-bit big-endian PPC) dropped off most distributions' support list some years ago. The only PPC branch seeing active maintenance is ppc64el, which only runs on IBM hardware. I tried r...
by scruss
Fri Nov 17, 2023 10:35 pm
Forum: General
Topic: Pi PIco not driving all my neo pixels
Replies: 18
Views: 603

Re: Pi PIco not driving all my neo pixels

The best kind of problem to have!
by scruss
Fri Nov 17, 2023 8:21 pm
Forum: Raspberry Pi OS
Topic: zxTune or alternative on Bookworm? (Pi4)
Replies: 9
Views: 463

Re: zxTune or alternative on Bookworm? (Pi4)

I tried to build it on 64-bit. It's currently failing with a lovely “ DSO missing from command line ” error, which generally means it needs more reconfiguration than I can manage. For those who'd like to attempt a build, at the very least it requires the qtbase5-dev and libboost-all-dev packages. Di...
by scruss
Fri Nov 17, 2023 8:11 pm
Forum: General
Topic: Pi PIco not driving all my neo pixels
Replies: 18
Views: 603

Re: Pi PIco not driving all my neo pixels

Yes the 8th strip works fine - both the original and replacement one so it does appear to be a limit somewhere. Good to know. The capactor thing is a new idea. When you say a "great big huge electrolytic capacitor " I assume you are refering to the part where is says to add a capacitor (5...
by scruss
Fri Nov 17, 2023 6:20 pm
Forum: Graphics, sound and multimedia
Topic: Schematic DA7212 SCO366
Replies: 1
Views: 260

Re: Schematic DA7212 SCO366

not quite a schematic, but the pinout is documented in the GPIO usage section of the Audio documents.

Not all Raspberry Pi products have schematics.

Go to advanced search