Other RP2040 boards • Re: Custom RP2040 | USB Fails to establish...
Given the the brains over at RPi decided to run some transactions near this flash's limits (125MHz transaction, 133MHz maximum clock according to flash datasheet), Note that this is not the default...
View ArticlePython • Re: Python & Portainer
Looks like Homebridge is built on a version of RPI lite. You need to check if that bundle will run on RPI 5. You need to ask on the Portainer forum about having access to GPIO pins. Why do you think...
View ArticleNetworking and servers • Re: Access mysql database on raspberry pi from...
Arghh thanks to @neilgi for catching the tutorial was for installing mariadb and not MySQL. I saw a note that mariadb is a fork off MySQL. Not sure my suggestion above is correct for mariadb.It should...
View ArticleTroubleshooting • Re: Bullseye -> Bookworm but still kernel 6.1.21+ #1642
I think it messed up thinking it's a 64-bit ARM so I would like it to switch to legacy 32-bit one but dunno howI have added arm_64bit=0 to config.txt but still no resultStatistics: Posted by Onira —...
View ArticleGeneral discussion • Re: Communicating between 2 RPI's
Cat6 is not ideal as a power cable, though it will probably work over that distance. A thicker 2-core cable would be better. Remember, you will need 12V to 5V converters for each Pi0.No version of the...
View ArticleTürkçe • Raspberry Pi ve Pico
Türkiyede neden Raspberry Pi ve Raspberry Pico icin ilgi az Statistics: Posted by iiot2k — Wed Jul 31, 2024 5:21 pm
View ArticleBeginners • Re: 12V DC Wiper Motor Position
Another vote for using an optocoupler. If it is a "dry" contact, I would still use 12V to drive the opto LED, with the opto at the receiving end.Statistics: Posted by davidcoton — Wed Jul 31, 2024...
View ArticleTroubleshooting • Re: Raspberry Pi Hardware Repairs
Just checked it again and with the USB C plugged into the power input in the Pi, I can get 5v from both 5v GPIO pins.what about the 3.3v pin?Sadly only about 0.2vStatistics: Posted by JonnyAlpha — Wed...
View ArticleGeneral • Re: PWM slice limitation workaround
Thank you, this solves my problem. Wasn't aware there are that many PIO SMs.Statistics: Posted by kuskus.dev — Wed Jul 31, 2024 5:33 pm
View ArticleRaspberry Pi OS • Re: Changing Hostname after completing OS and app development
... BUT the web server which it was hosting would not respond...Apache defaults to the hostname if the virtual server does not have an entry name but you do have to restart the service if the host...
View ArticleSDK • Getting started - VScode install issue?
Hi all,I've been following the Getting Started guide installing the SDK onto a clean Pi4, I was able to install the examples etc using pico_setup.sh, I compiled and ran the examples in Chapter 3 and 4...
View ArticleRaspberry Pi OS • grim "jpeg support disabled" on Bookworm Wayfire
I'm trying to get a screenshot from CLI using grim on latest bookworm using Wayfire, and I want it to output as JPEG, but that is disabled when I use the below command. Will future versions include...
View ArticleTroubleshooting • Re: RPI 5 issues with USB working at startup
If it is a noise issue wouldn't it cut out periodically? Because once I get it to work it stays working until I restart the pi.But I will try to get a USB extension and give that a try.It depends on...
View ArticleTroubleshooting • Re: No network connection after OS upgrade
I'm on a Mac but I've been using Paragon Linux tools for years - not cheap but been a life saver for me. Their Windows tool is https://www.paragon-software.com/home/linuxfs-windows/I'm a noob in the...
View ArticleMicroPython • Re: multithreading with Raspberry Pi Pico
Are you saying that MicroPython does handle contention, atomicity, etc? Or that it should?I'm saying it should, because that's what people using MicroPython would be expecting.Especially since I don't...
View ArticleTroubleshooting • Re: Desktop preferences and appearance settings not opening
I had the same issue when trying to change the background using Desktop Preferences. Nothing worked.This reply isn't really a solution, but it worked for me.After I tired of searching for an answer...
View ArticleAdvanced users • Re: HowTo: Install fresh OS on Pi5 NVMe 4tb 8tb drives
Ahhh,, I just figured out that my fully configured Pi 5 with 4TB NVME also shows the 2TB als max capacity.Bummer.Can I also use the script without losing my existing installed data on the system?I...
View ArticleTroubleshooting • Re: What are all of Raspberry Pi 4 Problems?
Each to his/her own - plays all my stuff fine.Statistics: Posted by neilgl — Thu Aug 01, 2024 5:35 pm
View ArticleTroubleshooting • Re: 100%cpu usage
Yeah stop shows BUT if I kill -9 the offending process after a couple of seconds it's something else, bash,systems or something else. I will have a look at tge journalStatistics: Posted by blondini —...
View ArticlePython • Re: DS18B20 / w1thermsensor
site packages are apt installed ones from repositories (debian, RaspberryPi) or reinstalled with the OS. We used to be able to install this module via apt (it was also pre installed in various...
View Article