Français • Re: Informations sur Raspberry Pi 5
Logiquement le bureau apparait après une update / upgrade du système.Le cas de figure de l'écran noir avec le curseur clignotant ne se manifeste plus en suivant ce schéma :Installe distro --- update /...
View ArticleGeneral discussion • Re: Fail2ban List
You're better off asking the people who wrote fail2ban here: https://github.com/fail2ban/fail2ban/issuesStatistics: Posted by memjr — Wed Jan 24, 2024 7:17 am
View ArticleSDK • Re: Mocks for pico SDK?
Hey kilograham,Thanks for the pointer. I only need to play with things like Code: get_absolute_time() and change the value it needs to return..who I can validate if a decision I make based on time is...
View ArticleGeneral • Re: Bidirectional GPIO
The pin appears to be always low on the oscilloscope. Using gpio_get I always get a 0.I don't understand what your problem is. The oscilloscope says the pin is low. gpio_get() also reports that it is...
View ArticleGraphics programming • Re: Unexpected difference between Wayland and X11
OP saidSo, when using X11, the blueBuffer was 8 bits wide and with Wayland it is 5 bits wide. It looks like the first matching config has been chosen in both cases....For Wayland this is:Code: libEGL...
View ArticleCamera board • Re: Camera frontend timeout?
I guess if you're waiting much longer between captures than the exposure time then you can get these warnings. You can stop them by settingCode: camera_timeout_value_ms = 99999999in the rpi_apps.yaml...
View ArticleCompute Module • Re: Compute module 4 - stream
Hello everyone,As I mentioned, I tried it and managed to stream in 4K at 20 fps (3840x2160).Statistics: Posted by srmistral — Thu Jan 25, 2024 7:08 am
View ArticleUbuntu • Re: Is there a problem with the latest Ubuntu update?
looks are overrated sure raspberry os is not the prettiest girl on the block, but she's not the ugliest either.she'll give you first base and make you work for the extras. Statistics: Posted by...
View ArticleCamera board • Re: libcamera-hello works but not libcamera-vid
Raspberry Pi 5 uses the libav backend for video encode. This is and enormously flexible and powerful library for video encode operations, including audio encoding and container support, which would...
View ArticleCamera board • Re: Raspberry Pi Camera 3 Wide not working on Rpi3B+
Please go through the post here and follow the instructions EXACTLY.Statistics: Posted by naushir — Thu Jan 25, 2024 7:21 am
View ArticleGeneral • Re: Mount QSPI flash over USB
I'd suggest either ripping the code from CircuitPython, or reading the USB MSC spec. It's available online for free direct from the USB Implementer's Forum.Something to note is that MSC doesn't have a...
View ArticleOff topic discussion • Use Pico as an I2C Slave
Hi, The below mentioned code is micropython code for receiving data continuously in pico(Slave). We have tried different logics with Pico C but nothing worked. Could anyone provide the equivalent C...
View ArticleGeneral • Re: fried usb hub, with some wrong connection in pico.
You might have accidentally short-circuited or exceeded the current limit on your USB hub, causing it to malfunction. Always be cautious with current measurements and connections.how do I make sure I...
View ArticleGeneral discussion • rpi5 official power supply alternative
Hi, I have buy rpi5. But, official rpi5 power supply not available in India. Q.1: can i use rpi4 supply with rpi5? Q.2: what are other rpi5 supply which has better results. I am going to attached, 2...
View ArticleGeneral discussion • Re: rpi5 official power supply alternative
1. Yes. I think you will be OK with those peripherals. Cameras are about 200mA each2. I don't know of any right now., I will check to see where the India production of the Pi 5 supply has got...
View ArticleCamera board • Re: Raspberry Pi 5
The HQ camera is fully compatible with Raspberry Pi 5. Please go through the post here and follow the instructions EXACTLY.Statistics: Posted by naushir — Thu Jan 25, 2024 7:45 am
View ArticleTroubleshooting • Re: New Pi5 8GB extremely slow
What does ’Raspberry Pi Diagnostics’ say about the speed of your sd card?Statistics: Posted by rpiMike — Thu Jan 25, 2024 7:47 am
View ArticleOff topic discussion • Re: Use Pico as an I2C Slave
Isn't this the same as your other thread?viewtopic.php?p=2184157#p2184157Statistics: Posted by ame — Thu Jan 25, 2024 7:48 am
View ArticleTroubleshooting • kernel panic - not syncing: attempted to kill init! exit...
After a power shortage, my raspberry pi stopped booting. It displayed a bunch of cma_alloc failed lines, so I did what it's outlined hereviewtopic.php?t=254508and removed the relevant lines from...
View ArticleTroubleshooting • Re: How to change VNC desktop environment from Raspberry Pi...
New to the Pi's I have 2 Pi4 and now a pi 5, Using the standard raspi setup its easy to get VNC working.I have struggled with Ubuntu! I like the desktop of ubuntu but struggle to get the VNC...
View Article