General discussion • Re: Copilot icon..
Gee and I thought my post might have been helpful to anyone that wanted to do same or could use the idea to add a different app.. Nobody ahs said that it isn't. We've just gone off topic Statistics:...
View ArticleRaspberry Pi OS • Re: RasPiOS Bookworm Lite with GUI on Pi5
How does wayland handle this? Is there an equivalent tweak that must be applies, or does it Just Work? If it needs a tweak, I'm tempted to ask for these tweaks to be added to the Lite version of the...
View ArticleTroubleshooting • Re: SSD through one USB cable is booting, but not from...
usb adapters with Jmicron chips are problemmatic under some linux systems.i have 2 adapters, one is asmedia, the other jmicron. jmicron does not work.plug it in, and do a "lsusb" which should identify...
View ArticleGraphics, sound and multimedia • Re: Setting framebuffer size issue
Totally understand. I'm fixing all those issues in the new player version. Hopefully supporting just HDMI displays will simplify the process.Thank you!Statistics: Posted by peppy.player — Thu Jan 18,...
View ArticleTroubleshooting • Not booting Raspberry pi 4
Hi,I observe a big problem with my raspberry Pi 4, it refuse to boot , i work with a developpment card https://www.waveshare.com/product/raspb ... -board.htmWhen i power on , the red light is on , the...
View ArticleTroubleshooting • Re: Raspberrypi 5 disconnect issue
What power supply are you using?Statistics: Posted by neilgl — Thu Jan 18, 2024 8:00 pm
View ArticleTroubleshooting • RPI5 Bootloader FAT read failed
I bought a RPI 5/8GB, Intenso microSDXC 128GB Class 10 UHS-I U1, RPI5 Power supply, RPI5 Case.I made the SDCard bootable with RPI Imager from Windows (Debian Bookworm 64Bit Desktop)I get this error...
View ArticleDevice Tree • Basic i2s overlay that supports duplex audio
Hi All,Does anyone have any pointers on a path I can look at to make/modify a basic i2s overlay. The board I have is the clock master for the pi, and transmits i2s audio into the pi (Microphone) and...
View ArticleNetworking and servers • Re: Add multiple Wi-Fi networks for connection
Use the Network Manager TUI tool.Code: nmtuiStatistics: Posted by klricks — Thu Jan 18, 2024 8:03 pm
View ArticleGeneral discussion • Re: Pi 5 active cooler fan noise
Yeah baby Statistics: Posted by twilightened — Thu Jan 18, 2024 8:04 pm
View ArticleMicroPython • Re: mpremote over UART/RS485
Normally on RS485 you have what we call master/slave mode which is now called client/server.master is client and slave is server. The server will be the pico. Two methods to have the pico sending .The...
View ArticleDevice Tree • Re: Basic i2s overlay that supports duplex audio
1. Which Pi are you using?2. What happens when you try to use both directions?Statistics: Posted by PhilE — Thu Jan 18, 2024 8:11 pm
View ArticleSDK • USB Data with interrupts
hi, i'm doing a project in which i need to get samples from a audio device on the computer and send them to the pico over usb. i did this:#include <stdio.h>#include <pico/stdlib.h>int...
View ArticleSDK • Re: Raspberry Pi Pico has two timekeepers?
It looks like you're using FreeRTOS? My wild guess is that FreeRTOS is using the SDK's system tick timer for the time functions instead of the RTC block. The system tick timer is a 64-bit timer that...
View ArticleBeginners • Re: Looking for proper steps for in-place upgrading from Buster...
It's worth mentioning that rpi-monitor (https://github.com/XavierBerger/RPi-Monitor) appears to have not been updated in 2 or 3 years. The last post, from 2 years ago, says "I don't have time to...
View ArticleGeneral discussion • Feeding single Raspberry Pi 4 with two power cables
I'm using this Anker PowerPort 10 to run my Raspberry 4: https://www.amazon.es/gp/product/B00YTJ ... UTF8&psc=1It was running nicely before with my RPi 3, but it seems to be a bit weak for my RPi4...
View ArticleTroubleshooting • Re: Pi 5 not booting
It seems reasonable to suppose that if that controller cannot be found there will be little chance of your RPi[5] board booting and operating correctly.from what ive seen so far:youll loose control...
View ArticleFrançais • Re: gpio c++
as tu un exemple avec un bout de mon code ?Je suis en train de regarder votre code, et de le modifier avec des checkers : les notes de pylint sont passées de -20 à 9 (sur 10; la derniere est...
View ArticleTroubleshooting • Re: New Raspberr Pi 5 runs hot compared to different RP5
If you need any other information please let mee knowAre you planning to return it?Statistics: Posted by ejolson — Fri Jan 19, 2024 7:41 pm
View ArticleGeneral discussion • Creating an image file from an existing boot drive
I've successfully installed my OS on a left over 250 GB sata SSD with a USB adapter. I'm now able to boot from this drive with must faster results than from an SSD card. Using a Pi 4 w/ 4 GB RAM....
View Article