Quantcast
Browsing all 5341 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Interfacing (DSI, CSI, I2C, etc.) • Re: 5V pins on the Raspberry Pi 5 are on...

The 3.3V rail should be disabled when powered off.But only if the EEPROM configuration includes "POWER_OFF_ON_HALT=1".Perfect, I have the POWER_OFF_ON_HALT=1 and just tested with the 3.3V and it's...

View Article


Deutsch • Camera Module 3: Inbetriebnahme auf RPI-OS Bullseye

Moin.Ich habe mir für meinen RPI Zero 2W das "Camera Module 3" bestellt.Auf dem Zero 2W läuft Bullseye Lite.Ich möchte die Kamera gerne als IP-Kamera verwenden, also von außen darauf zugreifen.Wie...

View Article


SDK • Re: Number of free blocks negative value

okay, I flashed the pico and install micropython again. The os.statvfs('/') shows now the correct (I hope so) result:(4096, 4096, 212, 210, 210, 0, 0, 0, 0, 255).For me the good news is that the...

View Article

Image may be NSFW.
Clik here to view.

Advanced users • Re: No DRM in Firefox - can't find the...

is that i3Yes. why'd you ask?i was thinking you should center the title.Code: title_align centerorremove them.Code: default_border pixel 5default_floating_border pixel 5 ? I like it the way I set it...

View Article

MicroPython • Re: Error with using PCA9685 on Raspberry Pi Pico W

I would believe that line 5 in servo.py should be:Code: from pca9685 import PCA9685As there is no file called pca.Statistics: Posted by kheylen25 — Sat Feb 10, 2024 9:17 am

View Article


Advanced users • Re: Image File Utilities

I'm having a problem with 'image-set-partuuid'. I have gotten the partuuid # I need to use from running lsblk --fs: Code: lsblk --fsNAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE%...

View Article

Image may be NSFW.
Clik here to view.

General discussion • Where can I find a Pico Pinout that uses the new...

The datasheet of the RaspBerry Pi pico that can be found herehttps://datasheets.raspberrypi.com/pico ... asheet.pdfuses non-standard abbreviations for the SPI-pins.It looks like thisTo me these...

View Article

Official Display • Re: Pi 5 Official Touchscreen Issues

I'm also experiencing these issues running the official touchscreen display on the latest Bookworm image (coincidentally also for Pianoteq).It seems that the new Wayland-based Wayfire window manager...

View Article


Image may be NSFW.
Clik here to view.

Advanced users • Re: Moving Linux Kernel to 6.6

Doing some more testing here;I've switched to Openbox/X11 to start with!There are options for KMS in order to pick-up the rotationhttps://github.com/raspberrypi/linux/bl ... modedb.rstLet's take it...

View Article


Image may be NSFW.
Clik here to view.

General discussion • Re: Where can I find a Pico Pinout that uses the new...

What you really mean is "a different set of abbreviations" PeterOStatistics: Posted by PeterO — Sat Feb 10, 2024 9:37 am

View Article

General discussion • Re: Strange How To FIx It

That didn't produce ip address to which services were listening to it. This is strange tho. Just as strange as I sometimes see in my access.log an ip address of 192.168.5940.333. The 5940 shouldn't be...

View Article

Beginners • Re: GPIO pins

Thanks allStatistics: Posted by RaspyHat — Sun Feb 11, 2024 9:28 am

View Article

Beginners • Re: Hwo to fix my OS booting screen?

The EDID status says none, [ ... ]Also, what command do I have to run to set the resolution?The post from @terribleted immediately preceding your question in this thread shows what configuration...

View Article


Networking and servers • Re: [31/01/24 getting Urgent] sharing connection...

I have seen 200Mbps on my pi4And in my case it’s the other way round WiFi is more reliable than powerlineI think there just bad powerline adaptersAll I need to know is the software setup neededI tried...

View Article

C/C++ • Re: Gcc compilers confusion

Is it the 64-bit or 32-bit version?Which image was it installed from - Lite; Desktop; or Full?All versions of Raspberry Pi OS come with GCC pre-installed and ready to use.With Bookworm you get GCC 12...

View Article


Français • Re: gpio c++

vos affaires vont plus vite que je ne pensais/craignais... ????Statistics: Posted by ludoraspberry — Sun Feb 11, 2024 9:36 am

View Article

Troubleshooting • Re: C++ fgets behaving very oddly on Bookworm

8. If I could find the source code of tail ...https://github.com/coreutils/coreutils/ ... src/tail.cStatistics: Posted by AndyD — Sun Feb 11, 2024 9:37 am

View Article


Image may be NSFW.
Clik here to view.

General • Re: Using PIO to read in custom bits via clock - not working

Damn. That did it. I changed the code to autopush 32bits and the PIO was just this:Code: .program gbwait 1 pin 3wait 0 pin 3in pins, 2And now I'm getting the image. It's wrongly aligned, but that's...

View Article

Troubleshooting • Re: Pi5 power supply use without usbc

Two of the wires to the PSU (A5 and B5) require a 5K1 resistor to ground to signal to the PSU that there is a device needing power. See the Pi4B schematic.Even then, without PD negotiation, you can...

View Article

Other programming languages • Re: Scripting help needed - extract a part of...

You could do it with a series of sed commands. There's probably a simpler way of doing it thought. Maybe with the date command.Code: atq | sed "s/Jan/01/;s/Feb/02/;s/Mar/03/s;Apr/04/;" # and so onI...

View Article
Browsing all 5341 articles
Browse latest View live