HATs and other add-ons • Re: PI5 two external usb3 drives (one SSD, one HDD)...
I am using :I bought a 52pi M05 board and also a Integral 256GB NVME M2 Key SSDhttps://www.amazon.co.uk/dp/B0CHFXQ1BQ? ... ct_detailshttps://thepihut.com/products/n05-m-2-2 ... berry-pi-5Both are...
View ArticleBeginners • Re: Pi 5 KDE Black Screen
when i did mine, i just did.Code: sudo apt update && sudo apt -y full-upgradesudo apt -y install kde-plasma-desktop rpi-firefox-mods firefoxsudo systemctl set-default graphical.desktopi used...
View ArticleGeneral discussion • Re: Raspberry Pi 5 discussion thread
mv could not stat pink.pngdid you save the pink.png from the post?did you run mv in the directory you saved it to?Statistics: Posted by cleverca22 — Wed Mar 27, 2024 12:55 am
View ArticleCamera board • Re: Can I get a RAW file of QBC HDR from Camera Module 3...
Thanks for a warm feedback. I’ve got a one more question about your reply, “There is an option for a reading out a un-tonemapped linear RAW14 frame.” Is that raw14 un-tonemapped linear image has...
View ArticleGeneral discussion • Sim7600
Has anyone used the sim7600 to post a file to a remote website.i am having issues with the AT commands to do this. If anyone has a working examplle would really appreciate seeing it. I have a basic...
View ArticleTroubleshooting • Re: Going back to package provided kernels
Thanks, I think I know what's going on. I did an inplace upgrade from bullseye to bookworm and it looks like the way the /boot filesystem is mounted changed so I think that's why I'm running into...
View ArticleTroubleshooting • Re: RPlidar c1 doesn't work on my raspberry
This might help https://blog.adafruit.com/2019/03/20/ne ... tec_china/Statistics: Posted by pidd — Wed Mar 27, 2024 1:27 am
View ArticlePython • Re: Raspberry Pi pill dispenser using servos 30
I need to change links to buttons!!!!Code: import sqlite3from flask import Flask, render_templateapp = Flask(__name__)# Function to fetch pill schedule from the databasedef fetch_pill_schedule(): conn...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: how to use drm bridge icn6211
Okay well now I feel like an idiot.For any one who visits this thread in the future you need to use variables called out on the left side of the override functions not the right hand side. The correct...
View ArticleSDK • Re: FreeRTOS+TCP vs lwip?
Interesting. When I read the porting guide, I found that there were only a handful of functions that need to be implemented, so I assumed it would be, if not trivial, at least not a gargantuan task....
View ArticleTroubleshooting • Re: Mouse & keyboard not connecting to Zero W
Thank you Neilgl for your suggestion. The OS Customisation route seemed to do the trick. I now have a USB keyboard and a WiFi mouse working. It was through my Hub that I found the necessary IP and was...
View ArticleGeneral discussion • Bluetooth Audio Input/Output on Raspberry Pi Zero 2W
Using Raspberry Pi OS Legacy on Pi Zero 2W (Debian Bullseye)I'm trying to work with a pair of bluetooth headphones, working to enable the microphone and sound output (headset profile). After days of...
View ArticleNetworking and servers • Re: Advice needed for remote data transfer - 4G mobile?
I’ve used various options, if you have power available and budget is not an issue the Teltonika RUT240 mobile router works well. Connected via RJ45 network...
View ArticleOther • Re: Software
OK thanks, guys, i shall use this. i found a tutorial link: https://www.udemy.com/course/raspberry- ... ENAISALE24Statistics: Posted by PalCloud — Thu Mar 28, 2024 12:45 am
View ArticleSDK • Cmake can't find compiler: "No CMAKE_CXX_COMPILER could be...
I'm following the instructions from this page: https://www.raspberrypi.com/documentati ... wn-projectI've followed the steps exactly, but when I `make`, I get the following output:Code: [ 1%] Building...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Problem with HDMI VC4 audio (channel...
I can certainly do that if you let me know the relevant bit(s) that should be extracted.Statistics: Posted by gordoste — Thu Mar 28, 2024 12:52 am
View ArticleGraphics, sound and multimedia • MTV "Kiosk"
Hey friends, I'm trying to make a birthday present for my girlfriend, and I'm hoping you all may be able to help me. We both grew up in the 80s watching Mtv, so I'm trying use a raspberry pi to sort...
View ArticleAdvanced users • Re: Argon One Replacement Daemon
I've pushed another update on the 0.5.x branch this moves some functions around and adds some new features like auto detect this works for the I2C bus, controller type, and the type of case/hat that...
View ArticleMedia centres • Re: Peppy player
So far I have not encountered any issue with the 5" screen. How do you rotate the screen? I tried the procedure in the Waveshare wiki and it didnot work.Statistics: Posted by y2kats65 — Thu Mar 28,...
View ArticleNetworking and servers • anonymous passwordless samba share
Hi,could someone please let me know the absolute minimal samba configuration to provide a share that can be accessed by anyone without a password.I have created the directory, installed samba, what do...
View Article