General • Re: What would you like in a Pico shield?
What would seem useful to me is VGA output. Just a 3-bit (8 colour) text display to keep I/O and memory requirements low, should be good enough for debugging, diagnostic and status display. With the...
View ArticleGeneral • Re: RP2350 DMA Ring Buffer?
Ah OK, so your issue is not with the new self-trigger facility but with the 32K limit on the original ring feature (that hasn’t changed).But you still only need 2 channels- one for the actual transfer...
View ArticlePython • Re: Problems using PWM in subprocess
Hi Siggerud,Are you using a Pi5.On the Pi5 , The software PWM is not stable because other process will interrupt it. But there is at least four Hardware pins that you could use instead.I don't know if...
View ArticleGeneral discussion • Using USB for first boot
I upgrade from rpi 1 to rpi 3. I'm trying to make my first boot/configuration using the (same) USB cable that I used last time. But for most that I tinker I'm unable to connecting using the USB+serial...
View ArticleAdvanced users • Raspberry Pi OS Image Creation : Made Easy
Raspberry Pi OS Image Generator (rpios-gen) is a prompted front-end for pi-gen.Code: Usage: rpios-gen [options] [output directory]-a,--architecture Architecture to use: armhf 32-bit arm64...
View ArticleTroubleshooting • Re: MQTT issues...
In my router I set 2 SSIDs, one for 2.4GHz and one for 5GHz, with different names (Basil and Sybil)Then connect the pi to the 2.4GHz SSID e.g “Basil”Statistics: Posted by neilgl — Wed Aug 28, 2024...
View ArticleGeneral discussion • Re: Changing font size from a terminal
I do find it interesting that the LXTerminal Terminal Font doesn't seem to have anything similar to the Lat15-TerminusBold22x11 font found in the /usr/share/consolefonts, and the...
View ArticleOther projects • Re: Security Camera
it is not obvious on the website. I used this:Code: wget https://github.com/Motion-Project/motion/releases/download/release-4.7.0/bullseye_motion_4.7.0-1_arm64.debbut that failed to install for me due...
View ArticleGeneral • Re: PICO 2 - Corrected version availability?
The errata causing most comment are actually pretty minor, but are giving rise to comment mainly because they compromise backwards compatibility with Pico1.I disagree on both counts. The problem does...
View ArticleTroubleshooting • 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 Article