General discussion • Re: New Raspberry Pi Products
I have my Pimoroni Pico Plus 2 W sitting on my desk in front of me. I am open to doing some testing / tinkering. But be advised that I have contracted Covid and I'm not feeling well, not well at all....
View ArticleBeginners • Re: nmcli with multiple APs
You could also trynmtuiIt's a little easier to navigate.Statistics: Posted by bensimmo — Wed Oct 09, 2024 5:30 pm
View ArticleBeginners • Re: Minimize write access to the SD card
If you have nothing writing to the SD card that you want to keep across reboots enable the read only root overlay via raspi-config. You can also set the boot partition to be mounted read only (you...
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
I would like to install 2 os with PINN and 3rd one a custom os image (openwrt)So I choose first two os from PINN and for third one, I selected a project space.Now I am not able to figure out, how to...
View ArticleUbuntu • Re: Raspberry Pi 4 stopped booting
The softfirmware layer that provides sort of 'UEFI BIOS' might require GPT 0xEF00 or MBR 0xEF as first partition and not GPT 0x0700 MBR 0x0C in recent U-Boot builds, I am not sure.The Pi4 can simply...
View ArticleCamera board • Re: Rp5 + Libcamera-vid + IMX378 Camera
I have Lite, so I'll install the full one.Code: sudo apt install rpicam-appswill automatically remove the lite variantStatistics: Posted by redvli — Thu Oct 10, 2024 5:27 pm
View ArticleAI Camera - IMX500 • Re: AI Camera & Zero 2 / camera not avilable
Hi,Quick update, Raspberry Pi 5 - Camera working fine without any problems. Installed Raspbery Pi Zero 2 with same OS, same problem: ERROR: *** no cameras available ***Is it a Zero 2 Hardware...
View ArticleTroubleshooting • Re: Pi5 LinuxCNC hal Access denied. Need help
Try asking here https://forum.linuxcnc.org/Statistics: Posted by memjr — Thu Oct 10, 2024 5:38 pm
View ArticleCamera board • Re: Picamera2 error on multiple cameras
So I managed to fix this, bit of a brain wave moment. The "IndexError: list index out of range" part of the error means that the devices are not available I think. My 65W Chromebook charger was giving...
View ArticleBeginners • Re: SenseHAT not working after todays apt upgrade.
The proper fix (i.e. switching back to the upstream sense hat driver) is back in rpi-update bootloader/firmware/kernel.Statistics: Posted by dom — Thu Oct 10, 2024 5:47 pm
View ArticleBeginners • Re: Having DNS issues. Help
Ok so how do I set a static Ip address using nmcli with a plain CLI. And what should I do with the dhcpcd file? Should I comment out everything thats in it? Could you give me a step by step on what I...
View ArticleTroubleshooting • Bookworm: Link-Local Ethernet suffers regular timeouts then...
I have multiple RPi 3B+ units operating as headless instrument controllers. Up to now, they have been running Stretch. I'm in the process of updating to Bookworm, and this step appears to have...
View ArticleGeneral • Re: Pi4 communication with multiple Pico's
Ethernet sounds like overkill. Maybe use ethernet cable, just as an widely available cable with twisted pair, with a simpler protocol like RS-485?https://www.renesas.com/en/document/apn ......
View ArticleGeneral • Re: Run Project (USB) from Raspberry Pi Pico Project under VS Code
This is why I switched to Linux for Pico development, as I had too much trouble in Windows. Not that this is necessarily the OP's problem, but he shouldn't be expecting to do any debugging without the...
View ArticleGeneral • Re: Procedure for protecting code on Pico 2
We are currently looking into securing our solution. Do I understand correctly that ATM it could only be done with rather small binaries?Here is the extent of my understanding:- Encryption can only be...
View ArticleCompute Module • Re: CM4 CAM0 I2C Pins
If you are using CSI0, and the only thing that is wrong is the I2C bus, then yes - this should work:Code: camweird = <&i2c_frag>, "target:0=",<&i2c1>, <&csi_frag>,...
View ArticleBeginners • Re: Installing a BME688 on Pi Zero V1.2
Hi,I am trying to install a BME688 on a Raspberry Pi Zero V1.2.I attached the hat to the GPIO pins and cloned the python library form https://github.com/pi3g/bme68x-python-library.gitFrom there on I...
View ArticleC/C++ • Re: Discrepancy between datatypes performance
I ran this on a pico2 If I use an array of ushort[50000] I get thisCode: freeHeap (bytes): 13408Total loop size : 50000Cycle #1single loop : 2174split loop:31702 threads loop: 1719Testing all results...
View ArticleOther RP2040 boards • Re: RP2350B availability for contract mfrs?
FYIEasyEDA created parts/footrprints for both the RP2350A and RP2350B at my request in preparation for building boards at JLC. The part numbers are C9900136558,C9900136713. You can access them though...
View ArticleUbuntu • Kubuntu 24.10 upgrade - screen rendering corrupted
My Kubuntu 24.04 was the Ubuntu Server pluse Kubuntu Desktop. It worked brilliantly. Today upgraded to 24.10. That appeared to go well until I started to use applications.Firefox, Thunderbird, Dolphin...
View Article