Advanced users • Re: External HDD/SSD/nVME for the PI5
Slightly different but...Pi5 8GB NVME Bookworm 64bit powered from an official Pi adaptor so not through the GPIO.Samsung 1TB portable drive (HK-M101TCB/G M3 portable) into USB3.It's recognised but...
View ArticleTroubleshooting • Re: LAN9512 VDD18CORE and VDD18USBPLL and VDD18ETHPLL is 2.6V
We really need to see your full schematics and layout. Also have you use the microchip checking service to check the design and and gone through there checklists ?Thanks for your...
View ArticleCamera board • Re: Module 3 is too blurry
Do you mean a pi V3 camera ?How are you controlling it, ? Using AF ?You could try this ...https://github.com/Gordon999/RPiCamGUIAnd see if you can control the focus.Hi, yes I actually have that...
View ArticleHATs and other add-ons • Re: M.2+ Hat nvme not being recognized.
I bought this one directly from Raspberry Pi's list.what is 'this one'? You should provide clear information, so let us know which NVMe model (supplier and part number) we're speaking of.Provide a...
View ArticleTroubleshooting • Raspberry Pi Zero 2 W OTG Issues
I have been attempting to setup a new zero 2w as a pwnagotchi, but have been having consistent issues with OTG connection for SSH.I have successfully gotten my computer to recognize the Pi as an rdnis...
View ArticleBare metal, Assembly language • Re: Unable to initialise translation tables...
Okay yeah there were some incorrect branch statements due to which the bootstrap wasn't getting trapped infinitely at the start of the code, things work flawlessly now!Yeah, as you suggested, I tried...
View ArticleBeginners • Re: After power outage, USB port name changes
I apologize for confusion. Actually it is automatically created mount point for a partition on the USB drive. Likewise I am using a Plex server. For the same reason, how can avoid this from happening...
View ArticleOther projects • Re: Issue with a 2004a (20-character/4-line) i2c LCD
The controller is indoors, inside the garage. The only environmental issue potential is heat, as the garage does get a bit warm. I've seen the Pi report the CPU/GPU temp being as high as 68C but at...
View ArticleTroubleshooting • Re: Driven insane by gremlins in connection between Pi4b...
Try installing CuteCom from the software repository.See if it can see the messages from the Pico.Statistics: Posted by MarkDH102 — Fri Jun 21, 2024 5:48 am
View ArticleMicroPython • Re: Pico newbie stuck with weird module
Another solution might be to use VSCODE and 'C', then the rewrite of the Arduino stuff might be a bit easier?Assuming you know 'C' of course...Statistics: Posted by MarkDH102 — Fri Jun 21, 2024 5:53 am
View ArticleTroubleshooting • Re: FTP server config for anonymous and remote access
The correct username for anonymous FTP is anonymous, not ftp.Statistics: Posted by Solskogen — Fri Jun 21, 2024 6:29 am
View ArticleRaspberry Pi OS • Re: uanaughtylist Firefox addon in RPiOS
It is part of rpi-firefox-mods. It changes the useragent for Youtube.Personally I removed it.could you elaborate a bit for the unknowing?what's a useragent and what does it do for me?why do i even...
View ArticleRaspberry Pi OS • Re: Latest arm64 Paspberry Pi OS checking for armhf package
On Raspberry PI OS you *can* install (and use) armhf packages if you want. You can disable that by doing aCode: dpkg --remove-architecture armhfStatistics: Posted by Solskogen — Fri Jun 21, 2024 6:34 am
View ArticleBeginners • Re: where has my posting gone on redshift not working
The international date line is roughly at lon=180.0 but it varies by latitude as it tends to follow country borders. etcStatistics: Posted by pidd — Sat Jun 22, 2024 5:20 am
View ArticleGeneral discussion • Re: Does it make sense to make a laptop with Raspberry...
'Laptop' is a big word and many will think of people trying to build a macbook air styled/sized unit.Luggagable AIO (all in one) builds are easily possible at low costs. What is pictured here -...
View ArticleRaspberry Pi 400 • Re: Raspberry pi 4 overclocked to 3.4ghz
Currently that is just numbers.Use any benchmark to compare 3400 with default frequency, or other PIs.Like pichart from this...
View ArticleHATs and other add-ons • Re: Stacking multiple official HATs on Raspberry Pi
I make it potentially fourYeah, but it's not feasible to have two power HAT+ connected, hence why I said three.sure it is! Cut the I2C pins on your stacking headers, load the overlays needed...
View ArticleAutomation, sensing and robotics • Re: Execution of scripts when pressing...
It is much easier for me to learn from real examples.The gpiozero documentation is exceptional in its use of examples.Like this one -2.5. Button - https://gpiozero.readthedocs.io/en/late ......
View ArticleTroubleshooting • Re: Can't install Windows 10 on Raspberry pi 3 b+
because windows runs on computers, and the rpi is a computer!The RPi is a SBC, not quite the same as a "Computer".Banana Pi, Milk-V are "computers" therefore they can run Windows 10/11?Windows runs on...
View ArticleAutomation, sensing and robotics • Re: Extend duration of reed switch signal
Hello Pi forum!I am trying to create a controller for a old tipping bucket rain guage. I have a problem when trying to read from the switch, it switches too fast so the GPIO input does not sense it, i...
View Article