Python • Re: Rpi5, pi3d, x11, uggg lol
X11 refuses to start and run the script... Apparently X11 and Bookworm aren't very friendly with each other...This article will likely help https://pimylifeup.com/raspberry-pi-wayland-x11/Statistics:...
View ArticleGaming • Re: Iconic Arcade! Can't connect to the internet. Getting frustrated.
So I went out and bought the gamestop iconic arcade Raspberry pi cabinet.. and I tried to connect it to new starlink but when I go to install it says "Unable to download configuration check network"It...
View ArticleGeneral discussion • Pi5 8GB vs 16GB - Geekbench 6
After my last post, which was only about visual changes, the question now is whether there are any changes in performance.I bought the new Pi5 with 16GB 3 days ago and have been waiting for possible...
View ArticleMicroPython • Re: Unable to allocate memory on a raspberry pico w
My situation is quite specific, unfortunately I have to use a certain version of uPython that's about 5 years old My understanding of the MicroPython Release Notes is that the 'rp2' port did not get...
View ArticleGeneral • Re: No DCF77 reception without wifi?
Hi,I'm also planning to make a pico clock with a DCF77 receiver.When interpreting this thread it souns like switching on GPIO23 actually did work for you?!Unfortunately not for me... or did I miss...
View ArticleGeneral discussion • Re: Pi5 8GB vs 16GB - Geekbench 6
Do you have the same results?Sorry, no idea. I found it intriguing though and found this Geekbench comparison for RPI 5 with a wide discrepancy on reported results...
View ArticleRaspberry Pi 400 and 500 • Re: Bluetooth Full Fidelity Playback BT issue
Try deleting the profile and re-adding it. That's what I had to do to get a BT speaker to work on my Pi 500.Statistics: Posted by Kooshoveride — Sun Jan 12, 2025 9:00 pm
View ArticleWanted • Re: Advice Needed: TP-Link USB WiFi Adapter for Raspberry Pi 4
I have a D-link DWA-181 (AC1300). With Pi 4 and latest Raspberry Pi OS (Bookworm), it is actually plug-and-play. I did turn off the on-board wifi (by putting 'blacklist brcmfmac' and 'blacklist...
View ArticleTroubleshooting • PI5 built in WiFi connection drops from 433mbps to 24mbps...
I just got a micro HDMI cable in the mail, I have been mostly using my pi5 via VNC. I was thinking about buying one of those small 8inch 4:3 screens for it, right now it is plugged in to a 4k TV. The...
View ArticleRaspberry Pi OS • Re: using Windows 10 Pro and Raspberry Pi Imager, when I...
For one thing (and this is actually relevant to this thread and to this OP), I think current RaspiOS releases go with "Wayland" for Pi4 or later, but just use normal X for earlier models.This was...
View ArticleCompute Module • Re: debug art for CM5 on CM5 IO devkit
There is a space for the JST socket on the CM5 itself - those signals aren't carried on the 100-pin headers.Statistics: Posted by PhilE — Sun Jan 12, 2025 9:19 pm
View ArticleAutomation, sensing and robotics • Re: Leviton D215S Control
Here's a library that links the Leviton to Home Assistant:https://github.com/schmittx/home-assist ... smart_wifiYou might be able to figure out the core code which actually performs the action, then...
View ArticleC/C++ • Re: c++ I2C current most official way.
I can't find any reference to i2c in the libgpiod source. Using ioctls and smbus is reasonably easy.https://www.linkedin.com/pulse/interfac ... il-garcia/Statistics: Posted by AndyD — Sun Jan 12, 2025...
View ArticleGeneral • Re: Some queestions about raspberry pi pico
2.After using nuke.uf2 to erase the Flash memory, the Pico remains in boot mode and cannot execute user programs.that makes perfect sense, if you nuke the flash, then there is no more user program, so...
View ArticleTroubleshooting • Re: All My Raspberry Pi's shutting down at the same time...
Ok, well it looks like the pi's aren't shutting down, it looks like the wifi connections dropping, but then I connect to the pi with a monitor and keyboard, the WiFi looks like it's connect when it...
View ArticleSDK • Re: I2C random timeouts using i2c_write_timeout_us()
May I ask where you found this statement?The I2C block does not support SMBus and PMBus protocols (for System Management and Power management).RP2040 Datasheet 4.3.3. I2C OverviewWhat is puzzling...
View ArticleTroubleshooting • Debug Probe - How does it work
Hello,I have bought two new Raspberri Pi debug probe. The documentation is not great. What the specs says is:While designed for use with Raspberry Pi products, the Debug Probe provides standard UART...
View ArticleBeginners • Re: Why is .config owned by root by default?
I already did some troubleshooting and found out that I need to remove the User field entirely. Having it set to my local user (pi) doesnt work (permission denied when writing to .config.) My main...
View ArticleTroubleshooting • I forgot to install the thermal pads on RBpi5
I forgot to install the thermal pads on my RBpi5. Will this cause any problems? I built it in the Pironman 5 case. I would hate to take that apart again to install them. Statistics: Posted by satow —...
View ArticleSDK • Re: Bluetooth: which example should i look for?
I guess all you want is a BTstack example. For client part, you can check sdp_rfcomm_query.c and spp_streamer_client.c. To create a server: spp_counter.c and spp_streamer.c I remember you was already...
View Article