Troubleshooting • Re: Raspberry pi imager keeps corrupting sd card
If your RPi is a 4B or 5 you can do a network install. No need for a USB card reader.See the "Install over the network" section at https://www.raspberrypi.com/documentati ... arted.htmlStatistics:...
View ArticleGeneral • Re: how to build pioasm in the sdk under linux mint ?
This is what I did to make 'pioasm' a standalone app for my Pi 4B running Raspbery Pi OS Bookworm ... YMMV ...Code: cd ~/pico/pico-sdk/tools/pioasmmkdir buildcd buildcmake ..makesudo ln -s...
View ArticleTroubleshooting • Re: Unable to Create SD Card with OS
I just bought my raspberry pi 5 and bought a brand new samsung 512gb micro sd card. I downloaded the newest version of the pi image installer from this website. Told it to write to the microsd card...
View ArticleNetworking and servers • Re: [Solved] Bullseye via Network Bridge on Bookworm
I have mostly multiple profiles, also VLANs, etc. Of course only 1 set must autocnnrect (for remote/headless ssh), all others then no autoconnect. I know if I untick 'Automatically connect' in both...
View ArticleCamera board • Re: Base 64 encode image from libcamera
Thank you for your replies!Yes, there are libraries able to do base64 encoding out of the box. In my first post in this topic I also mentioned the one I usually use.The problem is that I see that the...
View ArticleTroubleshooting • Re: Boot from usb, rpi image installer shows up
Until now I had a ssd and I was booting with it, now with a usb hub I have connected 2 more disks.Sometimes works right, sometimes the rpi imager installer shows up.I have tried booting from an sd...
View ArticleTroubleshooting • Slow speeds on all OS’s
Hello I have a Pi4 here with 8G? (Lost the box) anyway, I had the Pi running good then a few months ago started running very poorly such as unusual config files and low low speeds such as 16G transfer...
View ArticleTroubleshooting • Re: Slow speeds on all OS’s
Word salad! YUM!!!I tried reading but it didn't make much sense, sorry.Reinstall Raspberry PI OS and be happy.Statistics: Posted by memjr — Thu Aug 29, 2024 8:46 pm
View ArticleBeginners • Capturing live video from UVC webcam and sending it to HDMI?
Hello.I have the following task:I have high quality FullHD webcam, which supports UVC protocol, so it is "driver-less".I want to connect it to Raspberry and get it's output at full resolution at HDMI...
View ArticleRaspberry Pi OS • Re: In What File Is This Message Written?
BTW,Before the MOTD,there are 2 lines:Linux Version,and Last login:Can you guys please tell me in what script file they are written?why do you need to get rid of every single line?Statistics: Posted...
View ArticleGeneral • Re: RP2350 Errata E9 - Pull-down lock-up
Your pull-ups should be fine I guess. I'm using pin pull ups on a button and it's fine. On the last point, if you clear IE you can't read the pin. Clearing IE is a way to get the latched up pin to go...
View ArticleAutomation, sensing and robotics • Re: Input/suggestions on a dc motor...
Thanks, that’s good to know, i by no means have any particular hardware set in stone other than the 30vdc motor I have to drive and the RTD probes for temp. I only thought the Pi was a better option...
View ArticleBeginners • Re: Can I use a 65w pd "charger/ power adapter" on a...
I think its a shame that raspberry pi boards dont come with a big red warning on the box that using the wrong power supply could do serious damage and will invalidate any warranty.The Pi is all about...
View ArticleGeneral • Re: Apparent issue found with Always-On Timer on the RP2350
I tried the following hack to resolve the issue (by deliberately writing invalid values into the POWMAN_SET_TIME_* registers so retained values would not reset the time on reset):Code: \ Set the time...
View ArticleTroubleshooting • Re: Pi5 wlan0 disappeared
Nothing is returned for either of those.DHuh. I'm stumped. Maybe someone else has a thought on yet another way to disable wifi as yours seems to be.Statistics: Posted by bls — Fri Aug 30, 2024 9:08 pm
View ArticleGeneral • Unable to see the output of I2C example program
I am trying to run the following example program that is located in the pico examples githubCode: /* * Copyright (c) 2021 Valentin Milea <valentin.milea@gmail.com> * Copyright (c) 2023 Raspberry...
View ArticleBeginners • Re: Help with duplicating Pi4 OS on another Pi4
@rpdom - No method of contact - sent you text but number changed? Forum does not allow contact? Contact me?Statistics: Posted by makem — Fri Aug 30, 2024 9:15 pm
View ArticleTroubleshooting • Re: USB Drive Mounted After Reboot Black Screen
Thank you for the document! I printed and read it through and found my mistake. I was using the UUID but in the Fstab configuration was not coding PARTUUID, just UUID.Really complete document with a...
View ArticleGeneral • Re: RP2040: Substantial PIO jitter in I2S clock
I've now been able to record a fairly long segment of data (25 million samples, covering a few hundred thousand BCLK cycles) and analyse the glitches. Every point on this graph is the duration of one...
View ArticleSDK • Re: I'm having trouble with SDK 2.0.0
Is there any document for porting from SDK 1.5.1 to 2.0.0? I looked, but didn't find any.Well there are the release noteshttps://github.com/raspberrypi/pico-sdk ... /tag/2.0.0 My guess is that you...
View Article