General discussion • Re: When does the LE client read the data?
An LE-based HID device using HOGP operates by means of notifications. When the HID device writes data to its Report characteristic, it is sent as a notification to the client. The client is waiting...
View ArticleRaspberry Pi Connect • Re: rpi-connect on other distros for Pi
Interesting. Would Alpine Linux be an option then (musl & apk package management)?Statistics: Posted by macmpi — Fri Oct 04, 2024 11:06 am
View ArticleBeginners • Re: More beginner questions
Ham software? (I'm not part of that).Which one and we can find other ways for you.It should be erroring but we can checkWas it as soon as you opened it?Or when you searched, tried to...
View ArticleSDK • Re: troubletrouble defining a macro to replace a zero argument fn call:...
Hmm, compiler does not like me redefining this using an inline. Am I doing this incorrectly.Code: error: ambiguating new declaration of 'uint64_t micros()' 25 | static inline uint64_t micros(void)...
View ArticleRaspberry Pi 400 • Re: Pi 500? on time for Xmas?
https://github.com/raspberrypi/linux/co ... f60e29f139Pi 500? in time for Xmas?Also noted in these forums yesterday - does duplicating it bring December closer?...
View ArticleGraphics, sound and multimedia • Re: Multivideo Playback in 1 screen/display
What about using multiple vlc instances and the mosaic function?https://wiki.videolan.org/VLC_HowTo/Pla ... instances/https://wiki.videolan.org/VLC_HowTo/Make_a_mosaic/Statistics: Posted by...
View ArticleRaspberry Pi OS • Re: Realtime kernel on Raspi4
OK, thank you – so what would be the recommended way of installing a realtime kernel on a Raspi then ?Thanks again,bestAlexStatistics: Posted by jazzalex — Sat Oct 05, 2024 10:00 am
View ArticleOther projects • Re: Alternate power source-100W USB-C connection
A Pi5 can use up to 25W at 5V. Does it negotiate something or just silently draw more than 3A if some external USB device makes it pull more than 3A?As I understand it, the Pi 5 will use PD to...
View ArticleGeneral discussion • Re: solution for New RPi install won't update
Behavior: apt-get upgrade would get stuck on the download with "waiting for headers".Nothing could be upgraded.Solution: apt-get full-upgrade fixes this problem.I suspect this was a networking glitch...
View ArticleCamera board • Re: cannot get HQ camera working
The only thing I can think of (other than the new hardware is just rooted) is that the display cable and camera cable are not interchangeable. I cannot find any documentation on this, Is this the...
View ArticleRaspberry Pi OS • Desktop shortcut to initiate screen blanking?
Pi5 4GB running Bookworm.Is there a way to initiate screen blanking that will override the setting in /home/pi/.config/wayfire.ini?Mine is currently set to 420s/7 minutes, which works great, blanks...
View ArticleHailo • Re: AI Camera for robotics
It is an AI camera not a Time of Flight camera.There are some low cost i2C laser sensors. VL53L5 or L7 or L8 are multizone, 8x8 array.Statistics: Posted by Gavinmc42 — Sat Oct 05, 2024 10:14 am
View ArticleGeneral discussion • Re: Tracking down my purchase
In addition to bank statements/account/app ..Look at the shops you buy from and see when you log in.Use your emails search feature for Raspberry Pi or Pi 5 or similar.Why use Troll in your username...
View ArticleGeneral discussion • When a new Pi zero board with type-c?
Hi, When is there the intention to release a new Pi zero board version of the board ... with for example Type-C?Is tehre any roadmap? When is expected to realease a new Pi zero?BR,FranciscoStatistics:...
View ArticleCamera board • Re: x2 CSI camera in Raspberry Pi Zero 2 W
Hi, thanks a lot for your quick answer ... yes, I see it:https://www.arducam.com/product/multi-c ... pberry-pi/Ummm, if the switching procedure from software is fast, it would not be a problem (about...
View ArticleBeginners • Re: Actual headless boot
Smart distro/OS provides/maintainers already make sure serial console is more important than something graphical as that drags people into whatever GPU issue and is serial console is decades old.Now...
View ArticleGeneral • Re: RP2350 PIO DMA performance question
Interesting topic.I think that CPU polling loop can be made tighter and smoother by using CBZ in assembly, especially on Cortex-M33.I also wonder if GPIO Coprocessor could do a smarter read (masked,...
View ArticleTroubleshooting • Re: Raspberry Pi Zero W not Finding any Wifi Networks
Hi,I've recently dug out a Pi Zero W out of a drawer, where it probably laid for four years at least. I created a boot image using the official imager and set all the networking/ssh config as I'd...
View ArticleTroubleshooting • Re: Turn off the Video output from the Raspberry Pi5?
I am looking for the same thing but it seems like under Wayland, you cannot (yet) control the on/off of the HDMI output. It works fine with X11.Statistics: Posted by sapnho — Sun Oct 06, 2024 10:03 am
View ArticleSDK • Re: Error in the SDK
The issue has been raised before:https://github.com/raspberrypi/pico-sdk/issues/1847https://github.com/raspberrypi/pico-sdk/issues/1788It depends upon which version of the compiler being used.You can...
View Article