Bare metal, Assembly language • Re: RPi 4B - MMU config with...
I have looked more in depth and there seems to really be something weird going on with high peri and MMU.I am using the highperi overlay now instead of setting the config.txt option which seems to be...
View ArticleOff topic discussion • Re: 2024 Raspberry pi 3 a+ Boot problem
We're goin to need more than "I can't boot the system".I install the system on the micro SD card inserted in the Raspberry and the systems dont work, except the Pi Os. No system starts.That's no...
View ArticleGeneral discussion • Re: Closed Raspberry Pi 1 Model B Case in 2024?
I found a couple of original shrink-wrapped RPi1 cases in a box on my shelf (no idea why I bought so many back then) and looking up the part number (Multicomp MC-RP001-CLR) turned up Farnell with...
View ArticleBeginners • Using ultra vnc on windows 11 - raspbian os
Hi, I am currently using a Raspberry pi3 model B with pihole installed and working well. however i want to be able to use Ultravnc to remote into it for management just as i do with other pcs on my...
View ArticleTroubleshooting • Re: fstrim !
If it has broken discard support. It is a recent break. This card has been in use for months.Code: find /sys/bus/mmc/devices/mmc0\:*/ -type f -not -path "*block*" -not -path "*power*" -print -exec cat...
View ArticleOff topic discussion • Re: "Verify you are human"
"When Cloudflare sees an unfamiliar or strange new IP address make a request on a site, it will flag it and ask for a CAPTCHA before permitting the request." https://www.howtogeek.com/730579/why-do...
View ArticleNetworking and servers • Re: Can I sleep at night with a home full of wifi...
If you have installed reasonable network security measures, your danger from network hackers is minimal. Unless you are a very important person or have a job that is interesting to the network...
View ArticleAdvanced users • Re: Rasperry Pi 5 - Hardware PWM not working anymore after...
I noticed exactly the same problem with 6.6.20 kernel. Hopefully this will be fixed soon.Statistics: Posted by valtsu23 — Wed Mar 20, 2024 6:49 pm
View ArticleTroubleshooting • Re: Pi 5 not booting - 4 green led blinking
It may be the software image does not support the RPi5. You would have to ask the software developer about that.Very likely. For one, the Raspiblitz web site saysThe RaspiBlitz is a do-it-yourself...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: i2cset does not work for 16bits?
If the I2C device you are using is wm8960 neither registers or control bits are 16 bit wide. Registers are 7 bits and there are 9 control bits on each. Registers are modified by sending two individual...
View ArticleGraphics, sound and multimedia • Re: Auto Video Looper /w GPIO control
Cool thanks!. Yeah the error I mentioned above seems to be a memory allocation error ( Malloc) that aborts the program.Statistics: Posted by TruckingAlong — Wed Mar 20, 2024 7:02 pm
View ArticleGeneral discussion • PiServer not detecting anything
Hello, I do have Rasberry Pi 4b and trying to make it work with PiServer running on a VM on the same network. The PiServer app is not detecting the client and the client is not getting an IP from the...
View ArticleAdvanced users • Re: Argon One Replacement Daemon
I will check tomorrow - need to load your last fixesI will get back to youStatistics: Posted by cct — Thu Mar 21, 2024 6:29 pm
View ArticleRaspberry Pi OS • Re: best way to run a bash on startup in Bookworm
DougieLawson may be correct but what he has suggested looks to me like an educated guess.The very first thing you need to do is find the error being thrown. That means changing your crontab entry...
View ArticleAdvanced users • Re: Testing class A2 SD cards with Command Queuing on Pi 5
It doesn't seem to work on the Samsung Pro Plus 128GB (2023 version). I did the rpi-update and added the line in config.txt, but no performance difference.Code: uname -aLinux raspberrypi...
View ArticleOther RP2040 boards • Re: Placement of decoupling capacitors in RP2040 board...
Personally I find the way most schematics are drawn with respect to decoupling capacitors very frustrating. The schematic provides absoloutely no idea of which pin, or even which chip the capacitor is...
View ArticleAdvanced users • Re: PWM via PIO on the Pi 5
The software PWM seems to be working for now, so I'll stick with that unless a better option becomes availableHW PWM is working as well viewtopic.php?p=2205275#p2205275Statistics: Posted by...
View ArticleGeneral • Re: Getting started
Am following instructions from https://files.waveshare.com/upload/6/65 ... h-pico.pdfYou really need to be following the official Raspberry Pi instructions, using the official Raspberry Pi Pico...
View ArticleMicroPython • Re: Dynamic USB Devices
I personally want to support ETH so a Pico can have a network connection so 'mip' can be used with a Pico as well as a Pico W.mip already works via mpremote, for example the way that usbd is installed...
View ArticleTroubleshooting • Re: Power from POE hat + USB C give strange sound
When I asked about dual powering for the 3B+ I was told that it was safe to have the PoE HAT connected while using USB power, and USB power could remain connected while powered by the PoE HATAFAIK...
View Article