Raspberry Pi OS • Re: Is it safe and possible to by-pass apt dependence check?
As Debian official software list, Mosquitto version 2.0.11, year 2021 was installed. Mosquitto has race-condition/timing error. It does? It's not reported on the Debian Bug report logs.Debian's...
View ArticleBeginners • Re: How do I read an SO file on Debian?
Why are you looking at object files when you don't even know the basics of programming?Read the documentation, books & magazines readily available. Stop wasting your time* trying to understand...
View ArticleSDK • Re: Trouble printing time_us_64()
llu or lld ?Code: printf("Repeat at %lld\n", time_us_64());Statistics: Posted by gmx — Mon Dec 30, 2024 8:17 pm
View ArticleGeneral discussion • Re: how much would it have cost per pi500 to fit the M.2...
Per Eben's official launch announcement for the CM5 (https://www.raspberrypi.com/news/comput ... -sale-now/) there will be CM5s with 16GB released at some point next year:16GB SDRAM variants are...
View ArticleGeneral discussion • Re: Raspberry Pi5 Computer - An Observation Of Its 'Power'
i leave it on automost of my day is on youtube, i'll even often watch 2 videos on each screenAhh, you are using Ubuntu. Can’t help except to suggest that you run test with Raspberry Pi OS which is...
View ArticleGeneral • Multicore optimisations and memory use
I’m using a Pico 2 (actually a Pimoroni Pico 2 Plus) and the C/C++ SDK 2.0.0. Programming via VSCode and using the Pico Extension.I’ve got a massive project (around 20k lines of code) using both...
View ArticleGeneral • Re: key roll over problem
I looked around but couldn't find any other libraries. it seems like the one I'm using can do this stuff but you have to make a custom device or something like that. I found this thing that uses the...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: USB power supply for external HDD
Thanks for the reply. As far as I understand, the situation does not have a definite answer. But I understood that I can try a usb hub with an external power supply.Statistics: Posted by Filmak — Tue...
View ArticleTroubleshooting • Re: Ubuntu Server Can't Install Anything
Are you installing it using Raspberry Pi Imager?Statistics: Posted by neilgl — Tue Dec 31, 2024 8:40 pm
View ArticleTroubleshooting • Re: Bluetooth sometimes shows No Bluetooth adapter found
Forget to mention it is Pi4bStatistics: Posted by yolopoi — Tue Dec 31, 2024 8:41 pm
View ArticleUbuntu • Re: Can't boot first time - fan in endless loop
Hi,It is great to know, thanks for the insights. It is really strange that the first Ubuntu that appears on top of the list of the Pi Imager is the 24.10 and it does not even say that it is a test...
View ArticleNetworking and servers • Re: LAMP WordPress server problem
Wordpress hard codes the old address in some internal tables.IIRC in the _options table of your website’s database, there are two rows siteurl and homeurlCheck those.Statistics: Posted by neilgl — Tue...
View ArticleBeginners • Re: Ras PiOs Bookworm: Turning off the display of dot cursor in...
Hi, I'm new to the whole Raspberry Pi thing and I was also annoyed by the dot showing alongside the cursor in VNC. I did the following steps to remove it:Before starting My Pi connection, I went to...
View ArticleOther projects • Security camera with Raspberry Pi?
Hello,I've been having an issue where things of mine keep getting stolen and would like to do something about it, by turning my Raspberry Pi into a security camera. My questions for you all:- I've...
View ArticleMicroPython • Re: .uf2 upload problem (raspberry pi pico 2)
Yes, for a Pico 2 W in BOOTSEL mode we get Code: picotool info -dDevice Information type: RP2350 package: QFN60 chipid: 0xf594cfa348f8e276 flash devinfo: 0x0c00 current cpu: ARM available cpus: ARM,...
View ArticleAutomation, sensing and robotics • Re: Rotary Encoder RPi 4B in C
How did this solution work out for you ?Thanks,Brian H.Uxbridge Ont CanadaStatistics: Posted by hambonius — Tue Dec 31, 2024 9:11 pm
View ArticleNetworking and servers • Re: Retrieve swimming pool data
That URL with bin/cgi in it looks to me like there is some server or other (Apache2) in the system - what is it?Statistics: Posted by neilgl — Tue Dec 31, 2024 9:12 pm
View ArticleTroubleshooting • Raspberry Pi 5 turning on automatically
I have a project involving a Raspberry Pi 5 connected to a power bank via a 51Pi power distribution board. My issue is that when shut down, it sometimes powers up again spontaneously. It just happened...
View ArticleMicroPython • Re: Pico W Reliability
Here is the new capture: https://github.com/edmcman/rpi-temp-ser ... fice2.pcap1. Association happens at t=4282, the Association ID is 2.2. The Pico last responds to a request at t=53322....
View ArticleAdvanced users • Re: Image File Utilities
@tinker2much,I just installed nfs-kernel-server on a Raspberry Pi 4 runnng a fresh copy of Raspberry Pi OS Bookworm. After creating the appropriate entry in /etc/exports, I mounted the exported...
View Article