Deutsch • Re: Ist es möglich und sinnvoll das Kabel des Active Cooler zu...
Kannst du löten?Wenn ja kauf dir ein solches Kabel wie hier verlinkt viewtopic.php?p=2179210&hilit=Cable+Fan#p2179210 - https://www.ebay.de/itm/183673772772 - und repariere dein kabel.Ob das...
View ArticleJava • can't get java version
hi.i was installing java usingCode: sudo apt install openjdk-17-jdand everything went fine, but i can't get java version usingCode: java –versioni'm getting Code: Error: Could not find or load main...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Serial communication from Pi 5 to Arduino...
Hello allI am currently trying to interface my Arduino Uno with a Pi 5 and am not having much success. I am trying to send a integer number to the Arduino then read it back to the pi. If I put a print...
View ArticleGeneral discussion • Re: Identify which barcode scanner
Have you chosen the model of barcode scanner? If so, have you checked the manual to see if you can specify a prefix which can identify an individual scanner?Scanner brand and models are not decided,...
View ArticleUbuntu • Re: RPi 5 + Ubunutu latest + NVME SSD setup and boot.
FWIW, at least with 23.10, it has been stable enough so far. Tons of application crashes upon first boot, but once I gave it a full dosage of updates been plenty stable...yeah, that's what 24 is kinda...
View ArticleTroubleshooting • Re: How to do multithreading in python for Raspberry pi
A possible approach when finding seg faults is: start program with gdb, run it, when segfault is hit then show backtrace. This allows to see where the problem occurred. When programs are build with...
View ArticleRaspberry Pi OS • Re: Numlock
So no one has dealt with this issue before and came up with a solution to have the OS boot up with NumLock turned on?Statistics: Posted by Bubbalou88 — Wed Apr 17, 2024 4:13 am
View ArticleGeneral • Re: extra cables for debug probe
perhaps here ? https://www.adafruit.com/search?q=JST+cableStatistics: Posted by ghp — Wed Apr 17, 2024 4:19 am
View ArticleGeneral discussion • Re: MTP in raspberry pi
"I am currently working with a Raspberry Pi 4, which is connected to my Linux laptop via a USB cable. I am transferring data between these two devices. After connecting and I modify data on my...
View ArticleGeneral discussion • Re: A Pi Pie Chart
For personal travel I wanted a cheap laptop. Searched on German amazon for laptop, condition new and sorted by price low to high. The first with 15.6" looked interesting, for only 160€(170$)Thanks for...
View ArticleTroubleshooting • Re: Hyperpixel KMS Rotate
Why not simply rotate it via screen configuration editor?The parameter might be considered for console only (did you check?)Statistics: Posted by aBUGSworstnightmare — Wed Apr 17, 2024 4:58 am
View ArticleBeginners • Re: Pi5 with USB SSD on a 12v to USB Type C power?
Because your PSU is not USB-C PD compliant. That's why the current available to USB devices is reduced.Statistics: Posted by aBUGSworstnightmare — Wed Apr 17, 2024 5:00 am
View ArticleHATs and other add-ons • Re: Help with raspberry zero wh
Thanks a lot for your help but which pins do gpio07 and gpio26 correspond on picade x hat?they are not used by the HAT, that's why you can nuse them.Aou will have to make use of something like...
View ArticleBeginners • Re: miniature circular full color OLED displays inserted to light...
VR goggles which have HDMI input?@aBUGSworstnightmareI'm not quite sure how replying on this forum works as I'm new here so i apologize if this is an odd way to go about it!!To some extent, yes. The...
View ArticleAdvanced users • Re: Warming "your fstab has been modified"
It appears this issue has been corrected by a recent update to the mount package.If a normal apt update/full-upgrade doesn't solve the issue, try:Code: sudo apt --reinstall install mountStatistics:...
View ArticleC/C++ • Re: RP2040 read GPIO with memory mapped access
you have problem with your code.You need to set your gpio. On reset All gpios are set to be 0x1f in function . Which is ?????To prove my point I just made your example , in c-sdk , but set 4 gpios to...
View ArticleGeneral discussion • Pironman case for Raspberry Pi 5
I just got an email from Sunfounder about a soon to be released case for the Raspberry Pi 5. I couldn't find any more information for it but I did find information about another case they make for the...
View ArticleTroubleshooting • Re: Raspberry Pi 5 USB issues
I'm also having problems with USB on RPi5. Now it's not quite the same problem as the thread creator, but lately some USB sticks don't work anymore and crash the machine. They have worked before. I...
View ArticleMedia centres • Re: Peppy player
It has been working fine with just the wired connection. I am also trying out the headless configuration. How do you set a favorite station in the radio browser? I clicked on the station that is...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Raspberry Pi 5 CSI/DSI connector
What do you want to develop? A commercial product?A custom FPC should be no problem then (as per the spec).If you're doing a proof of concept/DIY solution like me a FFC has proofed...
View Article