General • Re: Connecting to Pi 400
Yes all updated to the very latest version - Bookworm 64 bit with October 24 Desktop. I'm using a Pi 4 power supply (NOT an official one) bought from Amazon - I have an external SSD connected via USB...
View ArticleGeneral discussion • Re: cost of ethernet
However I think the question vas different:why has not made a choice to provide a version of Pi-0 with the ethernet (even just a fast one) instead of the camera port. i think would have a market...
View ArticleSDK • struct uart_inst
I am confused by this, in `hardware/uart.h`:Code: // Currently always a pointer to hw but it might not be in the futuretypedef struct uart_inst uart_inst_t;I cannot find any definition for the `struct...
View ArticleHailo • Re: What's the command to test the github Hailo demos out with...
Does this help?Statistics: Posted by therealdavidp — Fri Nov 15, 2024 12:31 pm
View ArticleGeneral discussion • Re: Touch Screen 2
sounds like your best option is to simply buy a V1 touch! Your software will not be able to use the higher resolution most likely ...Statistics: Posted by aBUGSworstnightmare — Fri Nov 15, 2024 12:31 pm
View ArticleBeginners • Error: no module named pa1010d (The Pi Hut GPS module)
I have just purchased the Pimoroni PA1010D GPS Breakout from the Pi Hut.I already have the 11x7 Matrix Breakout working perfectly using the Garden Breakout system but I cannot get the pa1010d to run...
View ArticleBeginners • Re: Successfully connected (headless) to VNC Viewer, but it is...
I am brand new at Raspberry Pi and really struggled to get the OS loaded and connecting (headless) to my MacBook, but it finally worked. I know the pi is connected to the internet and laptop, because...
View ArticleRaspberry Pi OS • Re: Where to begin - errors in the latest OS Upgrades?
- I have always used the 5GHz WiFi band, but note that here (in Switzerland) only channels 36, 40, 44 and 48 are available in this band, hence likelihood of congestion/interference especially...
View ArticleMicroPython • Re: Class 'USBDevice' example for Raspberry Pi Pico
Thanks so much!I found these -https://github.com/micropython/micropython/blob/master/examples/usb/usb_simple_device.pyhttps://github.com/micropython/micropython-lib/tree/master/micropython/usbGoogle...
View ArticleBeginners • Re: Error: no module named pa1010d (The Pi Hut GPS module)
Follow the Pimoroni instructions and python setup.They're usually pretty up on this or fix it it something broke it.https://shop.pimoroni.com/products/pa10 ... 7258881107You may end up on GitHub...
View ArticleNetworking and servers • OVM and Pihole running on the same Raspberry Pi...
...is it possible?Sorry if someone else has already asked this question.Yesterday I set up OVM on my Pi 4B, all running well. Is it possible to add and run Pihole as well making it a dual purpose...
View ArticleRaspberry Pi OS • Re: mousepad for editing extreme files
Mouse pad doing things simply.Have you tried VSCode and maybe something like gistpad or many of the other plugins.Or maybe it is integrated by now like GitHub pretty much is.Statistics: Posted by...
View ArticleРусский • Re: Ошибка при запуске PINN
Have you tried installing another Operating System on your SD card, like Raspberry Pi OS, to test if your SD card is ok?Do you have another SD card you can try? Or another Raspberry Pi?Other than...
View ArticleRaspberry Pi OS • Re: RISC-V Emulator
Extracting the value of 'Perfect Number #25 ' using RISC-V Alpine container.Code: ubu@raspberrypi:~ $ podman run -ti amp24/amp_riscv /bin/sh/ # apk add nano fastfetch rust cargofetch...
View ArticleTroubleshooting • Re: Raspberry Pi 5 drops Wifi connection
Check that your router does not have a short lease time.What does this command show? Code: sudo iwlist wlan0 scan | egrep "Cell|ESSID|Signal|Rates"and this Code: journalctl | grep wlan0 | grep lease-...
View ArticleBeginners • Re: Where is /etc/default/rcS
Thanks, /boot/firmware/cmdline.txt already had fsck.repair=yes, like you said. All my efforts in googling mentioned grub and other solutions.Statistics: Posted by jools72 — Sat Nov 16, 2024 11:29 am
View ArticleTroubleshooting • Re: About the Black Screen Issue on Raspberry Pi 5 Bootup
Did you create the microSD card using Raspberry Pi Imager? If so we set the username (pi) and password in the Imager OS Customisation settings.I did create the SD card in Pi IMager, but I have already...
View ArticleTroubleshooting • Re: Pi5 hanging when transfering large files to NAS
Amazing! The 16K pages somehow interacted with something in your environment to trigger bad behaviour in the Linux kernel. Since there is a factor 4 difference in page size I'd want to check that...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Dual Screen setup with Touchscreen
Sorry, seems you don't understand my question as your answer makes no sense. Not able to provide further support:HelloIf you have any questions about waveshare products, you can send an email to...
View ArticleTroubleshooting • Re: SegFaulting and Inode errors on Raspi 3A
How could the shell script log the RAM usage to a file? I'm not a coder... Presumably the cron is being logged to a file anyway ? So just add a line to show the memory with "free -h"Code: #!/bin/bash#...
View Article