Quantcast
Channel: Raspberry Pi Forums
Browsing all 4866 articles
Browse latest View live

Troubleshooting • Re: VNC on Pi Zero 2W - last chance

Not a solution to your problem but VNC is almost certainly the wrong approach for video streaming - the zero will decode the video, display it, the VNC server will grab that, encode it again, and then...

View Article


Advanced users • Re: Moving Linux Kernel to 6.6

So yeah, the intermediate conclusion is that the GH kernel is a completely different kernel, that we just publicly don't know how it relates to he officially built one.I've already said the repo is...

View Article


Advanced users • [SOLVED] Re: How to reproduce official kernel builds to get...

I figured it out. The official stable kernel build also contains a set of debian patches. One of those patches enables per-module BTF info unconditionally, which leads to a module_layout mismatch....

View Article

General • Re: Cannot build DebugProbe firmware

TLS is Transport Layer Security and provides encryption on a connection using whatever protocol. SMTP email servers often require its use, for example.It relies on certificates. Often a certificate...

View Article

Troubleshooting • Re: UART clock setting on RPi 5

yeah, change that line, build and load the overlay, and then check dmesg after bootStatistics: Posted by cleverca22 — Mon Apr 08, 2024 11:12 pm

View Article


General discussion • Re: How to remove log messages from journalctl -b

You also have a higher risk of loosing logs due to reboots as these programs act on all logs in the directory not just one.FYI - Log2Ram writes out to disk on every reboot/power off and restores the...

View Article

Automation, sensing and robotics • Re: Send notifications to phone using...

back when i was handling push notifications some 15+ years ago, there was a lot of email gateways for smsso if you wanted to text 1(234)555-1234you would just send an email to...

View Article

General discussion • Problem Using `start_recording` with Picamera2 on...

Hello everyone,I'm working on a project with my Raspberry Pi, and I've hit a snag when trying to record a video using the `picamera2` library. I would appreciate any help or guidance you can give...

View Article


Networking and servers • Re: Cant get wireguard to connect - Willing to pay...

Trivially, you need to port forward UDP port 51820 from the Pi's router to the Pi.Hi dickon, Ive already port forwarded my PI (192.168.1.35) to port 51820 via my BT HUB firewall page.Wireguard doesn't...

View Article


Bare metal, Assembly language • Re: Raspberry Pi 5 Memory Map -- Accessing...

The Linux driver *is* the documentation, same for display.You may wanna consider releasing a datasheet or relicensing the Linux code. GPLv2 code cannot exactly be called "documentation".Statistics:...

View Article

Image may be NSFW.
Clik here to view.

Ubuntu • Re: Slow boot Pi4 Ubuntu 22.04.3 server: Failure...

perhaps try the next versionhttps://cdimage.ubuntu.com/daily-preinstalled/pending/also, don't know if it's me or them, but the download speeds, uuuhStatistics: Posted by kerry_s — Tue Apr 09, 2024...

View Article

Troubleshooting • Re: Error in Thonny I dont understand

From your other post (viewtopic.php?p=2210267#p2210267), it looks like this is related to using virtualenv.Are you using a virtual env? It looks like you are.You may need to tell thonny to use the...

View Article

Interfacing (DSI, CSI, I2C, etc.) • Re: Clarification on using PL011 UART

Should I disable Bluetooth as described in this section.Statistics: Posted by xtal256 — Tue Apr 09, 2024 10:41 pm

View Article


Media centres • Re: Peppy player

The player has been working fine. But today, it locks up randomly. I could select the radio browser and select a station, the station would play but the screen is not updated. It still displays the...

View Article

C/C++ • Accurate USB timestamping

Hi,I am interested in getting accurate timestamps for a USB camera, I understand cheap cameras are rolling-shutter but we should be able to time when linux receives the start of the frame. Do you know...

View Article


Image may be NSFW.
Clik here to view.

Beginners • Can't access via http to my Raspberry

Hello I'm beginner on Raspberry pi 5 os lite ( Debian 12) my first project is install pi hole to increase privacy, difficult tracking and block online adds. I follow the raspberry official guide to...

View Article

Interfacing (DSI, CSI, I2C, etc.) • Re: MCP3008 with spidev.h doesn't bring...

Yes, I saw and read that, but I didn't read into it "The chip select line chosen must be configured in as GPIO OUTPUT and not as SPI0_CE0_N (or likewise) as shown under the SPI0 Pin Mappings above."I...

View Article


Interfacing (DSI, CSI, I2C, etc.) • Re: Raspberry Pi Zero 2 W, gpio c library

Thanks drankinatty for the information: pigpio and tinygpio.Statistics: Posted by dennisnguy — Tue Apr 09, 2024 11:23 pm

View Article

Beginners • Re: Connect LCD Display and RFID together on RPI 4

You need a do-hicky otherwise known as a GPIO Extender. See the results from this Google search for ideas https://www.google.com/search?q=raspber ... s-wiz-serpI've run into that problem where a HAT...

View Article

Python • servo PCA9685 will not stop

servo will not stopCode: import tkinter as tkfrom flask import Flask, render_template, request, redirect, url_forimport sqlite3import timeimport datetime# Manually define SCL and SDA pinsSCL = 3SDA =...

View Article
Browsing all 4866 articles
Browse latest View live