Troubleshooting • Re: 100%cpu usage
KDE plasma search indexer indexes (i think it was called baloo) all files on your disk including some context. I think it works when your Pi is idle. It might cause this issue.Statistics: Posted by...
View ArticleRaspberry Pi OS • Re: Static IP with Bookworm
Does anyone, apart from me, think it's a terrible idea that Code: nmcli references an interface using a name that changes with locale settings?Thanks to wbit for a sensible solution Statistics: Posted...
View ArticleBeginners • Re: Raspberry Pi 5 + PoE HAT?
Guys,Just received an update from The PiHut. Seems they now have Pi5 PoE Hats but you'll have to find it yourself.I have no other connection with PH.Just to flag up that the product announced by The...
View ArticleGeneral • Re: Need Guidance for Retrigger (Falling Edge) GP14 by using RP...
Isn't this a continuation of - viewtopic.php?t=374549 ?Statistics: Posted by hippy — Mon Aug 05, 2024 12:05 pm
View ArticleRaspberry Pi OS • Re: strange btrfs incompatibility bullseye>bookworm
Great that sdm can now create an image with btrfs rootfs!I haven't looked in the scrips/sourcecode, but I see those 2 things:a) BTRFS warning (device mmcblk0p2): v1 space cache is not supported for...
View ArticlePython • Re: Working with new lirc client 0.10.1
Glad you've had success but you should list the remote being emulated and the target being controlled. If you look for LIRC in this forum you will find others, like myself, who have had frustrating...
View ArticleUbuntu • Re: VS Code Pico extension - switching between debug and release builds
"You can toggle between "Debug" and "Release" builds by clicking CMake: [Debug]: Ready in the blue bottom bar. By default, this configuration builds a debug-enabled executable ready for SWD...
View ArticleC/C++ • Re: How to Cross Compile a C++ Program on Ubuntu for 32-bit PiOS on...
You could use armv6-rpi-linux-gnueabihf from https://github.com/tttapa/docker-arm-cross-toolchain.Statistics: Posted by tttapa — Mon Aug 05, 2024 12:36 pm
View ArticleAdvanced users • Re: RPI Secure boot not working as expected
Please find attached the screenshot of logs.With any secure-boot issue please collect the UART logs from power on. The screenshot will not provide enough information to debug.You must also have...
View ArticleGeneral • Bootloader development in RP2040
Hi All,Currently I am working on the bootloader development. I have never worked on bootloader development.So if anybody can help me on this it would be better. I have tried by searching on line help...
View ArticleNetworking and servers • Re: Accessing VNC from Ubuntu Linux With a Free Client
RealVNC client is now running on both Windows and Ubuntu Linux. Yay!I also got rpi-connect to work, but I still have a problem with it. I will post that on a separate thread.Statistics: Posted by...
View ArticleGeneral • Re: Help Needed: Achieving Long Delays with PIO for Pump Control on...
Or, as I would interpret it -1) Don't do anything until the sensor has read only as full for a period of time2) Turn the pump on to remove water3) Keep pumping until the sensor has read only as not...
View ArticleGeneral • Re: Need Guidance for RP2040 (PICO)
How can I set the exact frequency for the signal when I have an oscilloscope connected in parallel to monitor the frequency and amplitude of the input signal, as well as the trigger level voltage?It's...
View ArticleRaspberry Pi OS • Re: RS485 read digital data
Normally, a magnetic reed door sensor is just a simple switch, so it should be connected to a GPIO input pin and ground. That expansion board seems to have a 40 pin GPIO header so use that.The pi gets...
View ArticleNetworking and servers • Re: Ideas for controlling a Raspberry Pi 5 via...
Yes but the OP asked about Bluetooth API etc.Oops! Missed that.But why use Bluetooth when WiFi/network access whether as a Hotspot or home network is so much easier with the tools available.See my...
View ArticleGeneral discussion • Re: Is this symptomatic of a failing SD card?
OK, I think I've just been able to answer my own question.However, I don't understand why my files were being written correctly every night...I would assume the section of the uSD card where your...
View ArticleGeneral • Re: RP2040: multiple (6) GPIO interrupts
2.3.2. InterruptsEach core is equipped with a standard ARM Nested Vectored Interrupt Controller (NVIC) which has 32 interrupt inputs.Each NVIC has the same interrupts routed to it, with the exception...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: DSI bug on Pi 5
Many thanks! We'll try this update today and report back.Statistics: Posted by cdsteinkuehler — Tue Aug 06, 2024 12:18 pm
View ArticleHATs and other add-ons • Re: Can I do a NVMe hat give away here?
Frankly Seeed's presence on the Raspberry Pi forums is very low. We don't really know how to reasonably and appropriately communicate with Raspberry Pi users here, and are still experimenting.It seems...
View ArticleGeneral • Re: Bootloader development in RP2040
Thanks for your reply.So currently I have few doubts as well as approach we are following.1) Currently we are writing the bootloader at the address 0x10000000. can we write bootloader at this...
View Article