General discussion • Re: Raspberry Pi 4 Cannot Find Any Wifi Network
What type of case are you using?Statistics: Posted by kip_the_elder — Sun Jul 21, 2024 11:47 am
View ArticleDevice Tree • Re: RPI5: Issue with GPCLK0 Clock Generation on GPIO4 in ALT0 Mode
Yes. As long as VCO and divider input maximums are respected.Thanks a lot for the positive info.There might be enough plumbing in the clocks framework to just declare parents and clock rates manually...
View ArticleItaliano • NVMe PCIe M.2
Hi everyone, I'm trying to install Windows 11 Arm64 on Raspberry Pi 5 with the NVMe PCIe M.2 drive instead of the SD card. Can anyone tell me how to do it, it would be fantastic, thanksStatistics:...
View ArticleGeneral discussion • Re: Will this work
... just wasn’t sure if after the pi was capable of powering up and then running the software straight away without having a laptop connectedYes, but then you need to set up the software to run at...
View ArticleBeginners • Re: Power Multiple PI's
Plug in some USB disks and the Pi 5 needs more than 5v * 3 amp. That means PD. PD is tricky.Yes, no and no.If you are using HDDs or SSDs via USB or via PCIe, a PSU with 5A or greater capacity is...
View ArticleTroubleshooting • Re: Bios does not recognize raspberry Pi in g_multi mode
However, I noticed that Windows only recognizes the drive from the RaspberryPi when it is connected to the usb-c port of the RaspberryPi... it does not recognize any device via the USB 3.0...
View ArticleGeneral • Re: BBC BASIC on the Raspberry Pi Pico?
This is one for Bill. The build command I use is 'make BOARD=pico+w' which I assumed would build a version with all the necessary network SYS calls enabled.I agree that the network support routines...
View ArticleGeneral discussion • Does Pi 5 Official Active Cooler affect the WiFi?
Hi folks,I've had a large heatsink, which is sold specifically for the Pi 4 severely affect the WiFi, so I'm now being cautious with cooling: Does the Pi 5 Official Active Cooler affect it's WiFi? I'm...
View ArticleRaspberry Pi OS • Re: Swap memory on an M.2 storage device
Someone mentioned memory cache in SSD. The cheaper SSDs are "DRAMless" and use main memory for their workspace, chewing up whatever they want, 50 MB or 250 MB, a huge amount compared to 1 GB of RAM....
View ArticleGeneral discussion • Re: Does Pi 5 Official Active Cooler affect the WiFi?
I haven't noticed any issues. The antenna is clear.Statistics: Posted by gordon77 — Mon Jul 22, 2024 11:24 am
View ArticleGeneral • Re: Reading the internal temperature on a Pico using a solar panel
the internal temperature is calculated using ADC_VREF, which is different each time.How do you know the ADC_VREF is different each time, and why would that be ?If your hardware is using a regulator to...
View ArticleTroubleshooting • Re: sound on autostart
$ cat /etc/os-release PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"NAME="Raspbian GNU/Linux"VERSION_ID="10"VERSION="10...
View ArticleTroubleshooting • Re: Switch audio output via CLI
Hello,I suppose that you have another sound card on your RPi5 and that you use pipewire with wireplumber.You can use "wpctl" to change sink from HDMI to another "sink" The command:Code: $ wpctl...
View ArticleOther RP2040 boards • Re: Communication between RPI and pico stops.
Thanks for your suggestions. I don't think that adding a second interface is going to help. My current testrun has over 60 million back-and-forths at 1000 per second, and my client is using about 10x...
View ArticleHATs and other add-ons • Re: Industrial I/O
This is really nice work. I have a Seeed Studio reComputer R1025 model.I was able to communicate with Modbus TCP to my Siemens PLC, MQTT, BACnet/IP, and a Modbus-supported sensor. Then I collected the...
View ArticleGeneral • Re: Pico Project Generation Error
PICO_SDK_PATH is C:/Pico SDK v1.5.1/pico-sdkCMake Error at CMakeLists.txt:21 (project): 'nmake' '-?'A Windows set-up using the Official Pico SDK 1.5.1 Installer for Windows doesn't use 'nmake' - it...
View ArticleTroubleshooting • xrdp connection sync with hdmi output
Hi, I have a remote desktop connection (xrdp) from my Windows laptop to my Pi (Raspberry Pi 4 B). This connection worked perfectly before I plugged a display screen into the hdmi port. After plugging...
View ArticleTroubleshooting • Re: Video not displaying in Chromium 126.0.6478.164
Thank you for your suggestion to flash a spare SD card with Pi OS Bookworm and check if Chromium plays videos correctly. Before I proceed with that, I want to mention that I've tested the same version...
View ArticleGraphics, sound and multimedia • Re: Accessing individual Channels of HDMI /...
That way the player for each application has its own device to use. Then have something that does a composite of all those to merge to the HDMI device.The step of creating virtual devices is clear - I...
View ArticleOff topic discussion • Re: Has the Crowdstrike global outage affected any key...
This is a Crowdstrike issue, exacerbated by Windows allowing it to have ring 0 access in the first place... Pretty much blame the EU for making Windows "allowing it to happen". They have to let them...
View Article