Beginners • problem using Rasp Imager
I am trying to load my SD card with a copy of Kali. Every time I try to load, at the very end, it gives me an error message: Lzma library error: corrupted input data. I've tried multiple computers and...
View ArticleBeginners • Re: raspberry pi 4 larger case
Some larger cases here:https://thepihut.com/collections/raspberry-pi-4-casesStatistics: Posted by rpiMike — Sat Jul 06, 2024 3:49 pm
View ArticleGeneral • Re: DMA pacing timers clock source
One option is to use a DREQ from another peripheral such as PWM to pace the transfers, but it would be better not to require an external resource.Statistics: Posted by timchinowsky — Sat Jul 06, 2024...
View ArticleNetworking and servers • Re: update OpenSSH on Bullseye?
That is reassuring, thank you.Statistics: Posted by rubber snake — Sat Jul 06, 2024 4:26 pm
View ArticleAdvanced users • Re: How do I make my rpi boot faster?
Interesting ...https://askubuntu.com/questions/1348734 ... ng-so-longThis says its an online man page thing - do you need it?https://man-db.nongnu.org/Also, like me, do you need the mail server exim4...
View ArticleTroubleshooting • Re: Faulty Raspberry Pi Zero?
As a note, the latest release (a few says ago) has an increased swapfile size, not sure if apt updates would alter it. raspberrypi-sys-mods - increase swapfile size No idea to what soze, not...
View ArticleMedia centres • Re: Stream Kodi (or screen in general) to Laptops-Screen
my intention is completely different: I really want KODI to run on Raspberry PI!!! - Laptop should only be a monitor!Reason: I can't/won't install KODI on my laptop due to security settings. But I...
View ArticleBeginners • Re: Chromium is not supported on Rasberry Pi Model B
FWIW I'm running Mozilla Firefox 102.15.1 esr on my RPI 3B+ running Bullseye.Statistics: Posted by DS256 — Sun Jul 07, 2024 3:23 pm
View ArticleCamera board • AI hailo rpi5 examples question...
The following code is in the detection.py example..https://github.com/hailo-ai/hailo-rpi5- ... tection.pyCode: def get_pipeline_string(self): if self.source_type == "rpi": source_element = (...
View ArticleGeneral discussion • "Contact User" feature broken / disabled?
I'm trying to contact a user on this forum, but this feature seems to be disabled? There's the "Contact User" text in red when you click on the user, but you cannot interact with it or anything. It's...
View ArticleTroubleshooting • Re: No sound available in default Pi5
Why not buy something that states it will work with a Pi:https://thepihut.com/products/usb-audio ... spberry-piStatistics: Posted by rpiMike — Sun Jul 07, 2024 3:32 pm
View ArticleGeneral discussion • Re: "Contact User" feature broken / disabled?
'Disabled' is the correct description.Ref: viewtopic.php?p=1318118&hilit=Messages#p1318118Statistics: Posted by B.Goode — Sun Jul 07, 2024 3:33 pm
View ArticleTroubleshooting • Re: Inadequate power supply???
Post a pictureStatistics: Posted by kip_the_elder — Sun Jul 07, 2024 3:38 pm
View ArticleTroubleshooting • Re: Code Lyoko Led Controller: Hardware suggestions needed.
I was considering using strips of Programmable LED's myself, but for me it is unclear if I can still can controll each LED individually. Wether I can turn certain LED's on the LED off/On. You...
View ArticleCamera board • Re: Camera emulation, how ?
This old topic asked the same question so I know it is possible, but all the links are broken.Those links may have moved here: Tutorials – (advanced) ProjectsThis may have been possible with the old...
View ArticleBeginners • Re: Using a transistor to selectively power an element
FER24,The thing about transistors is they turn on, pass current between collector and emitter, when the voltage between the emitter and base connections gets much above 0.6 volts for silicon (0.3...
View ArticlePython • Re: Wait for app to open with Python
I'm using curtime because ame said, " Set a variable to the current time" should I change that line, or delete it all together?Statistics: Posted by Henrik Gill — Sun Jul 07, 2024 4:18 pm
View ArticleMicroPython • Re: Multithreads problems.
Here's a thought ...Let your main "while (1)" loop do its thing and have your external user events be handled by an interrupt servicing strategy. Slow asynchronous events like user keyboard inputs are...
View ArticleCamera board • Re: Camera Module v3 -DOA
If I remove "dtoverlay=imx708" I get an error with i2cdetect:Code: sudo i2cdetect -y 10Error: Could not open file `/dev/i2c-10' or `/dev/i2c/10': No such file or directorySorry, should have said you...
View ArticleAdvanced users • Remote Access Options For Amending Programs
Hi,I am looking for a robust method of accessing programs remotely on my Raspberry Pi 4 running Bookworm, from my Macbook. I would also like the best method of keeping on top of versions, rather than...
View Article