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

General programming discussion • Re: What is the best free bash scripting...

I disagree. If that's the interpretation, then the word advanced has no meaning. It is not performing any function.Yes, I realize that we live in an age where words don't have meaning anymore. It's...

View Article


Networking and servers • Share WLAN port to USB0, how to enable port forwarding?

Hello, I would want to ssh into a device that is connected to a Wireless LAN through a Raspberry Pi Zero W. To better explain what I mean, here is a quick rundown of the setup. There are three devices...

View Article


Troubleshooting • Why when I take a video with 30fps I get one with 25 fps?

I am taking a video with the following commandCode: rpicam-vid -t 15000 --framerate 30 --width 3200 --height 1300 --codec mjpeg -o hello.mjpeg(just to check I also doCode: rpicam-vid -t 15000...

View Article

General discussion • Re: Raspberry Pi 3b+ with external SRAM

It is possible but to interface to the chip you need 8 data lines, 15 address lines, and 3 control lines; 26 in total plus power. You need to take those to Pi GPIO pins or deliver some of them via...

View Article

Beginners • Re: Flightaware dump1090

I have followed the anti rez/dump1090 program that you provided and success. As I can now see everything makes sense with the file dump1090 inside the dump1090 directory, this is where I was going...

View Article


Français • Re: gpio c++

je suis malade comme un chien ! donc je suis pas tous là ! je fais de mon mieux ! merci a vous , donc j'ai essayer Code: void ecritTemperatures(char * nomFic, float temperatureExt, float...

View Article

Python • Re: How do I fix this Python code?

I added the Code: try: and it didn't say "syntax error" but when I ran the code it recorded fine but when I stopped it, it still was recording. It was supposed to stop recording when I stopped the...

View Article

Official Display • Re: Cannot power up the display via GPIO pin #2 and #6...

Finally I found the problem. It is my fault. I connect the Pi5 to an official 7" touch mon. At the same time, I use VNC viewer on the desktop PC. I use the mouse connected with the PC, not the mouse...

View Article


Other programming languages • Re: Introduction to BBC BASIC

I have released version 1.39a of BBC BASIC for SDL 2.0 - the cross-platform programming language for Windows, Mac OS, Linux, Raspberry Pi OS, Android, iOS and in-browser. The changes in this version...

View Article


Troubleshooting • How to setup tft screen for rpi4?

The only thing I'm wondering is how to setup the tft screen for my rpi4. It works normolly in rpi3 but in rpi4 it's just showing white screen. Tried installing firmware of them but once it shows the...

View Article

Other • Re: Active Cooler Stopped when booting from USB

Is Kali Linux - Raspberry pi 5 not the official Supported OS??I downloaded it from here: https://kali.download/arm-images/kali-2 ... m64.img.xzStatistics: Posted by sensenpai — Tue Feb 27, 2024 3:58 pm

View Article

Beginners • Re: Asking for some guide RE a beginners' OS choice

The games might be emulated which is a huge amount of work for a Zero. It's a 1GHz, 512MB, ARM v6 core, (same as the the Pi1 launched 12 years ago) so you cannot expect great performance when running...

View Article

General • Re: Maybe a stupid question about the PULL instruction of PIO

What do you mean when you say " push one byte every 1 second to the Tx FIFO"?You can't push bytes to the FIFO, it's a FIFO of words.Of course, you can push a word where only the low 8 bits are used,...

View Article


General • Re: Transfer data over wifi for pico for a high sampling rate

Is my scaling factor correct?3.3/2^!2??Statistics: Posted by Pranjol93 — Tue Feb 27, 2024 4:08 pm

View Article

Troubleshooting • Re: Raspberry Pi camera not working

In Thonny, try the "FIrst Example" from section 2.3 of the Picamera2 Library (python). It works for me on a Pi3 running Raspberry Pi OS with desktop (64-bit) Bookworm with camera module 2 attached....

View Article


Troubleshooting • Re: Not connected to Wi-Fi with wlan0

Anyway, does it work if you install Raspberry Pi OS onto a spare microSD card using Raspberry Pi Imager and use its OS Customisation seeting to set user, passwrod, WiFi etc. then boot from that?Sorry...

View Article

Beginners • Re: Automatically setup VNC

Two thoughts:Copy the code used by raspi-config? It's on GitHub https://github.com/RPi-Distro/raspi-configIn Bash source the code used by the script:Code: . raspi-config nonintthen call the relevant...

View Article


Beginners • CircularOutput incomplete

The H264 files created by my script are often missing huge chunks of footage.My script is based on the capture_circular_stream.py example (a combination of mjpeg_server.py and capture_circular.py),...

View Article

General • Re: Clock naming clarifcation, clk_peri vs UARTCLK vs PCLK

UARTCLK is clk_peri, and PCLK is clk_sys - see the note at the end of 4.2 (just above the 4.2.1 heading) in the datasheet.The ratio constraint is unlikely to bother you unless you are doing really odd...

View Article

Beginners • Re: Radical RPI5 Audio Idea or is it?

There are lots of HDMI audio splitters available. https://www.amazon.co.uk/hdmi-audio-spl ... o+splitter.Statistics: Posted by kip_the_elder — Tue Feb 27, 2024 4:18 pm

View Article
Browsing all 5226 articles
Browse latest View live