Raspberry Pi OS • Wayland window size and position
I'm an experienced Raspberry Pi user, but new to the Raspberry Pi 5 and Wayland.On the Wayland desktop, all windows open at the same position and with the same size. This is quite confusing because...
View ArticleSDK • Re: Any downsides to using RPi 5 for install of SDK?
Code: sudo openocd -f interface/cmsis-dap.cfg -f target/rp2040.cfg -c "program blink/blink.elf verify reset exit" I don't understand the need for 'sudo' with this, and it seems wrong - but it is...
View ArticleC/C++ • Re: Pico SDK compilation question re placement of preprocessor...
The terms in CAPS (PICO_DEFAULT_I2C_SDA_PIN, GPIO_FUNC_I2C, etc.) are preprocessor macros (in this case, names for constant values).However, puts(), i2c_init(), gpio_set_function(), and gpio_pull_up()...
View ArticleTroubleshooting • Re: After the 'Welcome to Raspberry Pi' Screen - blank display
After doing an update on 30/01/2024, all my Pi4B (5) and 5 (1) now fail to boot to a usable screen.While you do get the first bit of CMD line information on the screen and then the Rainbow screen,...
View ArticleRaspberry Pi OS • ZlibInStream error with Wayvnc
I'm using a headless Raspberry Pi 5 with Wayvnc, with Realvnc client on the Mac. I'm aware of some issues with Wayvnc, but most of the time it seems to work very well.But sometimes I get the following...
View ArticleAdvanced users • Act LED on rpi 5 with Pineberry bottom NVME drive
I have an RPI 5 with the Pineberry Pi bottom-mounted NVME drive, which uses the PCI bus connection. I would like to make an external LED blink with activity on the drive. Does anyone have an idea of...
View ArticleGeneral • Re: BBC BASIC on the Raspberry Pi Pico?
The assembler does work, there is a working simple example (hello.bbc) included in the repository.Please post your code, or a link.Statistics: Posted by Memotech Bill — Wed Jan 31, 2024 8:03 am
View ArticleTroubleshooting • Re: RaspberryPi5’s keep crashing
Thanks for follow-upsYes should have said, I’m using Ethernet and also tried two different connections/cables.Re power I have tried two of the new 27W pi5 official charges.As for ssd, 1x SanDisk...
View ArticleTroubleshooting • Re: Raspberry Pi Model 4 as USB Storage Device
Thanks for the help. Now the Configured Raspberry Pi 4 as USB Storage devices detected by MacBook, I am able to copy the files. However when I want to check the copied files in the Raspberry pi, I...
View ArticleBeginners • Re: pi-5-active-cooler
i don't see away to control it.https://www.raspberrypi.com/documentati ... ive-coolerhttps://github.com/raspberrypi/document ... 5%20speed)mines coming tomorrow, so i thought i would look about...
View ArticleAdvanced users • Re: HowTo: Install fresh OS on Pi5 NVMe 4tb 8tb drives
I love your image tools, I have a question, how to make a GPT image (shrinked) and restore it back (to big drive).? I don't understand your question. All the Image File Utilities work on GPT...
View ArticleFrançais • Re: gpio c++
ca ne fonctionne pas ! ludo@raspberrypi:~ $ lsBookshelf Documents Images Musique Téléchargements WiringPiDesktop gpiod_cpp Modèles Public Vidéosludo@raspberrypi:~ $ cd...
View ArticleCamera board • Re: HQ-Camera Strange disturbances in the picture
Code: swe@raspi5:~ $ v4l2-ctl --list-devicespispbe...
View ArticleRaspberry Pi OS • Re: Moving SD card from Pi4 t o Pi5
Yeah, I updated a bullseye Jellyfin setup (32bit) that has gone through the Pi3/Pi4 switch earlier this year, that was easy of course.Used the above Rpi5-boot a while back (thanks) and it works OK.Of...
View ArticleAutomation, sensing and robotics • Re: 6 BME280 sensors with rpi 4
The BME280 is a good and reliable sensor in my experience. But it offers only 2 addresses. Though I haven't tried it myself, I think there are hub-like devices, which allow to extend the address...
View ArticleTroubleshooting • Re: Raspberrypi 5 not booting directly when powered over GPiO
Did you read the documentation link that James posted?Statistics: Posted by PhilE — Thu Feb 01, 2024 8:10 am
View ArticlePython • Re: AttributeError: 'NoneType' object has no attribute 'shape'
did you verify:a) cv"s video captture worked (before while 1 == 1)b) you got an image?Statistics: Posted by dbrion1 — Fri Feb 02, 2024 8:08 am
View ArticleGeneral discussion • Re: No RPi 5 for me.
My impression is very few businesses, schools, public utilities, banks and government offices are cheeky enough to challenge the spy and military operations of a hostile foreign government with an...
View ArticleGraphics, sound and multimedia • Re: Pi5 and MIPI display
Thanks for teh reply but holy poopski that's a lot of work to make the MIPI port work for a display. The company is a chinese manufacturer and currently saying I just need the Pi root files.You have...
View ArticleTroubleshooting • Re: VLC does not play HEVC media smoothly however Kodi...
I rebooted my Pi, ran another update and upgrade, and VLC seems to play HEVC files fine now, nearly no cpu usage. Not sure what happened but some kind of magic?Statistics: Posted by Arteom2035 — Fri...
View Article