Off topic discussion • Re: How to set up an Orange Pi to work like a...
Asking for help with a product from one manufacturer on a forum owned and operated by another to support their own products and users isn't likely to get you any help.It likely won't do you any...
View ArticleNetworking and servers • Re: Feasible hardward configuration for servers...
For the NAS use case I'd not bother with NVMe for the shared data.The performance limit will be set by the network speed and that's at best aprox one fifth of the speed of the PCIe v2 lane. Less if...
View ArticleBeginners • Re: Connecting UPS to Battery Monitor
With NUT installed, you should be able to retrieve UPS info:Code: #!/bin/bashSERVER=w.x.y.zUPSINFO=$(upsc pbx@${SERVER} 2> /dev/null)if [ ${#UPSINFO} -eq 0 ]; then echo "" echo "Unable to retrieve...
View ArticleCamera board • Raspberry Pi 5 not finding cameras (same disk image finds them...
I would be grateful for any tips.Situation:- a microSD image is used interchangeably on Pi versions Zero, Zero 2, 3B+ and 5- on all other platforms, it finds the camera, on Pi 5 it cannot- it happens,...
View ArticleCamera board • Re: Raspberry Pi 5 not finding cameras (same disk image finds...
P.S. I should note that on a "healthy" system (where the camera works) issuing "dmesg | grep sensor" gives no output. I currently don't understand why.Statistics: Posted by diastrikos — Mon Jun 10,...
View ArticleBeginners • Re: Help I accidentally formatted the SD card that came with the...
Thanks for answers.I kindly ask you to indicate the exact link where the software I need is located.Thank you in advanceIgorvr1974, You made this forum post asking for information where the RaspiOS...
View ArticleTroubleshooting • Re: USB Wi-Fi driver
Alright. Thank you so much! I will try this. Statistics: Posted by vg_coder — Mon Jun 10, 2024 1:07 am
View ArticleMicroPython • Re: v1.23.0 released
HI folksSo, I can find the documentation page on machine.USDevice but I'm having trouble finding any example code, particularly for creating a USB Midi deviceCode and examples here:...
View ArticleGeneral • Re: Theorectical length of wire connecting two Picos
“In theory, there is no difference between theory and practice. But in practice, there is.”Statistics: Posted by carlk3 — Mon Jun 10, 2024 2:02 am
View ArticleCamera board • Re: Recording 4k with raspberry pi5 and HQ Camera
Dear 6by9-sanBy creating cam_helper_imx258.cpp from cam_helper_imx219.cpp, I can operate IMX258 module on RPi5 now.Thank you very much.--list-cameras shows 4208x3120 30fps by dtoverlay=imx258,4lane in...
View ArticleBeginners • Re: Wifi acting weird - New setup - SSH VNC & even Ping
Which OS?I take it there are other devices on the wifi that are working fine or is the only device? If the latter, is it close to the router?RPi using Raspberry Pi OS.The student is using Windows 10...
View ArticleGeneral discussion • Zero 2 W HDMI question
I'm planning to use a screen in the front of my case that is 14" 1920+1080 FHD, will the Zero 2 W be powerful enough to play video files smoothly on the screen?It's a WIP but the screen is going to go...
View ArticleOther projects • Re: Pi 5 16GB SDRAM test
I have the datasheet but can't post it here due confidentially clauses, but this family of Micron ram chips are LPDDR4x with a backward compatibility setting to operate in LPDDR4 specifications.I...
View ArticleRaspberry Pi OS • BUG: "unbound-control load_cache" hangs on...
I posted info about this bug at Debian because that is where the package came from:https://bugs.debian.org/cgi-bin/bugrepo ... ug=1072966When I run the command "unbound-control load_cache <...
View ArticleOther projects • Re: HP CP1025nw printer via USB port
Thanks for the reply. I went through the Preferences-Print Settings dialog in the Pi Desktop, and I was able to select my printer from the (long) list of HP options. However that was trying to set it...
View ArticleAdvanced users • Re: Preventing reading from OTP
one complaint ive had with the OTP key mechanismi want there to be a way to lock reading of the keys until a reboot has completedif that is done, then gaining root after the luks unlock wont give them...
View ArticleUbuntu • Re: Rpi5 running rpi4 USB m.2 ssd and also rpi5 nvme ssd
Oh that's a great temporary setup you have there. Yes you should be able to setup the rpi4 m.2 adapter with your new upcoming build. Nice photo!!Oh and welcome to our dead forum.Statistics: Posted by...
View ArticleSDK • Multi function button
Hello Everyone,I'm working on a few projects and I'm trying get some extra functionality from a single button.I've written my code so that pressing and releasing the button fires an interrupt. When...
View ArticleOther projects • Re: Drone with Raspberry Pi Pico W
HiI have checked again : the propellers are ok and the direction of the motors is ok.CheersI don't claim any expertise on this topic but in the page of your first link I read:"soldered the motors in...
View ArticleDevice Tree • Re: DHT11
As a test, I used a pi4 running Bookworm 64-bit and this python DHT11 tutorial https://pimylifeup.com/raspberry-pi-dht11-sensor/Edit the scritp to use GPIO17 not 4. Wiring (my module has a pull-up...
View Article