Troubleshooting • Re: cron reports command not found
I'm unable to determine the path of the command executable. If I search for the command nothing comes up. I assume the command executable is part of a library registered with ldconfig. How, exactly,...
View ArticleTroubleshooting • Re: rpi 3 with SSD boot
I suspect something else is wrong in your fstab.If the kernel can't find the root partition specified in cmdline.txt I'd expect it to panic not to drop to recovery mode. If a mount fails it will drop...
View ArticleSDK • Re: Building Pico-SDK example projects using FreeRTOS in VSCode
I use Pico VSCode extension with CMake Tools integration to build and debug FreeRTOS projects. However, I don't have multiple executables in the CMakeLists.txt file. Here are some examples, in case it...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
FCC approval for the 'RM2' offering - Application details and exhibits still to come -https://fcc.report/FCC-ID/2ABCB-RMC2GW4B52W4 = WiFi 4 - 802.11n ?B52 = Bluetooth 5.2 ?I guess Pimoroni is not...
View ArticleTroubleshooting • Re: Pi5 Completely (permanent) locks up when CPU reaches 100%
It's weird that htop doesn't match the CPU usage from activity monitor.Your GUI screenshot says 100% at the top, but then the tasks are sorted by CPU%, and they are all zero. Maybe the top number...
View ArticleCamera board • Re: about the video stream serious delay problem.
Yes,as the documents write,use 'libcamera-' replace 'picam-' on bulleyes.And I did so.Today, I use cable to connect, the problem remains, and the terminal has some information below, I think there is...
View ArticleOther RP2040 boards • RP2350B availability for contract mfrs?
I have a project I want to build that may turn into a commercial project. I use several Chinese contract manufacturers, including JLCPCB. Currently they know nothing about the RP2350B (or A version...
View ArticlePython • Re: PID controller help
Thanks, yes there will be some fine tuning here to get it right but judging by how well the archaic analog controller worked, it shouldnt be that hard. The temperature of the burner is actually a non...
View ArticleGeneral discussion • Re: Firefox Zero-Day
lucky it is already 131 on raspberryStatistics: Posted by kerry_s — Fri Oct 11, 2024 12:59 am
View ArticleHATs and other add-ons • Re: What connector is this?
grove comes in latched and unlatched.Looks like it might be JST PH, thenStatistics: Posted by scruss — Fri Oct 11, 2024 1:42 am
View ArticleMicroPython • Re: Ask about Three-wire Serial EEPROM in RP2040
Micropython and C SDK currently include code for Motorola format only (which is mode 0, the default value). You would probably have to access the control register directly to reconfigure it after the...
View ArticleBeginners • Re: How to copy Boot from External SSD to SDCard using terminal
Use image-backup to create an image file of your SSD. Then use write-image to write that image file to your SD card. Shutdown, disconnect the SSD, and boot the SD card.Statistics: Posted by RonR — Fri...
View ArticleAutomation, sensing and robotics • Re: SPI Pressure Sensor
Yes sorry the sensor is TE's LDE differential pressure sensor.https://www.te.com/en/product-CAT-BLPS0092.htmlStatistics: Posted by EatDemCashews — Fri Oct 11, 2024 11:36 pm
View ArticleCompute Module • Re: USB boot not working (BOOT_ORDER fails me)
@cleverca22, that's super helpful. I didn't even notice that the UUIDs were duplicated. That exact problem was indeed causing frustrating intermittent boot failures.It would be really great if...
View ArticleGeneral • Re: Run Project (USB) from Raspberry Pi Pico Project under VS Code
I only have: "RP2 Boot (Interface 1)"Statistics: Posted by chuck72352 — Sat Oct 12, 2024 12:27 am
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 Article