General discussion • Re: While it is pushing data to the MQTT broker, the...
If you are using python code to publish data to the mqtt server (broker), you could write the data to a local file if WiFi fails, then send it when WiFi is back.Can you explain how to write the data...
View ArticleGeneral discussion • Re: Raspberry pi 3A running slower then a snail?
I don't have bookworm in my imager. http://deletethis.info/screeny.pngStatistics: Posted by josephchrzempiec — Sat Jan 13, 2024 5:57 am
View ArticleTroubleshooting • Re: Mouse cursor lag on wayland
I have been using rpi4 also as you do. I also made upgrade to rpi5 and i am disappointed. The same issue as is described in the first post.Is there any way how to fix it? ThanksStatistics: Posted by...
View ArticleGeneral discussion • Re: Pi 5 Pineberry NVME HAT using the 4 pin 5v powersupply
Hi, What are the advantages to using the separate 4 pin power supply to power an nvme drive?Also where can I get the cable and does it use the GPIO ports on the pi 5?better asked to Pineberry Pi where...
View ArticleUbuntu • Is there a problem with the latest Ubuntu update?
I just allowed an Ubuntu update to install. When I rebooted after, I can't connect to my WiFi on that installation. I had to jump back over to my Raspberry Pi OS on the SD card to write this.First, I...
View ArticleAdvanced users • Re: Forcing Pi 5 Fan Speed
thank you very much for the answer, I appreciate it.I don't know what a dtb file is so I don't know if a simple copy is just enough even on Ubuntu. but does that file contains all the Pi5 firmware?...
View ArticleTroubleshooting • Re: Pi 5 NVMe Boot Issue
Steps to enable Pi5 NVMe boot are in the docu, so will not repeat here.If it still doesn't work you should ask Geekworm support.Btw .. Which NVMe drive do you use? It's not a SATA by...
View ArticleCompute Module • Re: Raspberry CM4 updating EEPROM - sdcard issue
You're shure you've installed the build dependancies? I only see you cloning the repro and than trying to build it...Code: sudo apt install git libusb-1.0-0-dev pkg-config build-essentialStatistics:...
View ArticleHATs and other add-ons • Re: NVMe x4 and x1 compatibility?
The PCIe connector on the Pi5 is specified as Gen2 compliant.Sure, you can crank up to Gen3 at own risk but do not start to complaign it isn't working.If it would be Gen3 compliant I would assume that...
View ArticleGeneral discussion • Re: Any future outlook on Pi Zero 2 W stock levels?
Pleas contact business@raspberrypi.comThe 40nm parts are less available, but improving.Statistics: Posted by jamesh — Sat Jan 13, 2024 6:39 am
View ArticleGeneral discussion • Re: other than lowering the downstream USB current to...
Our official power supplies are very high quality, probably better than everything else. They are very well designed, very well manufactured, and thoroughly tested.Statistics: Posted by jamesh — Sat...
View ArticleBeginners • Re: Using Raspberry Pi W cameras on 2 seperate monitors
Don't they do the double glass windows anymore in recording studios? The Zero 2 W is said to be good at streaming video (never tried myself), but I don't think it would be capable of showing the other...
View ArticleBeginners • Re: HELP! I really need help getting values via I2C
Well, you should have a look on how I2C addresses get specified. I.e. The NXP I2C spec is a pretty good read and explains it quite well.https://www.nxp.com/docs/en/user-guide/UM10204.pdfIf yoi are...
View ArticleAdvanced users • Re: Is everyone happy with the quality of libgpiod?
..., so not sure what you are complaining about. I am not "complaining" about anything - I am running some tests, then making observations and comments. You talk sometimes as if we are just supposed...
View ArticleBeginners • Re: How can I boot my new Pi 5 to autorun EmulationStation on...
Did you ever try searching? Googling "install emulationstation raspberry pi" gives a bunch of results, including this one with step by step instructions as the first link on...
View ArticleBeginners • Re: Proper way to configure HDMI display
Not providimg product links l4aves to burden to other on figuring out what you have in front of you.Google throws this for MHS.3.5in https://www.google.com/url?sa=t&source= ... iVNFAAIK3nThat's a...
View ArticleTeaching and learning resources • Re: Advent of Code 2023
Do you think ChatGPT knows?I asked "How do I declare a fixed length vector in the Julia programming language?" andIn Julia, you can declare a fixed-length vector using the Vector{T,N} type where T is...
View ArticleBeginners • Re: Disable keychain request
Google "Debian remove keychain" or "Ubuntu remove keychain"Good luckStatistics: Posted by memjr — Sun Jan 14, 2024 6:20 am
View ArticleAdvanced users • Re: Running Windows Program on a Pi 4B
get a cheap x86 box and just use Windows.This.Statistics: Posted by memjr — Sun Jan 14, 2024 6:28 am
View ArticleGraphics programming • Re: A practical testbed for DRM KMS exploration and...
I will not stop you from writing yoir own driver! Did the same when taking the time to look into SPI displays (as a personal exercize, sorry! Will not upstream mine).Anyhow, there is a driver in tree...
View Article