Advanced users • Re: Reading the RTC
You should probably implement the core of your amazing idea on a microcontroller*, which is deterministic, then pass time stamped events to the Pi for bulk processing.Too slow ! Maybe if that...
View ArticleGeneral discussion • Re: 3 monitors possible with RaPi5?
Or hook them up through USB.Have you actually tried that? Last time I looked in to it displaylink v1 hardware would probably work but v2 would not. Well, not unless you used the closed source drive on...
View ArticleBeginners • Re: Getting external storage to work with Raspberry Pi 5
Did you install ntfs-3g package? Also, I think you need to use additional different command to mount a ntfs drive if you are using a ntfs file system. Check this guide:...
View ArticleBare metal, Assembly language • Looking for information on the RPi 5 System...
Basic stuffHow wide is it (32 bits, 64 bits) ?What is the tick rate ?How do you read it (bare metal if possible, not through a system call) ?Statistics: Posted by theoldwizard1 — Sat Jul 06, 2024 1:08...
View ArticleOther projects • Re: Code Lyoko Led Controller: Hardware suggestions needed.
Currently I have a code Lyoko project in mind, where I am handling some data and that data (depending on the circumstance) will light up "some" (actually potentially over 40 Led's) Lights.[ ... ]So...
View ArticleAdvanced users • Re: Full disk encryption (large NVME-drive)
@bls. I should have omitted luksDump.Twist of irony considering this thread. My PC failed to boot. Very long story short, systemd noticed the nvme drive efi partition was corrupt (thanks M$) so...
View ArticleHATs and other add-ons • Re: Raspberry Pi M.2 HAT+ Ribbon Cable
Thanks for the replies everyone, especially the information about the M.2 slot keys. I found the HAT I was thinking of when I posted this not realizing the key differences between SSD and RF cards....
View ArticleTroubleshooting • Re: Faulty Raspberry Pi Zero?
Is this swap space issue somehow related to Bookworm? I don't remember having freezing issues with Stretch/Buster.There's been a small increase in memory footprint with each newer software release....
View ArticleBeginners • Re: I'm lost
Sorry if I'm posting this in the wrong place. I'm new to forums and I'm not sure where to place my oddball question. I have a pi4 on bullseye and I'm trying to figure out how to get the uart to do...
View ArticleBeginners • Re: How to deactivate the red LED when Raspberry Pi 5 is shut down?
If you've deactivated all the LEDs while the thing is active perhaps consider your LED as a "Safe to unplug the thing" LED.Have you thought about the opacity of black insulation tape? Years back I had...
View ArticleHATs and other add-ons • Re: Argon neo 5 with nvme (pi 5 case) question
Clearly I mean the nvme hat that's built into the case Statistics: Posted by Arty Marty — Sun Jul 07, 2024 12:29 pm
View ArticleTroubleshooting • Re: No sound available in default Pi5
The above pastebin URL was run after adding # forces HDMI modehdmi_drive=2# Pretends all audio formats are supported by display, allowing passthrough of >hdmi_force_edid_audio=1to...
View ArticleAdvanced users • Re: Successfully Replaced(Emulated) DA9090 with MXL7704-R3...
The DA9090 are available from official resellers, however, they might not know it but there is a part number which is SC0591X. You can buy reels of 100, I think they are less than $1 each.I am pretty...
View ArticleMedia centres • Re: Stream Kodi (or screen in general) to Laptops-Screen
Any ideas?Install kodi on your laptop and share the video files over Samba or NFS from the Pi.Statistics: Posted by thagrol — Sun Jul 07, 2024 12:59 pm
View ArticleTroubleshooting • Re: One Raspberry pi can ping another but not the reverse
/etc/network/interfaces[.d] also works on Bookworm but it will cause network manager to completely ignore the interface.Looks to me like you don't have a DHCP server running on that network which NM...
View ArticleGeneral discussion • Re: Does it make sense to make a laptop with Raspberry...
Returning to Pinebook laptops. The Pinebooks are ARM SBCs with Mali GPU. Pine sell them at cost and the standard Pinebook (not pro version) is sold for $99. The catch is that you can't buy one for...
View ArticlePython • Re: Wait for app to open with Python
So @ame something like this?Code: import timeimport datetimeimport subprocesssuccess = Falsecurtime = date = datetime.datetime.now()t_end = time.time() + 20while time.time() < t_end: try:...
View ArticleGeneral discussion • Chromium is not supported on Rasberry Pi Model B
Hi there,I get the following error:'Chromium is not supported on Rasberry Pi Model B'I want to watch YouTube movies any suggestions Kodi hangs and is extremely slow. Kind regards,ReinhardStatistics:...
View ArticleTroubleshooting • Re: Need help with triggerhappy
Hello,The only IR key that works by only mapping scan codes to key code is KEY_POWER.It does not need anything else. The volume and mute keys need some support like this from the OS.I put together a...
View ArticleBeginners • Re: Chromium requires password
I use PiOS based on bookworm with Gnome ShellStatistics: Posted by tomsvk — Mon Jul 08, 2024 1:13 pm
View Article