Other RP2040 boards • Re: What can I do with a PicoW Clone with ESP8285...
There's a whole thread about this: RP2040 with ESP8285 on board - Raspberry Pi ForumsStatistics: Posted by scruss — Tue Aug 06, 2024 10:37 pm
View ArticleTroubleshooting • Re: Lxterminal not displaying foreign characters
• Ensured /etc/default/locale only set LANGThat's what breaking it. Don't fiddle with system locale things that you don't understand.Statistics: Posted by scruss — Tue Aug 06, 2024 10:39 pm
View ArticleBeginners • Re: Help for a very old beginner
Sure you aren't just typing the data to /dev/null?My main computer has always had devnull as a hostname... since the late 80s. Not sure how many there have been.My first personally-owned computer was...
View ArticleRaspberry Pi OS • Re: /usr/bin/sh being linked to dash not bash makes script...
at and cron are supposed to run under a simpler shell than bash. They also run a more limited path.You may break stuff if you change the system settings.Statistics: Posted by scruss — Tue Aug 06, 2024...
View ArticleGeneral • Re: RP2040: Flashing *.uf2 file via file browser vs picotool
Now It gets really weird - when I flash the same file using picotool ... everything is flashed correctly.I am not sure if 'picotool' uses the same mechanism as drag and drop does and/or uses some...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: custom I2C behaves strangely...
There are protection diodes on the ground.What kind of diodes are you using? I presume some kind of TVS or Zener. What part number?Diodes have capacitance too. Depending on what kind of part you're...
View ArticleGeneral discussion • uninstalled Firefox for Chromium
OS Bullseye Pi 400 locked up FREQUENTLY with Firefox even in Incognito ... not at all with Chromium.Statistics: Posted by WacoJohn — Wed Aug 07, 2024 12:48 am
View ArticleGeneral discussion • Re: RPi 5 USB gadget mode possible?
Hello,I actually posted a comment on that blog but it isn't approved yet, I found this thread in the meantime and thought to post here as well.Can't seem to get that guide to work to create additional...
View ArticleGeneral discussion • Re: uninstalled Firefox for Chromium
okay Statistics: Posted by kerry_s — Wed Aug 07, 2024 12:56 am
View ArticleGeneral • Re: Pico USB Web Cam
https://www.raspberrypi.com/news/real-t ... y-pi-pico/PS. My bad, other way around.PS2. I don't know if TinyUSB supports UVC as a host, but CherryUSB seems to.Statistics: Posted by MatSOBDev2 — Wed...
View ArticleTroubleshooting • Re: Raspberry Pi 5 USB 3.0 read performance is worse than...
Thank you. Here are the traces:trace-1M.zip: No losstrace-20M.zip: Some lossStatistics: Posted by Steve Ochs — Wed Aug 07, 2024 2:55 pm
View ArticleTroubleshooting • Re: RPi5 only boots to RPi OS
PINN is not an OS itself,Actually, PINN *is* an OS. It is a specialized OS whose purpose is (primarily) to install other OSes.The point is that if nothing else, you should be able to install PINN on...
View ArticleBeginners • Re: Raspberry pi 4+ HDMI enable
What I don't understand is how to update the boot of the rpi4 with the raspi-config option. Is it necessary to remove the sd from the pi? I don't understand anything, sorry. Ambien I'll try another...
View ArticleGeneral discussion • Re: Auto output to HDMI on startup question
For example upon startup the pi runs a colour bar generator and outputs that on HDMI 1 and simultaneously runs the current time and outputs that on HDMI 2?Nitpick... There is no 'HDMI 2". There is...
View ArticlePython • Re: Installing MARIADB on Bookworm with Python
“@neilgl OK, ran exactly as you had it in your original response - still no happiness:”As rpdom said, that seems to be the wrong command again.Code: (env) xxx@1234:~/My_PythonApps$ pip install...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Raspberry Pi 3 B+ - Install TZT 1.54...
If you're interested in getting your screen running you should have tested what I've linked you to or followed the process described in the other link.Sorry, but I'm not offering Free-of-cost...
View ArticleOther projects • Vintage Phone Pi4
Hello all !I have one dusty Rpi4 that I used for many years as a server and now I have an idea to bring it back to life.I have a restaurant and by the entrance there is a small telephone cabin. My...
View ArticleRaspberry Pi OS • Re: GCC 14.1.0 with Bookworm on RPI5
My script just does the wget once at the start.Hi there, I apologize for bumping this thread. That said, I have been trying to use your script to build an older version of GCC (before 11.0) on my Pi4B...
View ArticleTroubleshooting • Symptom: Raspberry Pi3 does not maintain stable wlan0...
OS: Raspberry Pi OS Bookworm Lite (64 Bit)Platform: RPi 3 B+Issue: after several hours of operation, all of the Pi3 on the network lose wifi connectivity (see log below). Pi4 on 5GHz are not impacted....
View ArticleCompute Module • Re: GPIO cannot read Magnetic Reed Door Sensor
That code works OK on a pizero2 running Bullseye 32-bit with Desktop.I simulate the reed switch on GPIO16 using raspi-gpio with the script already running:Code: pi@pibull32:~ $ raspi-gpio set 16 op...
View Article