Troubleshooting • Re: Headless Bookwork vs Bullseye network problem
I booted the system again, and this time it did not connect. When I went into raspi-config there was no network settings. I tried to set the SSID and passphrase and it returned "There was an error...
View ArticleCamera board • Re: Drone RPi Camera V3 configuration.
The global shutter sensor is almost certainly going to give you better results. There is no lens wobble, and no jello effect. Artefacts like lens distortion and camera shake should in theory be...
View ArticleBeginners • Re: Which physical pins to use
MIDI is a serial protocol, so normally you want to connect to a UART. The main UART is on GPIOs 14 (TX on pin 8) & 15 (RX on pin 10).You can't connect directly from the UART to MIDI as one is a...
View ArticleGeneral discussion • Re: RP2350 and Pico 2 released!
I would not underestimate the ingenuity of a post-grad student to figure out a way to defeat any code signing security measure.Since you may possibly be in contact with such players, have you drawn...
View ArticleTroubleshooting • Re: After restarting, won't start properly
i'd also update the bootloader...also how would I go about updating the bootloader? I am fairly new to everything. Sorry for single-posting everything I am not used to forumsEDIT: Found it, will try...
View ArticleCamera board • Re: Alternate camera cables? (Flexible / rubber instead of...
Hello MovobraStrange indeed... but it can be done. Here's what I suggest: Open a new thread with the topic you're interested in and ask your question. I'll see to it that a good dozen experts...
View ArticleTroubleshooting • Rescuing a broken installation - Deleted 'libc.so.6'
Accepting that, with hindsight, it was a rather foolish thing to have done, I removed '/lib/arm-linux-gnueabihf/libc.so.6' and that has screwed everything relying on it; 'ls', 'ln', 'cp', 'mv',...
View ArticleGeneral • Re: serial port flip-flopping on Linux.
My interpretation was that previously a momentary interruption like a quick replug powercycle or use of RST button, was not long enough for the OS to see it as a connection drop-out and remove the...
View ArticleRaspberry Pi OS • Re: Please remove broken mirror from mirrorbrain (2024)
Errors still occurring. Please have this removed with urgency.Statistics: Posted by theofficialgman — Tue Aug 20, 2024 5:26 pm
View ArticleBeginners • Re: How do you handle your IoT services? Does the Raspberry Pi...
Look for older ESP based devices, there are still many.. I don't know how well they have 'cracked' different chipset for you own flashing.Look at projects like ESPhome (in collaboration with...
View ArticleTroubleshooting • Re: RPI-Clone & Bookworm
Hello and good day!I'm new to Raspberry Pi5 and looking to setup automated backups. Suggestion appreciated and I tried rpi-clone backup using link: "Try this fork of rpi-clone:...
View ArticleWanted • Re: Looking for 5 inch RGB LCD with 1024x600
Yeah, sure, DSI is a decent option here. But, AFAIK, RPi Zero lacks DSI and I also wanted to have a repurposable display to tinker with some other non-RPi MCUs.Maybe there some kind of DPI-to-DSI...
View ArticleDevice Tree • NVMe temp sensor - using hwmon for cooling an NVMe drive is non...
want to write an dtoverlay to control a PWM fan based on the NVMe temperature sensor data.The overlay source isCode: /* * Overlay for a PWM Fan - used to cool NVMe drive * uses HW PWM on GPIO19 by...
View ArticleHATs and other add-ons • Re: PoE for Pi 5
We are now squarely into Q3 (almost half way through Q3). Is it possible to get some idea on when this will be released or at least some information about what is the holdup?See the contributions from...
View ArticleCamera board • Re: Camera Module 3 Wide - Cannot allocate memory
Hello therealdavidp,thank you for your advice and for pushing me to python.I rewrote my script from bash to python and now everything works as expected. There is no problem with CMA and I can save the...
View ArticleSDK • Re: picotool 2.0.0 is installed, cmake says it can't find it
Could you also run cmake asCode: cmake .. --debug-find-pkg=picotoolin your sdk build and post that output here? This helps debugging where it's looking for the picotool packageStatistics: Posted by...
View ArticleGeneral • Re: Is SPI Slave (on Pico2) still fubar'ed?
Is there a write-up of the original problem somewhere so I could read it like a civilized person and not hit it headfirst? Sure:viewtopic.php?t=300589viewtopic.php?t=315889I'm not sure if it's in one...
View ArticleBeginners • Re: Is it still worth using an original Raspberry Pi Model B?
I want to know first of all if I can use what I have without needing to spend any money?You should be able to. Power it up and see what happens. If you can type 'python' at the command line and get a...
View ArticleTroubleshooting • Re: Issue with getting buzzer to function with EG500
You may need support from the device manufacturer.What exactly does DO do? From a quick look at that document it looks like it might be some kind of opto relay or low-side switch rather than a voltage...
View ArticleAdvanced users • raspberry communication with profinet device
hi all,I would connect a profinet device which could works connected with PLC siemens to a raspberry pi4. can raspberry comunicate with profinet devices?many thanks in advanceStatistics: Posted by...
View Article