Interfacing (DSI, CSI, I2C, etc.) • Re: PI 5 UART (ttyAMA0)
Thank you. I have connected PI5 and PI4 using minicom as you mentioned. On PI 5 Open /dev/ttyAMA0 and on PI4 /dev/ttyS0So when I type the keyboard of PI 5, it will show on the PI4 screen and reverse....
View ArticleOther projects • Re: Modular Pi Cam (handheld)
I finished the build today, sadly the decision to print the front plate upwards so it was prettier meant the supports were hard to remove.The nice seam is now a huge gap. Also the screw supports were...
View ArticleAdvanced users • Re: Disabling WiFi, Bluetooth and USB on RPI 5 running...
What did you try?Statistics: Posted by DirkS — Fri Mar 15, 2024 1:44 am
View ArticleBeginners • Re: Hekp needed with a shell sript
i use findfor example in my .bash_aliases to clean logsCode: sudo find /var/log -name '*.log.*' -exec rm {} \;Nice idea but it won't match every log file as some don't have ".log." in their...
View ArticleGeneral discussion • Re: Datetime Code Not Working
Could you at least give me an example? I'm new to python.Could you at least give me an example, please?You obviously missed the subtle hints about how to ask for help. You also missed the suggestions...
View ArticleGeneral discussion • Re: Pi 5 USB 3.0 Speed Issues?
Show me 5 runs on each of Pi 4 and Pi 5 - there's not a huge difference between the single run on the Pi5 and the single run on the Pi 4 that you posted.I encourage others to validify the claims I am...
View ArticleBeginners • Is this a good SD card?
I found out about this a couple days ago and am going to buy a raspberry pi 3 model b, and I think I found a decent one, but I have read some things that say some cards won't work for them. I know you...
View ArticleTroubleshooting • Re: Raspberry Pi 5 Troubleshooting
What I am curious of now, is there a way to flash the firmware back to factory?have you tried the eeprom recovery image from the rpi imager?make sure its the pi5 recovery image, not the pi4 recovery...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Interfacing "A030VAN03.0" RGB...
Hi,I am trying to interface a display through DPI with my Raspberry Pi Zero W. I feel like I have tried everything to make it work and I get that it would probably be easier to by another display, but...
View ArticleTroubleshooting • Re: Mounting Synology Shared Folder
Sorry for the delay in responding to this; I had to go out of town for work. I finally did get to try the following line of code in the fstab file:Code: //192.168.1.179/volume1/homes/ /mnt/SynPi/homes...
View ArticleTroubleshooting • Raspberry Pi 5 + Google WiFi: Sounds like a NAT issue, but...
Hi All,I tend to have a raspberry at home running some services (ssh, svn, apache, vpn) that I can access from the outside world. A few days ago I upgraded my hardware from a raspberry pi 3 (RPi3) to...
View ArticleTroubleshooting • Re: Bookworm - Mar 12 2024 Image
Bookworm LATEST Image - Mar 12 2024And still no fix for Google Chrome Title Bar and no option for autohide Task Bar.Some might say there's workarounds for those issues. But the manual workaround...
View ArticleBeginners • New Rp5 first boot unable to connect
Hi im new but have been watching youtube vids on the subject for a few months now so I do have a bit of a grasp in what to do.using Rpi imager 1.8.3pi os 64bit for rpi5 8gb with no connected monitor...
View ArticleC/C++ • Re: Boost provides free peer-reviewed portable C++ source libraries.
Boost libraries are mostly header only libraries.At several places in boost documentation it is stated to compile with optimization (because of that).What I typically do is to compile with "-Wall...
View ArticleTroubleshooting • External HDD not recognised
Hi there!since I like to check out other operating systems I am currently tying to add an external 18TB HDD. Whilst it works in Raspbian OS but doesn't in Twister OS.It keeps giving me an error. Is...
View ArticleMedia centres • Re: Peppy player
I have not been able to reproduce the lock up problem at will since replacing the power adapter. It still freezes once in awhile without me touching the screen. Also I have found two other issues. my...
View ArticleBeginners • Re: Installing Raspberry Pi 5 imager on my new Sandisk SD Card
In summary, it seems a network boot install works on a Raspberry Pi 5.Also, there is an android app https://play.google.com/store/apps/deta ... l=US&pli=1viewtopic.php?t=170856Statistics: Posted...
View ArticleGeneral discussion • Questions about backfeeding and Ugreen USB hub
So I've ordered this hub https://eu.ugreen.com/collections/usb-h ... long-cableI've read about backfeeding and was wondering if this hub would be ok with and/or without being powered?Statistics:...
View ArticleBeginners • Re: Mount network paths fstab
This is not exactly correct, it is allowed to specify one or more directory names following the share name.In this case the share name might be "RAID" with directories "Emu" and "OS".However I suspect...
View ArticleMicroPython • Pico requested vs measured I2C SCL frequency
Is it just Micropython (also CircuitPython) where requested I2C frequency is usually about half of actual measured SCL frequency? Measured 100kHz is pretty close to requested 100kHz, but I usually...
View Article