Raspberry Pi OS • Re: Use of curl vs. pycurl and correct syntax
Have been away from the forum for a week, and I feel a bit stupid for what I asked a week ago.I have now posted in the introduce yourself thread. viewtopic.php?p=2213753#p2213753 The main reason I...
View ArticleTroubleshooting • Re: Issues with Aluminium case for raspberry pi
Some aluminium encloses have a plastic bottom tray to assist wireless signals, a solid metal case is always going to have problems. A quarter wavelength at 2.4GHz is about 3cm which is the size of...
View ArticleDeutsch • Re: OLED R-Pico
Was man noch ausprobieren könnte ist ein scan auf den I2C bus:i2c = ... wie bisherprint(i2c.scan())Code: >>> (i2c.scan())Traceback (most recent call last): File "<stdin>", line 1, in...
View ArticleTroubleshooting • Re: Pi5 will not connect to wifi
At first, I did just install the OS and then attempted to ping it and ssh. Not sure if that’s the same steps as you’re referring to. When that failed, I then used the LAN connection to connect and...
View ArticleRaspberry Pi OS • Re: How to know what all to install on a system re-build?
Conflicting packages.If you were running a really old system, like Stretch or Wheezy, you would have maybe sysvinit running instead of systemd. You can't have two init systems on the same computer so...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Raspberry PI Zero W UART 300 bauds
On a pi zero W (running Bullseye) try a "loopback" test with a single wire between GPIO14 and GPIO15 (8 and 10 physical).Install minicom if not already done, then Code: minicom -b 300 -o -D...
View ArticleBeginners • Re: Stuck in TTY - Please Help
flash the OS againStatistics: Posted by neilgl — Sun Apr 21, 2024 1:09 pm
View ArticleOther projects • Re: Low power, big display mobile multimedia workstation.
Nice!Setting up my Rpi 4B 8GB at home as a plex server today. That way I can stream what I want instead of what the streaming services want...Statistics: Posted by dbhosttexas — Sun Apr 21, 2024 1:13 pm
View ArticleGeneral discussion • Re: RPi 5 as a desktop daily driver?
Er no. While its pretty good with a decent SD card, stick a NVME drive via PCIe on it. and it really really flies. It's a case of paying more for more performance. But I reiterate, it still works fine...
View ArticleCompute Module • Re: Raspberry Pi Compute 5 Release Date?
I do realize this is not something done by majority of raspberry users on daily basis, but for PiStorm very fast low-level GPIO bit-banging is absolutely mandatory. For that reason Pi5 (and probably...
View ArticleOfficial Display • Re: Rotating with the official 7" Touch Screen...
Raspberry pi OS Bookworm (12), default setup, looks like Xorg. I can obviously rotate the display with Screen Configuration, but then the touch isn't rotated. Hence I use lcd_rotate, but for some...
View ArticleCompute Module • Re: CM4 IO Board broken
It would be odd for both camera connectors to be broken, so testing on both would be the sensible debugging approach. I think that is all that is being asked.Statistics: Posted by jamesh — Mon Apr 22,...
View ArticleGeneral discussion • Regarding #Windows forms app using MOno
Hello guys,I am trying to set up a Windows form application on my Rpi 4. It worked and started the app on Rpi but there is UI compatibility as some text boxes are missing. Is there any way I can...
View ArticleOfficial Display • Re: Official 7" Touch Screen calibration?
That other post is related only in that it's the same machine and I posted both. I still posted them separately since this one is about the touch panel only reads the left half of the panel for input...
View ArticleGeneral discussion • Re: Powering the Raspberry Pi 5.
Okay so then the Raspberry takes so much current as it could or should i set PSU_MAX_CURRENT?Statistics: Posted by kami83 — Mon Apr 22, 2024 1:13 pm
View ArticleTroubleshooting • Re: New Raspberr Pi 5 runs hot compared to different RP5
Hello.I've got similar problem with my brand new RPI 5 8GB with official case and official active cooler.At idle SoC temp is about 55-56 deg. C. When i removed the lid, temps dropped to about 46 C.I...
View ArticleGraphics, sound and multimedia • Re: Raspberry pi 5 camera green/pink
If trying to play a raw MJPEG stream, it's likely your player at fault. VLC certainly used to see the JPEG header of the first frame and decides that it is a single...
View ArticleGeneral • Clarification on multiple pin operations
I'm having trouble concentrating, so I'm looking for a little confirmation on how set and in work with multiple pins. I've re-read the relevant chapters from the SDK and the RP2040 datasheet, but I am...
View ArticleCamera board • Camera module v3 + Pi Zero => Webcam
Hi there,I bought a camera module 3 shortly after its release only to find out that it can't be used with RPi-Cam-Web-Interface. It's still just collecting dust so I thought of alternative...
View ArticleGeneral discussion • Re: Fan problem [SOLVED]
Yes the biological sensors in your finger will report upon touching a heat conductive surface that is above 37 Degrees Celsius as "hot", as the material you are made off will "boil" at just a few...
View Article