SDK • Re: Problem Specifying Custom Board File
Thank you very much for your response, and even more for the added details and suggestions.I changed to Code: CMAKE_CURRENT_SOURCE_DIR, and sure enough that did the trick. I was able to remove the...
View ArticleSDK • Re: HAS_RP2040_RTC analog in CMakeLists.txt
I discovered I can simply remove hardware_rtc from target_link_libraries and it still builds OK with PICO_BOARD pico. I don't know why that works. Maybe hardware_rtc gets pulled in by...
View ArticleNetworking and servers • Re: RAID setup problem
Good evening everyone, I have a Raspberry Pi 4 8GB RAM that I use as a server, to this I have attached (via a powered hub) 5 HDDs, 1 for data sharing with SAMBA (4Tb), I would like to set up the other...
View ArticleGeneral discussion • Controlling a USB device with GPIO pins?
I have a USB strip of LEDs that I'm powering through a 4-port hub that is not connected to the Pi in any way.The Pi is running an OctoPrint instance with a plugin to control GPIOs.I want to turn the...
View ArticleSDK • FreeRTOS pico2 configENABLE_MPU
I'm able to build OK with PICO_BOARD pico2 if I #define configENABLE_MPU 0 in FreeRTOSConfig.h.I cloned git@github.com:raspberrypi/FreeRTOS-Kernel.git and I'm pulling it into CMakeLists.txt like...
View ArticleTroubleshooting • Re: Pi 5 not accessible by other Pi’s Mount
Hi thagrol!Well due to your persistence I’ve got it working! THANK YOU!!Part of the problem was I was trying to follow what has worked here before on other combinations – all Ubuntu and/or some...
View ArticleGeneral • RP2350 with IOVDD as 1V8 - what about SWD and XIN?
I want to design a PCB and use RP2350 with all Bank 0 GPIOs as 1V8.I have studied all the docs I could grab (datasheet, HW design guide, Pico 2 example PCB), but some questions remain unclear.1. QSPI...
View ArticleAdvanced users • Re: Get rpi-2712 kernel for RPi 5 after upgrade from Debian...
One more thing to note, rpi-update is not the normal update mechanism for the stable release kernel. It's "A tool to get the latest bleeding-edge firmware and kernel for your Raspberry Pi. … Even on...
View ArticleGeneral discussion • Moving /var/log to external disk?
What is the best way to redirect /var/log content to an external disk? I have seen two basic methods, but neither seems to work?1) symbolic link? Say the mount path of the disk is /mnt/var/log,...
View ArticleBeginners • rpicam-hello and background text
Is there some way to launch rpicam-hello from the command line and clear the text on the background so it's not surrounding the preview window?I know I can cover it up if I display the image...
View ArticleGraphics, sound and multimedia • Re: Need driver file for touch function
1. It is capacitive Touch2. Yes it is USPStatistics: Posted by pandian — Thu Sep 12, 2024 4:14 am
View ArticleHATs and other add-ons • Re: M2 Hat+ with 5V Case Fan
My concern is that since I don’t know if the m.2 hat is sensitive to the current it receives from the 5V pins, I don’t know how it will affect it.makes me asaume you're new to electronics.Look at the...
View ArticleTroubleshooting • Re: Raspi 5 8gb turns off shortly after boot.
I'd also look at what your Pi 5 has is common with your recent Pi 4B failure.Anything connected to GPIO etc?Nothing is connected to gpio and I have currently never used the pis gpioStatistics: Posted...
View ArticleGeneral discussion • Re: Moving /var/log to external disk?
Traditionally, it wasn't unusual to have a dedicated /var and/or /var/log filesystem. Just mount the filesystem directly, e.g.Code: /dev/sdb1 /var ext4 defaults 0 2If you're moving /var/log for...
View ArticleHATs and other add-ons • Re: Seeking Hat for Extending USB Interface Without...
Thank you for your response. The model I’m using is a Pi4, which was mentioned in the subject. However, from my understanding, a basic USB HAT for the Pi4 should also work with the Pi5.To clarify...
View ArticleAutomation, sensing and robotics • Re: Voltage sensor with ADC on Raspberry Pi 5
Some information is needed:- what voltage range do you want to measure?- show your python program. Use code-tags for source code, see viewtopic.php?t=84477- show your setup. Either a clear photo, or a...
View ArticleGeneral discussion • Gnome4
Hi there,It seems, that Raspberry Pi has a good GPU. That's why I have a question. Maybe the Gnome4 will work on it?Statistics: Posted by dorishuntt — Fri Sep 13, 2024 1:53 am
View ArticleTroubleshooting • Re: Stremio install
For the screen where the bluetooth search constantly goes, you have to physically skip that screen if you don't want to connect anything, you can always connect something later though, just connect a...
View ArticleFrançais • Re: Informations sur Raspberry Pi 5
Bonjour,Déjà, merci pour ce thread bourré d'infos très intéressantes, j'ai beaucoup appris grâce à vous !Trop d'informations, parfois trouble dans le choix, je m'en remet donc a vos conseils avisés...
View ArticleOff topic discussion • Re: Boolean Algebra?
In Boolean Algebra there is only 1 or 0. In numerical terms these are also 1 and 0. Nothing else exists. Addition and multiplication work nicely with it.I would say that in Boolean Algebra there is...
View Article