Python • Re: boolean conversion problem
Couldn't figure out the dead link above but here's the official Python doc for bin()https://docs.python.org/3/library/functions.html#binStatistics: Posted by Paul Hutch — Fri Dec 06, 2024 12:14 pm
View ArticleSDK • Re: DMA not fireing IRQ
Your problem is here:Code: dma_irqn_set_channel_enabled(LCD_DMA_IRQ, lcd_dma_chan_rx, true); // PIOthe first parameter should be 0 or 1 for DMA_IRQ0 vs DMA_IRQ1, but the symbol DMA_IRQ_0 has the value...
View ArticleBeginners • It wasn’t dead after all (pi 4 Doesn’t boot)
Just to close out something.I bought a pi4 8GB ages ages ages ago.Tried to install it, having already set up a 2Gb and 4Gb successfully, but the 8Gb would not boot.I tried numerous times to no avail,...
View ArticleBeginners • Re: M.2 HAT+ and Official Pi 5 Case
I think this one might work. I haven’t tried ithttps://www.amazon.co.uk/Miuzei-Raspber ... B0D46W6NR2Or potentially this one https://www.amazon.co.uk/ElectroCookie- ... B0CV7GN22GAlso waiting to...
View ArticleBare metal, Assembly language • Re: MMU Intermediate Physical Address size
Pete, I tried to understand your MMU problem, because you asked. I stripped down your kernel.s file to the point, where the MMU has been enabled and the code runs through to this point. I can see this...
View ArticleGeneral discussion • Re: What Will Happen to Raspberry Pi Zero 2W If You...
Because i am so scared that i might fried my raspberry pi zero 2w that if i connect 2 micro usb at the same timeIt is very unlikely to damage the Pi.It might damage one or both of the power supplies...
View ArticleAdvanced users • Re: NUMA Testing
Let me start by describing what I have here: two Raspberry Pi 5's 8Gb. Both of them from the same batch (Pi store in Cambridge UK, before people started receiving them at home). One has meaningful...
View ArticleOff topic discussion • How reach the moderators ?
Hi,I'm new here, I've posted two Topics, and the newest has been already approved by moderators , but the first one is still pending...This post is not visible to other users until it has been...
View ArticleTroubleshooting • Re: Raspberryi card shows message
" So is this message originating from the card"YesStatistics: Posted by neilgl — Sat Dec 07, 2024 12:25 pm
View ArticleTroubleshooting • Re: Pico W after connecting to laptop shows 2x on laptop
When I do this it downloads the uf2 onto the Pico. Then it disconnects. when it plug it back in and open Thonny (my preferred IDE)it says "unable to connect to COM3: port not found Process ended with...
View ArticleAdvanced users • Re: Image File Utilities
You can download image from here: https://github.com/openhab/openhabian/releases I just wrote 'openhabian-raspios64-latest-202411011242-crc463de44d.img' to a USB SSD connected to a Raspberry Pi 5. I...
View ArticleGeneral discussion • Re: Air holes for the official case (results)
I have found that unclipping the top of the case & just resting it there keeps the RPi5 at a lower temperature in our somewhat hot Summer last year, so I would be tempted to open up the gap...
View ArticleOff topic discussion • Re: How reach the moderators ?
The requested topic does not exist.So, it looks like it didn't make the cut.Was it, by any chance, a dup of the one that did go through?Statistics: Posted by BigRedMailbox — Sat Dec 07, 2024 12:32 pm
View ArticleGeneral discussion • Re: How can I install Raspberry PI specific VLC?
If you're running PiOS (lite) the preferred version should be the one from the Pi repos.You can check that with Code: apt policy vlcHi,Thank you for the response, I can see below result for command.....
View ArticleBeginners • Re: Use Raspberry with SSD only (Pi4B or Pi5?)
Problem is I really need to use DietPi because I want to install a software called Loxberry which is specifically for my Loxone smarthome. Loxberry already includes stuff like influxdb, grafana and so...
View ArticleGeneral discussion • Raspberry Pi - X11 Conky issue
Hi,Im using latest RaspiOS(lite+KDE) and X11 combination.I observed conky get disapper if I click on desktop area.This is not happening in wayland.Anyone observed this?I have default configuration...
View ArticleGeneral discussion • Browser oftren Hangs.
so I have a RPI 4 Model B Rev 1.5 8gb ram running Raspbian debian Trixie arm64 buildI have Brave browser and the default chromium installed. they work ok, but sometimes doing some things the os gets...
View ArticleBeginners • Re: Pico w 2 - with 2.4 inch lcd
yes you are right - apologies.I am using the Zero 2 WI had installed the desktop OS for Zero 2 WI had enabled SSH and Wifi and that works fineI can connect via SSHI see the rasberry pi logo when the...
View ArticleTroubleshooting • Re: Pi Model B correct way to first time boot after Imager?
Not sure if this link to the script I wish to run is allowed but hope its ok https://github.com/ZuinigeRijder/SolisCloud2PVOutputInteresting. I was going to look at the API to get the data, but made...
View ArticleCamera board • Camera flickering at low light
HiI'm streaming video to a webpage using a V1.3 camera through Motion. What causes the video to flicker like this when the lighting is poor or there's no light at all? If lighting is good then then...
View Article