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 ArticleNetworking 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 ArticleTroubleshooting • 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 ArticleGeneral 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 ArticleBeginners • 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 ArticleFranç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 ArticlePython • 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 ArticleOfficial 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 ArticleOther 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 ArticleTroubleshooting • 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 ArticleOther • 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 ArticleBeginners • 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 ArticleGeneral • 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 ArticleGeneral • 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 ArticleTroubleshooting • 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 ArticleTroubleshooting • 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 ArticleBeginners • 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 ArticleBeginners • 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 ArticleGeneral • 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 ArticleBeginners • 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