General discussion • Emulate Mouse For 5B
Hello everyone,There is a Raspberry Pi 5B, and I want to plug in a mouse or keyboard into the Raspberry Pi and then control my PC via Bluetooth or wireless connection. Many of the cases in the...
View ArticleGeneral discussion • Re: Raspberry pi 5 8gig nas
One of the forum users - thagrol - has created a number of useful guides for Pi users.One of them is Building A PI Based NASStatistics: Posted by rpdom — Sat Dec 14, 2024 8:32 am
View ArticleTroubleshooting • Re: gpio-shutdown is successfully halting Pi, but not...
The Pi 5 has a power button. Also, if you are good at soldering, there are two holes between the USB C connector and the first micro HDMI connector which are for you to add your own power button. Much...
View ArticleCompute Module • Re: What is performance of the VideoCore VII GPU in the CM5?
You say this are single precision FLOPs. Is that 16 bits floats or 32 bit float? For CPUs single precision would mean 32 bits and double precision 64 bits. But I'm not sure about GPU.Statistics:...
View ArticleHATs and other add-ons • GNSS HAT modification for soft power ON on
Hi Everyone,I have a Waveshare GNSS's older version which dosent have a software power ON(over GPIO4) as per the trace from the schematics, which im pairing it with `pi Zero W v1.1`I wanted help in...
View ArticleMicroPython • Re: Pico2W & micropython
release-1.25.0 Milestone (nominal due date 2024-12-31) contains Add Pico 2 W port ....Thanks I hadn't found that.Pico 2 W support requires use of the new Pico SDK, which seems a large amount of work....
View ArticleGeneral discussion • Re: New Raspberry Pi Products
I knew it wouldn’t take long.I feel that the modding of 500s to add an M.2 socket is an opportunity to someone with the right skills and equipment to make a shedload of cash.They'd be breaking the law...
View ArticleBeginners • Re: undefined reference to `wiringPiSetupGpio'
I was able to solve it.It was necessary to declare the link library definition after -o in the "makefile".thank youExample makefile########################################### TARGETS = sample_prgSRCS...
View ArticleTroubleshooting • Re: modprobe ikconfig -> FATAL: Module ikconfig not...
https://wiki.gentoo.org/wiki/Kernel/IKCONFIG_supportStatistics: Posted by redvli — Sun Dec 15, 2024 8:02 am
View ArticleRaspberry Pi 400 and 500 • Pi 500 build problems
I got luckily with my Pimoroni order, and just got a Pi 500 in the post to swap out for the Pi 400 I’ve used for a couple of years.While the performance is much better, my Pi seems to have some...
View ArticleCompute Module • Re: CM5: What's the status of audio on GPIO 12~13?
Audio isn't currently supported on CM5 on gpio.Statistics: Posted by dp11 — Sun Dec 15, 2024 8:51 am
View ArticleCamera board • Re: Sawtooth Pattern in Dark Current Readings
The dark current issue may well have been the same problem. Here is a plot comparing the counts from libcamera (multiplied by 16) and one of the original plots:I will try doing some longer darks to...
View ArticleTroubleshooting • Re: modprobe ikconfig -> FATAL: Module ikconfig not...
I am surprised CONFIG_IKCONFIG is not enabled by default for RPi/RPiOS kernel. Every other Linux on other SBC/PC etc has it by default.Statistics: Posted by redvli — Sun Dec 15, 2024 9:23 am
View ArticleGeneral discussion • Odd network speed results
I have an odd puzzle with network speeds.I have a Pi 1 connected to my home network via ethernet, the Pi runs a few servers and is a headless system. It has speedtest-cli installed as well as iperf3I...
View ArticleTroubleshooting • Re: Wi-Fi no longer connecting
Yes, the Pi5 works with Ethernet Internet and also with my phone hotspot which is located ~43cms away.I think the issue is the downstairs Wi-Fi which connects and authenticates when located near the...
View ArticleGeneral discussion • Re: Odd network speed results
iperf3 and speedtest-cli likley and/or can use (radically) different paths in the whole internet routing. ISPs might do tricky things to routing etc, so they save on costs. I can tell much more, but...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: External Camera Support
Thanks for the replyI'm trying to follow the postsWhere can I find the relevant content of the file: 1080P30EDID.txt?Statistics: Posted by erez8 — Sun Dec 15, 2024 10:28 am
View ArticleCamera board • Re: Setting correct display when using rpicam whilst using RPI...
You might need the "--qt-preview" option:Code: rpicam-hello --qt-previewStatistics: Posted by therealdavidp — Mon Dec 16, 2024 9:42 am
View ArticleCamera board • Re: Application freeze while recording in Raspberry Pi 5
Are you able to provide a simple test case that demonstrates the problem? Please try to make the test case as small as you can. Thanks!Statistics: Posted by therealdavidp — Mon Dec 16, 2024 9:48 am
View ArticleCamera board • Re: Sanity check on JPG capture speed
The --immediate command will disable the preview cycle to reduce capture latency. However, it will not stop the AGC/AWB algorithms from running for several frames to allow convergence. This cycle is...
View Article