Raspberry Pi OS • Re: Reseting the settings on the Pi OS to something else
you know there's a lite versionuse imager to create & edit to customize/preconfigureHello!Of course. But in this case the configuration almost requires everything else that the full install would...
View ArticleGeneral • Re: How to set GPIO level change interrupt on both cores RP2040
UPDATEIt took me long time to understand that GPIO_BANK0 has two dedicated interrupt lines, one for each core. This is very different from all the other peripherals which have single shared line...
View ArticleGraphics, sound and multimedia • Re: Applepi on an apple 2 monitor
The 12" monochrome monitor? 560 X 192 double interlaced.I have the IIc monitor somewhere which is the 9" version.I think the IIc used the 15pin and the Apple ii used the RCA composite????.Statistics:...
View ArticleBeginners • How to change resolution in console? (Pi OS)
Hi, i am using Pi Os bookworm (64-Bit) on a Pi4. Because of Performance Problems With moonlight i Would Like to change the Resolution to 1080p. In the Desktop Mode i can do this via screen...
View ArticleBeginners • Re: How to change resolution in console? (Pi OS)
You can't change the resolution in config.txt any more. You can set a specific resolution in cmdline.txtviewtopic.php?t=361271Statistics: Posted by AndyD — Mon Sep 16, 2024 5:32 am
View ArticleGeneral discussion • Re: USB Battery for Pi 5
And test with different cables. They vary in resistance. 5 volt at the battery might be 5 volt at the end of the cable with no current draw but only 4.9 or 4.75 when there is current drawn. Use a...
View ArticleBeginners • Re: Raspberry Pi Zero 2 W memory split (I know...)
if you set gpu_mem=16 in config.txt, then the bootloader will automatically switch to the start_cd.elf firmwarethat is the "cut down" firmware that has fewer features and uses less ram at runtimebut i...
View ArticleAdvanced users • Re: minimum allowed size of boot FAT partition
Since you are working with a 3B(+) (and good for you - it's the best Pi model), you will need at least something on the SD card.the pi3 is able to network boot without an SD card, but its a bit...
View ArticleNetworking and servers • Re: building a sata nas
Do you want the SATA drives in RAID? If not, you could use the PCIe for a system disk and a powered USB hub for storage disks. The powered hub I have would handle three of the biggest SSDs. The Pi 5...
View ArticleGaming • Re: Batocera Bluetooth on Pi5
Don't everyone jump in on this at once.... lolStatistics: Posted by XDUDE3D — Mon Sep 16, 2024 6:20 am
View ArticleGeneral • Re: PICO 2 - Corrected version availability?
Yep, that is getting stuck if you don't disable the digital input.I guess more of the context is here: RP2350: hardware issue: stuck inputs #9541https://github.com/adafruit/circuitpython/issues/9541As...
View ArticleGeneral discussion • Re: A Pi Pie Chart
Last week I dropped my mobile and the screen shattered in a way similar to last year.The new phone is the Motorola Play 2024 based on the Qualcomm SM6225 Snapdragon 680, an octa-core Kryo 265 ARM...
View ArticleCamera board • Re: libcamera::Fence - Does this actually work?
I'm using a semaphore to block the main thread until the call back releases it.This means that the main thread can only make one request at a time. This is probably not as efficient as letting the...
View ArticleGeneral • Re: Need some help figuring out PIO code problem
Maybe because side-sets are executed unconditionally and without delay.From datasheet:If side-set and an OUT or SET write to the same pin simultaneously, the side-set data is used.NOTE If an...
View ArticleTroubleshooting • Re: 100% duplicate monitor not possible
Yoi will habe to switch to labwc window manger.Statistics: Posted by aBUGSworstnightmare — Tue Sep 17, 2024 4:58 am
View ArticleBeginners • Pi4: backup and boot device type questions (beginner)
Good morning all. I recently started to setup a NAS using a Pi4B with a SATA SSD using RaspberryPi OS Lite and OMV. My first intention was to set this up mainly for Time Machine backups of my two...
View ArticleOff topic discussion • Re: A Blast from the Past
Ah, yes...complete with a polyfuse for each USB port...... and JTAG populated. But it is not fully complete - the pi-pass is missing so USB is unUSBle Here is mine https://ibb.co/GCxcMW6 in not so...
View ArticleHATs and other add-ons • Re: Logic level shifter recommendations
Apologies if I must missed something obvious. Is there a link to the board or (better) a schematic? Bit hard to tell otherwise.The board is from an Amazon Echo 2nd Generation smart speaker. Model...
View ArticleNetworking and servers • Re: Raspberry Pi 5 / RPIOS 64bit lite Bookworm: Does...
I would not recommend editing the files directly. For desktop access run:nm-connection-editor# or sudo nm-connection-editorMy mistake. Install network-manager-gnome:Code: sudo apt updatesudo apt...
View ArticleC/C++ • Re: Example of GPIO use with Linux only (no third party libraries)
I did scratch my head over the logic operations in function gpio_line_set_values. It seems to turn everything on or everything off. In fact, that's what it does on my system. You might not have...
View Article