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 discussion • Re: Pi5 16GB ?
https://browser.geekbench.com/v5/cpu/23250626I'll leave it to you for the comparisonMight be good if you explained exactly what you were testing (the quote you included did mention disabling NUMA for...
View ArticleOther • Re: What Firefox extensions are you using?
Bypass Paywalls Clean — Bypass Paywalls of news sitesCopy Alt Text — Add a context menu option to copy image alt text to the clipboard.Don't F___ With Paste — Prevents the blocking of copying from...
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 ArticleGeneral discussion • Re: Need To Learn
I think at first I think if I start it manually and then after each program is done, I'll have it start auto. Question: I already have a webserver running (not on the net yet). So how would I install...
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 ArticleRaspberry Pi 400 and 500 • Re: Bluetooth Full Fidelity Playback BT issue
I have tried that.Statistics: Posted by Fred1984 — Sun Jan 12, 2025 9:18 pm
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 ArticleJava • Re: Pi4J does not work correctly with PI5 in a Java project
I changed the minimal example to use GPIO27 and rebuilt it using maven (no IDE). It runs OK, the LED on GPIO27 goes on and off once per second.Code: REGISTRY: [2] "I/O Registered Instances"...
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 ArticleSDK • Re: [Closed] USB Serial port TX performance
Hi,Found it...change this:Code: // CHANGE CHANGE CHANGE//.pico-sdk\sdk\2.1.0\src\rp2_common\pico_stdio_usb\include\tusb_config.h//#define CFG_TUD_CDC_RX_BUFSIZE (256)//#define CFG_TUD_CDC_TX_BUFSIZE...
View Article