Raspberry Pi OS • Re: Ookla speedtest DNS issue
Did you try resetting the database as per the link I gave?The fact the post refers to Docker is irrelevant.No, I didn't try because I don't understand what needs to be done. I There are details of the...
View ArticleRaspberry Pi OS • VNC disconnects when pasting 5KB on Bookworm
I'm using a Windows 10 host, with RealVNC as the client.My Pi4 Bis currently running Bookworm, up to date OS.I have been coding on my Windows host and pasting code into the Pi4B .At some point, my...
View ArticleTroubleshooting • Re: Previously fine samba shares not working, samba down.
It is news to me that Windows 11 is removing workgroups and I think I would have heard if they were. Also, all that removing 'workgroup = MARYALEX' will have done is to use the default 'workgroup =...
View ArticleBeginners • Selling A Product - Standards
Hi there,If I sell a product made of Pico W, BNO85s (IMUs) and coin motors, what are the requirement to meet to sell this product? Or does it already meet any standards and requirements?Statistics:...
View ArticleOther projects • Re: Custom Key pad
Ok. Here's a first draft. Again, we don't know that the pins are right, or that we fully understand the operation of the circuit, but frankly, there's not much else it could be.I have simulated this...
View ArticleSDK • Re: Two weird compilation bugs
I'm surprised that -Wall -Werror didn't reject that, with a compilation error message that would have explained the problem....Did you try "-fanalyzer"?Statistics: Posted by carlk3 — Mon May 27, 2024...
View ArticleBeginners • Re: Bootloader doesn't appear to be working.
I'd get a HDMI lead but even then you might have a battle with 1366X768 which is probably advertised as its native format.I don't think anyone objects to reasonable bumping like yours, its the three...
View ArticleHATs and other add-ons • Re: Why is there no M.2 HAT+ overlay?
only the HAT EEPROM is connected (3V3, GND, IC_SD/IC_SC) on a CM4 (it's just an EEPROM --> which HW is used for reading it should not care).Code: pi@raspberrypi:~/utils/eeptools $ sudo dtoverlay...
View ArticleAdvanced users • [SOLVED] eeptools non-working here
tools seem to rely on SW I2C interface. Anyhow the M.2 HAT specification seems to have a typo - and the tool help as well - as the address is to be provided as decimal.Page 18 of the HAT+ spec Code:...
View ArticleTroubleshooting • Re: http://raspberrypi:9000/timeout.html#!/auth error???
I've been there but the steps it suggests are the same as the video. Shouldn't I be able to just type my ip address into the url and have a page come up even without a :Port #?Solved:Quick follow...
View ArticleRaspberry Pi Connect • Re: Will Connect be made available for Earlier Pi's
It will work on earlier Pi's once we move to using labwc as a compositor across all devices (rather than as it is currently with Wayfire on Pi 4,5 and X on 0,1,2,3)Thank you. I understand that VNC is...
View ArticleBeginners • Re: Pi 5 RTC battery
As I said, it is just a small circular adhesive pad that comes as standard with the RTC battery pack, although I have yet to find out whether it is sticky on one or on both sides.Statistics: Posted by...
View ArticleRaspberry Pi OS • Re: RTSP alternative?
I think you've been reading some old issues with certain packages, it wasn't a blanket issue with RTSP. I use RTSP on my Pi 's.ffmpeg supports RTSP and is in the Debian repositories.Statistics: Posted...
View ArticleGeneral discussion • Can I disassemble start4.elf file?
Hello. I am a student studying with the Raspberry Pi 4.I would like to learn about the embedded boot process, and I want to disassemble the startup4.elf file, but I was unable to do so with objdump or...
View ArticleC/C++ • Re: Activate motor with wiringPi I2C(Yahboom Raspbot)
please show you solution.Statistics: Posted by evil — Tue May 28, 2024 6:10 am
View ArticleRaspberry Pi OS • M.2 HAT - something seems odd in the drivers
I'm testing some NVMe drives if they are supported on the official M.2 HAT+ and/or pimoroni NVMe base.Initially didn't wanted to post my findings here until open questions related to M.2 HAT support...
View ArticleHATs and other add-ons • Re: Post asking spec related clarification being locked
It was locked because of bickering between posters. As for the question, I'll flag it up when back at work, I have a day off today because it is half term. As previously stated, if you want guaranteed...
View ArticleNetworking and servers • Re: Raspberry PI Bulletin Board System (BBS).
That takes me back - How I miss the whine and buzz of a modem Do not miss being complained at when the 'phone bill came in though (no free local calls here in the UK)...Except in the Hull area. It...
View ArticleRaspberry Pi OS • Help with new setup - moving off SD onto raid1 nvme
HiBought a new PI5 and a hat (?) that has dual nvme pi os is booting off the SD and i can see both nvme.Got a couple of choices here. I could leave the OS on the sd - its easy just load what I need...
View ArticleGeneral discussion • How to use gpiod library when I activate python3-venv
this is my buzzer.py, I can run this code when I do not activate python3-venv, but I cannot run when I activate python3-venvI tried pip3 install gpiod when I activate venv, line4's gpiodchip4 ->...
View Article