Raspberry Pi Connect • RPI-Connect For Other Linux Platforms
Are there any plans to release a .deb package so this could be used on other linux platforms such as Debian?Statistics: Posted by RaspberryPiOSMan — Sat May 11, 2024 1:10 pm — Replies 1 — Views 50
View ArticleC/C++ • invalid operands to binary
Code: float measure_distance(){ float distance_cm = 0.0; gpio_set_input_enabled( ECHO_PIN, 1 ); gpio_put( TRIGGER_PIN, 0 ); // 设置低电平 sleep_ms(2); // 等待 uint echo_pin = gpio_get( ECHO_PIN);//...
View ArticleHATs and other add-ons • Reading RF signal properties from RFID reader
Hello I am new to this forum so apologies if this post is in the wrong topic.I am looking for a way to read the RF information from an RFID reader, such as received signal strength. I can see that...
View ArticleAdvanced users • [Solved] How would I identify if X11 or Wayland?
From a Terminal launched from the desktop "XDG_SESSION_TYPE" and "XDG_SESSION_DESKTOP" will show what one is using -pi@Pi4B:~ $ env | grep...
View ArticleGeneral • No UART Tx interrupts when FIFOs are disabled?
Is there a way for the UART to generate a Tx IRQ (indicating the tx buffer is not full) when using it in "single character mode", ie with FIFOs disabled? I'm trying to develop a Modbus RTU interface...
View ArticleTroubleshooting • Deformed application windows in RPi3 when connected remotely
Hi everyoneI have the following problem that I can't deal with and find an answer to. When connecting via VNC or TeamViewer as a remote session to RPi and open browser windows or other applications...
View ArticleUser groups and events • Want to connect HDMI inputs to raspberry pi
Hi Everybody I want to feed in HDMI input from a laptop using video capture card and run it through a ocr to convert the screen data to text and send it to chatgpt to get outputStatistics: Posted by...
View ArticleRaspberry Pi Connect • Possible to stream audio?
I'm an amateur radio operator who operates my station by logging into a Raspberry Pi. I'm able to stream my radio's audio but my method is a bit complex and tricky. Is it possible to stream my radio's...
View ArticleTroubleshooting • Bookworm Desktop Python Virtual Environment issue
Pi 4B 1GB, Bookworm Desktop 32-bit, Wayland and 'labwc'If I make a remote connection to this Pi I can run Python 3 programs which use PyGame and they all execute. When I try to run them from a...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Tired of chasing rabbit holes.
Apologies in advance for my question, especially if there is a simple solution already provided.This might just be that I am requesting the search incorrectly. I am looking for the solution to use a...
View ArticleBeginners • Make Install Error 255 Permission Denied
You have to run make as root/with write privileges to bin. The rest of the build process can be done as an unelevated user, but install requires writing to bin which requires write permission for that...
View ArticleHATs and other add-ons • Gertbot Vendors or PCB order?
Hello all,I recently dug out my old Gertbot board and feel in love with it again. However, I'm wondering where I can purchase another? The website links seem to have broken. Or if they aren't...
View ArticleAutomation, sensing and robotics • send rf events 433mhz not working
Hi,I follow these tutorial (https://mary.codes/blog/home_automation ... pberry_pi/) to try to send commands to manage my fan.I've bought receiver and transmitter and I set up the devices like the...
View ArticleGeneral discussion • How to minimize power consumption
Hi all!I'm using headless RPi 4B as an audio DSP device (CamillaDSP) on a crowded work desktop. I would like it to by powered by only a USB 3.0 port, that supplies only 900 mA. So far I've been...
View ArticleAdvanced users • Disable Screen Blank when in kiosk/full screen mode
I've got a RPi4b with official 7" touch screen which I primarily use as a "stream deck".The app that I use runs in full screen and while it's running I would like the screen to not go blank.When the...
View ArticleOfficial Display • Issue with Raspberry Pi CM4 Display Configuration
Hi everyone,I'm using a Raspberry Pi CM4 connected to an official Raspberry Pi screen. I followed the steps to edit the config.txt file and add the necessary overlay, but my screen still isn't...
View ArticleGeneral discussion • Unable to use Uart and Bluetooth in Rpi3 with audio output.
Previously used Rpi zero 2 W:Serial 0- ttyAMA0Serial 1 - ttyS0I had to use the UART(for reading coordinates in gps) and meanwhile connect bluetooth and output the audio. things I did:Code: sudo...
View ArticleCamera board • No cameras available!
Hello, I'm having an issue where the camera on my Raspberry Pi 4 isn't working.I have performed a clean installation test of the operating system. Here are the details of my Raspberry:When running...
View ArticleWanted • Looking for a replacement blower
Hello Everyone,I'm looking for a replacement blower fan I have learned the hard way not to turn these backwards or there tach sensors stop working.I've got the following specs 8000 RPM1.10 CFM 5VDC4...
View ArticleAutomation, sensing and robotics • Minecraft Automated Server Backup
I think this is automation but is there a way I can automate backing up my rpi5 hosted minecraft server, and remove old backups automatically? I don't really want to use a plugin but if I ahve to I...
View Article