General • Re: RP2350 external clock source
Not that you'll need it at these frequencies (assuming 12 MHz-ish which is almost DC) but rather than a dual output clock generator just feed a single one into two HC04 gates to drive the separate...
View ArticleGeneral discussion • Re: Anker Portable Battery For Rpi5 + Raspberry Pi 15.6...
That lightning bolt is the undervoltage warning.You can't 'damage' the HW but your filesystem may get corrupted if your Pi powers down all off a sudden.Ok great. I keep all my important files on an...
View ArticleGeneral • Re: ETM instruction tracing for RP2350
I think I've got it right Very cool! Out of curiosity: Which logic analyzer is this, at 1 GS/s capture rate?Statistics: Posted by czietz — Sun Apr 06, 2025 10:36 am
View ArticleBare metal, Assembly language • Re: Error message compiling Assembly language
I'm using -m as per instruction from a video. As you can see, I don't know much about codingI have never used -m, looks like it might be used for cross compiling or some such. If you ever see things...
View ArticleRaspberry Pi OS • Re: Allo Boss2 Dac No Sound Output After Update to bookworm
Some progress:The latest Moode version 9.3.0 finally has am updated Allo Boss2 driver. The bad news is that it only will play lower resolution files. Therefore it will not play .flac files. If you you...
View ArticleNetworking and servers • Re: Giving up on NAS
Requiring the entry of code into a terminal window to interface the Raspberry Pi with accessories to me is a real roadblock. So I'm selling all my Raspberry pi and Aduino stuff. I'll probably list all...
View ArticleGeneral discussion • Re: Device Manager?
Install "hardinfo" either with one of the GUI package managers (I prefer Synaptic) or the 'apt' command line.It will appear in the System Tools menu as System Profiler and Benchmark.Statistics: Posted...
View ArticleSDK • Re: Why C functions in PIO files?
Okay, thanks. It makes sense to put my functions there, then, since they only do PIO stuff and nothing more abstract than that. They're not ugly, but maybe along with an accent rug they'll really...
View ArticleCompute Module • Re: CM5 USB3-0 port as USB2
Show us your schematics and layout other wise we have no idea what you have done.Statistics: Posted by dp11 — Sun Apr 06, 2025 12:14 pm
View ArticleTroubleshooting • Raspberry pi 4 NAS stopped working
I have a Raspberry Pi 4 with a WD Passport USB hard drive attached and I’m using it as a simple file server in my home network. I have a VU+ Ultimo box downstairs which I use to access the files on...
View ArticleHATs and other add-ons • Neopixels giving strange results
Hi,I am using a Pi Zero W and have wired a Neopixel strip to it (https://thepihut.com/products/flexible- ... -led-metre).I have followed the tutorial from Adafruit both for wiring and for code, but...
View ArticleHATs and other add-ons • Raspberry Pi SSD Capacity Discrepancy
I recently bought the Raspberry Pi SSD Kit. The SSD is 256GB, however only 238GB seems to be available. Why is that?Statistics: Posted by shusseina — Sun Apr 06, 2025 12:52 pm
View ArticleAutomation, sensing and robotics • Re: Issue with Raspberry Pi Wake-Up...
Does the Pi wake up as expected when you use a simple push button on GPIO3 and GND?Also I normally use Code: sudo shutdown -h nowStatistics: Posted by neilgl — Mon Apr 07, 2025 11:59 am
View ArticleTroubleshooting • Re: Rasberry pi 5 booting problem
I can't read the scribbling on that adapter....but, that looks like it uses loose cables...I think that in itself suggest that the adapter is probably not PD enabled.Eh? It's slightly out of focus,...
View ArticleTroubleshooting • Re: RPi4 EEPROM corrupted
Yes it is bookworm clean installs don’t fix it thoughPost url fromCode: raspinfo | pastebinitStatistics: Posted by dom — Mon Apr 07, 2025 12:01 pm
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: RPI CM5 uart0 as a general purpose uart
UART1 is on GPIO0/1.You should add below to config text to stop the firmware probing for HAT'sCode: # GPIO0 or GPIO1 are not used for HAT id purposes -> prevent the firmware# from checking to see...
View ArticleRaspberry Pi OS • Re: Do *** NOT *** install LibreOffice ... (MOD: Using apt)
I have 7.4.7 on my desktop computer running Debian 12 :Code: apt policy libreoffice-gtk3libreoffice-gtk3: Installed: 4:7.4.7-1+deb12u6 Candidate: 4:7.4.7-1+deb12u6 Version table: *** 4:7.4.7-1+deb12u6...
View ArticleOther programming languages • Re: Freepascal create 32 bit binary using FPC
You'll probably be better asking in the Free Pascal/Lazarus forums.There's a few Pi users on there as well.Statistics: Posted by wildfire — Mon Apr 07, 2025 12:19 pm
View ArticleAutomation, sensing and robotics • Re: Reading from multiple ADC units...
Frankly I'd use an Arduino, which has six 10-bit ADC channels on board.Six channels but I would expect those to be multiplexed into one ADC convertor where the OP is looking for multiple simultaneous...
View ArticleGeneral • Re: Pico 2W (RP2350) Turn on a led without SDK
Hello lucas91.Can you post your code or at least explain the functions and parameters used?I thought the pico2W's LED could only be lit using the cyw43 functions.So, to program this in assembler...
View Article