Advanced users • Re: Use MIPI image sensor with RPI CM4
Hi, thank you for your time.I have contacted melexis and i have the datasheet, i have the pcb and all, but i don't know how to integrate it.i found other users that wanted to use this sensor and...
View ArticlePython • Re: pylint errors on normal "import RPi.GPIO"
RPi.GPIO is implemented as a c library. Perhaps this is the reason for the lint reports.Could be. It certainly seems to be a 'pylint' issue or limitation rather than anything else. This is on Buster...
View ArticleRaspberry Pi 400 • RPI_EFI.fd file
Does anyone know what RPI_EFI.fd file contains? Does it contain ACPI?Statistics: Posted by bphan — Mon Feb 26, 2024 3:33 pm
View ArticleFrançais • Re: Arduino-create-agent et Arduino Web Editor
Du coup j'ai installé cette version en .tar.gz, je l'ai extraite mais je n'arrive pas à la compiler.A priori (non testée) vous n'avez pas à compiler les fichiers extraits du tar.Vous devez veiller à...
View ArticleGeneral 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 ArticleTroubleshooting • Re: RPi5 8GB hanging and occasionally logging out
Seems to be after today's Wayfire update everything is ok now. At least, previously I had issues while closing some apps only, but anyway, we can be sure after some testing.Statistics: Posted by gory...
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 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 Article