MicroPython • Re: v1.24.0 released
Oh, the coprodis_command function (line 5656) looks utterly brutal. From:Code: https://github.com/raspberrypi/picotool/blob/master/main.cppThe regex while (true) loop has massive amounts of string...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: I2C1 stopped working, others act funny
Just a quick reflection on the schematic. Is it really 4.7 Ohms? Shouldn't it be like 4700 Ohms for the high level pullups? In other words, check the level converter, it might have fried if you really...
View ArticlePython • Re: Reading Photoresistor Values on LCD
Just look to your code how the temp and humidity sensor values are measured and placed on the LCD, and then do this similar with the photoresistor values.Or post your code here and perhaps someone...
View ArticleRaspberry Pi OS • Re: how to make apt (-install) work again for Stretch?
The chances of being compromised has to be a lot less then the millions of Android devices out there that have next to no support and an amazingly short update and security update cycle, are still...
View ArticleRaspberry Pi OS • Re: Pi5 NetworkManager
Similarly for me with a new installation of the October update - labwc doesn't offer Network Menu, but reverting to X11 does.....Edit - I used sudo raspi-config to change to X11. Then set up a...
View ArticleBeginners • Re: RPi Paint App
Code: sudo apt -y install drawingStatistics: Posted by kerry_s — Tue Oct 29, 2024 6:17 am
View ArticleAdvanced users • Re: NUMA Testing
Sure, here are comparison links:GB5: https://browser.geekbench.com/v5/cpu/co ... e=21923528GB6: https://browser.geekbench.com/v6/cpu/co ... ne=3448484Some hefty boosts there. Like:HTML5 Browser...
View ArticleRaspberry Pi OS • Re: LABWC and XWayland
For clarification. Everything worked on my Pi4 with Buster & Bullseye.But this involves a Pi5. Bookworm.I use Wayland as X11 caused problems with some other commercial software that I was using.I...
View ArticleMicroPython • Re: I want to use ky-013 for raspberry pie pico.
One last question. What is the temperature of the sensor when you are getting those readings (read: 48843 Temperature: 2.64975 °C)? Presumably it's ambient, so you are expecting to see about 20...
View ArticleDeutsch • Re: Pico W als VPN Lösung um mein Handy über das Hausnetz (Fritz)...
Du bist auf dem Holzweg Der Pico ist eim Microcontroller. Was du brauchst ist ein Raspberry Pi Zero 2 W.Statistics: Posted by smartifahrer — Tue Oct 29, 2024 7:00 am
View ArticleRaspberry Pi OS • Re: LABWC in latest update
How can I tell (preferably from command line) which Desktop is running?ps ax | grep labwc will show if labwc is runningps ax | grep wayfire will show if wayfire is runningIf neither of those is...
View ArticleRaspberry Pi OS • Re: Menu icons missing
Ah yes - that's not a labwc-specific change; it's a change to the panel itself. We've changed the way icons get loaded (because under some circumstances with the previous code, an incorrect fallback...
View ArticleBeginners • Re: Safe Shutdown in power outage via UPS
The UPS you linked to does not have any kind of interface connection for any kind of monitoring (I just read the fine manual). Also, only the three sockets on one side are battery-backed. The other...
View ArticleTroubleshooting • RPi Pico W : USB Device Malfunctioned Issue
i have a rpi pico w which was working fine but suddenly when i plugged it in it started throwing error that device malfunctioned even if i try to start it in the boot mode it is not doing that but the...
View ArticleRaspberry Pi OS • Re: Autohide Taskbar with LABWC?
Same here. The workaround is no longer works.Anyone please help with the Autohide Taskbar function.Thank you in advance.Statistics: Posted by AkulaMD — Wed Oct 30, 2024 6:07 am
View ArticleBeginners • Re: OK how can I turn off /on WiFi and not mess up
We should turn off all wifi connections while we sleep, it looks like I will have shut down raspberry nowWhy "should" we turn off WiFi before we sleep? If it is something odd like removal of the...
View ArticleRaspberry Pi OS • Autohide Taskbar
Hi, anyone know how to make Autohide Taskbar functioning again?Thank you in advance.The workaround with wayfire per below is no longer working.Code:...
View ArticleRaspberry Pi OS • Keyboard setting for RaspberryPi Keyboard
Dear Raspberry Pi Team,I have the great red/withe raspberry pi keyboard, but which setting should I make in the keyboard setting for this keyboard in the "mouse and keyboard settings?Statistics:...
View ArticleGeneral discussion • Re: Pi 4/5 won't connect to Android hotspot at 5Ghz
I have been trying to get my Pi 4 and 5 running bookworm to connect to my Android hotspot at 5ghz (Google Pixel 8 Pro). My Windows laptop connects at 5Ghz and the network properties for the connection...
View ArticleTroubleshooting • Re: Not working
what power supply are you using?Statistics: Posted by kip_the_elder — Wed Oct 30, 2024 6:55 am
View Article