Troubleshooting • Re: Pi5 Completely (permanent) locks up when CPU reaches 100%
Hey guys - for those of you wanting to see activity monitor / htop at time of freezeHere's some screenshots of htop (ssh terminal from my MAC) and activity monitor from the actual pi GUI moments after...
View ArticleTroubleshooting • Re: Pi 5 Ethernet port not working, but Wifi is
Just out of curiosity, what's your kernel version and OS?You can check kernel version by running Code: uname -aHere is the OS version: Code: Linux raspberrypi 6.6.51+rpt-rpi-2712 #1 SMP PREEMPT Debian...
View ArticleC/C++ • Re: Discrepancy between datatypes performance
Some people, when confronted with a problem, think “I know, I'll use regular expressionsthreads.” Now they have two problems.With apologies to jwz.Statistics: Posted by ame — Wed Oct 09, 2024 1:18 am
View ArticleGeneral programming discussion • Run Chromium from Desktop bash file
I'm able to run chromium from a terminal prompt.However, if I create a bash file on the desktop and try same as the command line, nothing happens.bash file #!/bin/bashchromiumAny...
View ArticleTroubleshooting • Re: Am I running root from my SSD or SD Card?
Boot (/boot) should always be the SD partition 1, surely?Pi5 supports booting from SD, USB, NVME, or Ethernet. You can set the boot order preference. Unless you have done this, the default will be to...
View ArticleGeneral discussion • Re: Raspberry Pi Zero 2 WH
It didn't show up on rpilocator. But I did get the ones you pointed out, thank you. Although I think pi hut installed those themselves, which suggests that the standard factory zero 2 W's with...
View ArticleGeneral programming discussion • Re: Run Chromium from Desktop bash file
did you make it executableStatistics: Posted by kerry_s — Wed Oct 09, 2024 1:59 am
View ArticleGeneral discussion • Run Project (USB) from Raspberry Pi Pico Project under...
When using Raspberry Pi Project from MS VS Code I'm able to generate a uf2 file and move it to PICO successfully, but when I try "Run Project" I get the following error in the terminal window:ERROR:...
View ArticleAutomation, sensing and robotics • Re: SPI Pressure Sensor
According to the spec it should be ok.Things to check.Did you but the 33 ohm resistor. I got some problem with spi on SDcard without them. Try to reduce the clock to 200KHz which is the minimum to see...
View ArticleGeneral • Re: Best way to allow user to set up the device?
The problem is that without correct WPA credentials, there is no network connection even at Layer 2.For any wifi autocofig, it needs to be active and accessible (by the user) on the AP, far more...
View ArticleMicroPython • Re: Benchmark Pico 2
Then push it just a little bit further: viewtopic.php?t=375975Statistics: Posted by gmx — Sat Oct 12, 2024 1:21 am
View ArticleGeneral • Re: Pico2 (RP2350 B) running beyond 600 MHz, from flash, with...
Still alive and kicking. Measured current between 20-200 mA, the whole board, temperature max 50 C without heatsink.Statistics: Posted by gmx — Sat Oct 12, 2024 1:29 am
View ArticleGeneral discussion • Pi OS file manager difficulties compared to Nemo
I use Nemo on an Intel laptop and started moving terabytes from one disk to another. Five hours. I could use my Pi 5! Using the file manager in the Raspberry Pi OS is difficult. For some reason, when...
View ArticleGeneral discussion • Re: Pi OS file manager difficulties compared to Nemo
Code: sudo apt install nemojust a reminder, if your using a wayland desktop, you need a wayland compatible file manager.Statistics: Posted by kerry_s — Sat Oct 12, 2024 1:45 am
View ArticleGeneral • Re: Run Project (USB) from Raspberry Pi Pico Project under VS Code
I was able to get "Run Project" to work by using Zadig and replacing the driver. So success.Statistics: Posted by chuck72352 — Sat Oct 12, 2024 1:57 am
View ArticleGeneral • Pico2 stuck in BOOTSEL
I recently purchased 5 PICO 2 to use them in various projects. Upon delivery, I immediately tried to test them by flashing a simple firmware that blinks the onboard led.However, once I connected them...
View ArticleCompute Module • Re: USB boot not working (BOOT_ORDER fails me)
It would be really great if rpi-imager had an option to randomize the UUIDs.doing it in the imager itself would be difficult, becaue etc/fstab has to be updated, which requires ext4 drivers, and thats...
View ArticleAI Camera - IMX500 • Re: AI Camera & Zero 2 / camera not avilable
I saw this same issue with Zero 2W as well as RPi 4B - tried with 2 AI cameras. Returned them yesterday for RMA. I am thinking it's something with compatibility or something recently broke as people...
View ArticleBeginners • Thermal padding size for active cooler?
Hello, as a beginner, I threw out the thermal padding as i didn't know what the 3 tiny squares were for.?I need to order some Thermal Padding to stick onto the base of the Active Cooler.The sizes I'm...
View ArticleAdvanced users • Re: Replace the watchdog.service and wd_keepalive.service...
You need to hold open /dev/watchdog for it to work. If you don't like that then you'll need to set the nowayout option or recompile the kernel with CONFIG_WATCHDOG_NOWAYOUT enabled. If it is enabled...
View Article