MicroPython • Re: Building an Internet-Radio using a Pico W using just Python
According to https://docs.circuitpython.org/en/lates ... index.html this should be as easy as ...Thanks again - I can feel it moving up my To Do list. Even if I have poor quality or no sound to start...
View ArticleCamera board • Re: IMX290 Low light/Night mode
what software are you using to capture ?Try brightness and contrast, try manual mode and a longer exposure time.. try denoise... try HDR...keep gain low... experiment with metering mode...try this to...
View ArticleCamera board • Re: IMX290/IMX462 Connecting to rpi5
I have IMX290, it works both on RPI4 and 5, but on 5 it works like it doesn't have WDR...Statistics: Posted by DangerD — Mon Dec 23, 2024 4:38 pm
View ArticleBeginners • Re: How can i control 100 solenoids from a single Raspberry Pi
But the PCA8695 PCB is a fully working off the shelf solution so doesn't need any debugging so has a lot going for it.No need to debug is good for me right now, as there are plenty of other...
View ArticleTroubleshooting • Re: Swapping out HDMI Monitor for HDMI TV
It could be an EDID issue with your TV. If you remove the SD card or USB drive that you are using to boot, and power up while connected to your TV, you should get a diagnostic screen which will give...
View ArticleOfficial Display • Re: Changing resolution of Touch Display 2
That command works except that I get a lot of complaints that the "cursor image size not an integermultiple [sic] of scale". I can live with that noise. I still need to figure out how to execute this...
View ArticleTroubleshooting • Re: cannot get APT to update
Rebooting one's router is an often given advice that mysteriously and magically fixes a lot of problems.Nobody understands (or cares) why.BTW, sometimes just letting time go by accomplishes the same...
View ArticleGeneral discussion • Re: Is OS Download site down?
Downloads seem to be working for me at the moment.Try again...Statistics: Posted by DirkS — Mon Dec 23, 2024 5:24 pm
View ArticleTroubleshooting • Re: Booting from network, only when needed?
So I was looking to boot on network IF a network booting service is available on the network. If not, the Pi has to boot normally on the NVME SSD.Like that I can control if the Pi can boot on network,...
View ArticleRaspberry Pi OS • Re: Pi5 with one partition exFat
Any boot disk...as per OP question. Statistics: Posted by KeithMck — Mon Dec 23, 2024 5:39 pm
View ArticleTroubleshooting • sometimes green LED blinks 8 times but no boot
Hello everyone,I sometimes have a problem when I reboot my pi5. The green LED blinks 8 times but no boot. Simply unplug and plug the power and the PI5 boot. Occurs when booting with the SD card or SSD...
View ArticleBeginners • Re: Compatability of multiple devices and a single pi 5
Got it, so theoretically the pi ai hat is using the GPIO 0 and 1 pins (I believe physically thats pin 27 and 28). This is a quick schematic I drew up between where the DWM1001 board connects to the 40...
View ArticleBeginners • Re: DAS How to build a Raspberry Pi DAS (not NAS) by USB-C or WiFi
Hello, .. or connected by WiFi but not connected to Internet, just with a WiFiThat's exactly what a NAS is.A NAS is a Network Attached Storage, it has nothing to do with the Internet and it needs not...
View ArticleTroubleshooting • Broadcast issue with an RPI accesspoint install
I needed a simple application which required me to access an RPI via wifi in an area where there is no network.Since I had a Model B lying about I installed a minimal headless Raspbian based on...
View ArticleRaspberry Pi 400 and 500 • Re: RPL HD Monitor - Power Mystery
Mystery Solved !I tracked this problem down to my USB current/power meter reading low when connected to a RPi-5 or RPi-4 USB type-A port. The USB current/power meter is sold under a numerous brands on...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • gpio-mouse - how to increase the speed
I want to make use of the gpio-mouse driver - https://github.com/raspberrypi/linux/bl ... io_mouse.c - which allows to mimic a mouse function via buttons connected to GPIO.I've implemented it using...
View ArticleDevice Tree • Re: MCP23017 overlay error -EIO: can't write IOCON 32
May I ask you that you have sorted out how to write the overlay with pullups enabled?Code: fragment@20 {target = <&mcp23017_20>;mcp23017_20_irq: __overlay__...
View ArticleRaspberry Pi Connect • Re: Web API for Connect?
I guess I'll explain my thinking -We have a small factory which we're just now adding live monitors to at each department. These are driven by Raspberry Pis, basically just acting as dumb terminals...
View ArticleOther RP2040 boards • Re: Adafruit Feather RP2350 board gets stuck on / after...
You have to activate boot2 on RP2350:PICO_EMBED_XIP_SETUP 0Embed custom XIP setup (boot2) in an RP2350 binaryAlso have to select a proper board, in CMakeLists.txtCode: set(PICO_BOARD...
View ArticleGaming • Re: PS1 emulation, which one is best? Recalbox or Retropie?
Can you just "load and go" with any title in retropie and recalbox? Which one is better and more hassle free?RetroPie and Recalbox are basically front ends for emulators, therefor it depends on which...
View Article