SDK • Re: Linux running on the Raspberry Pi Pico2 ?
You might get something that looks like Linux running, but would you be able to get any actual modern (non-graphical) application running on it ? gcc even ?Statistics: Posted by MikeDB — Wed Aug 28,...
View ArticleGeneral discussion • Re: Using USB for first boot
Any pointers?A better and more precise explanation of what you have, what USB cable you are asking about, which end of the USB+serial cable is connected to which device, and what OS you're trying to...
View ArticleCompute Module • Re: What hardware is needed to make the smallest carrier...
So, I thought about creating my own carrier board, using the most basic ports needed to create the smallest barrier board I can: no ethernet, usb c for power and maybe micro usb for data transfer....
View ArticleC/C++ • Re: libgpiod compilation problems.
try -lgpiod -lpthread -lgpiodcxxHere is a cmake snippet that I just use by default on gpio stuff.Code: # Link librariestarget_link_libraries(${PROJECT_NAME} pthread gpiod gpiodcxx)Your code is fine,...
View ArticleCamera board • Re: Raw Reprocessing in 2024
+1 This is a very useful feature to have, I hope we can get it soon.Statistics: Posted by schoolpost — Thu Aug 29, 2024 12:01 am
View ArticleTroubleshooting • i2c device not showing
I am attempting to hook up an ADXL345 accelerometer to my Raspberry Pi Zero 2 W but have not been able to get the sensor to show on sudo i2cdetect -y 1. I have enabled i2c through sudo raspi-config...
View ArticleNetworking and servers • Re: Bullseye via Network Bridge on Bookworm
As you may or may not know, sdm has a relatively new plugin to create a hotspot, so I thought I'd see how it did with your challenge. After enabling ethernet-to-ethernet bridging in the plugin, I was...
View ArticleGeneral discussion • Re: RPi 5 as a desktop daily driver?
OP checking in 8 months later... I have finally made the jump to using the Pi 5 as my daily driver. Some thoughts after a week of running on the Pi, using the 64 bit Bookworm Raspberry Pi OS:...
View ArticleTroubleshooting • Re: Pi connect - screen sharing not working
Yes. Running Desktop versionStatistics: Posted by marcorossiswe — Thu Aug 29, 2024 1:00 am
View ArticleAdvanced users • Re: Argon One Replacement Daemon
Hi, I am using the script with OpenWrt 23.04.5 and a Raspberry Pi 4B, it is working fine, I have couple of questions:1.- During the install process I have selected in git different branches to see if...
View ArticleRaspberry Pi Connect • Firefox compatibility
Hi,Using the Connect Console with a PI zero 2w.When I use firefox, it works properly at first, but after a while, all typed characters are duplicated. This then gets worse as time progresses.E.g. on...
View ArticleGeneral • Re: Pico2 easy upgrade or nightmare?
I've order a Pico2 so now I need to modify the cmake file to see if it will build for the pico2 the only thing is thisCode: cmake_minimum_required(VERSION 3.13)set(PICO_BOARD vgaboard)#include build...
View ArticleGeneral discussion • Re: Implementing Vcgecmd And Exporting to Prometheus
something to keep in mind, is that pi5 and previous models, use a different ioctl for the vcgencmdon pi0-pi4, vcgencmd runs over vchiqbut on the pi5, vchiq was just deleted, and its now over the...
View ArticleTroubleshooting • Re: Autostart with Chromium in Kiosk mode don't start
If you are using latest Raspbian that no longer works. 1. To start something automatically add an autostart entry to wayfire.ininano /home/$USER/.config/wayfire.iniI am using the 32-bit Bookworm...
View ArticlePython • Re: Button to restart Pi, button to restart program
Thank you for all of the suggestions. I was unable to get any of them to work, but I did find out that I can just create a countdown timer that allows the buttons to be detected because there is only...
View ArticleRaspberry Pi OS • Serial Port assignments
I have a Raspberry Pi Zero 2 W. I already setup up the serial Port at GPIO14,15 as a serial console and that is all working. I documented my steps at https://www.quietwind.net/wiki/doku.php ......
View ArticleTroubleshooting • Python and Systemd. Program keeps restarting imediately.
I am attempting to use systemd. Here is the contents of my file:Code: [Unit]Description=Auto ferment monitor...
View ArticleTroubleshooting • Pi5 wlan0 disappeared
We have two raspberry pi5s purchased this spring. Both boot from uSD, and one of them recently fails to connect to wifi, though the wired internet works.We always let them autoupdate, but I tried...
View ArticleTroubleshooting • Re: Pi5 wlan0 disappeared
You didn't provide the important part of the system journal.Please post the output from: journalctl -b | grep -E "NetworkManager|wlan0"after the system has booted with the wlan0 failing to...
View ArticleTroubleshooting • Re: Raspberry Pi 4 B - Can't stream live video from 2 USB...
Are you running Bookworm or Bullseye on that Pi4 ?I'm running Bookworm on my raspberry Pi 4.Statistics: Posted by SamMars — Fri Aug 30, 2024 12:55 am
View Article