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 ArticlePython • Re: Detect motion with pi camera v1
Update: running it on a Pi 3B+ (Bookworm 64-bit) with a V2 camera module it all worked fine.I transfer the captured video to my PC (ftp) and look at it in VLC on the PC - all good.The problem was...
View ArticleAdvanced users • Re: NUMA Testing
I've done some additional testing on my 8GB board. I've been comparing results from my initial testing of this board back when it was released, trying to replicate conditions as best as I could. I've...
View ArticleTroubleshooting • Re: Comparison of Periodic Processing on RPi4 and RPi5
On a pi5 I used libgpiod cloned from github:Code: git clone https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.gitAlso lg.https://abyz.me.uk/lg/https://github.com/joan2937/lgThanks for reply. 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 and XWayland
Xwayland should start automatically as soon as a program requests an X function. Check "ps ax" and see if it has started - it works in our testing.Statistics: Posted by spl23 — Tue Oct 29, 2024 7:07 am
View ArticleRaspberry Pi OS • Re: Pi5 NetworkManager
We've found this issue - there is a timing problem with opening that menu in some circumstances. We have a fix - it will be in apt later on today.Statistics: Posted by spl23 — Tue Oct 29, 2024 7:08 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: Problems Installing Software
OK, I tried to take a screenshot, but my Pi can't even open the .PNG file it saved the screenshot as. Pretty poor! Let me send you the URL to the download page so you can see for...
View ArticleGeneral discussion • Re: Pi 5 power issue on boot up
I seen online someone said that raspberry pi doesn't actually do the warranty. So how do I file it with micro center just call them and tell them the issue and go from there I guess?I looked at the...
View ArticlePython • Re: Help! remote GPIO not working from my Mac to raspberry pi
After Changing the code to :Code: from gpiozero import Motor, Devicefrom time import sleepfrom gpiozero.pins.pigpio import PiGPIOFactoryDevice.pin_factory = PiGPIOFactory(host=‘ip/address',...
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 ArticleNetworking and servers • Re: Pi 4B Cluster DHCP Server Help
I'll try the DHCP server with the switch board one more time but if that fails, what is IP marsquerade? Do do have a suggested resource to help me set it up? Otherwise I'll also search it up later....
View ArticleTroubleshooting • Re: Pi 5 power issue on boot up
Where are you?In the UK, it's the retailer's responsibility.Statistics: Posted by kip_the_elder — Wed Oct 30, 2024 6:59 am
View ArticleDevice Tree • Re: Configure overlay for SPI in kernel 6.8
As I mentioned before, I don't want to disable spidev1.Statistics: Posted by KmakD197 — Wed Oct 30, 2024 6:59 am
View Article