Troubleshooting • Re: Image backup of specified partitions
Is it possible to create a backup image of only two partitions from an SD card while excluding the third partition? image-backup will create an image file of the first two partitions only (ignoring...
View ArticleBeginners • Re: Installing rpi_ws281x help
Looks like we have to clone the github python examplesCode: git clone https://github.com/rpi-ws281x/rpi-ws281x-python then we get /home/pi/rpi-ws281x-python/examples/strandtest.py and...
View ArticleBeginners • What Raspberry for streaming from websites
Maybe a stupid question. I’m a big F1 fan and watch every raceweekend. The only problem is that F1TV does not have an TV app and streaming from my iPad to the TV gives a lot of (known) issues. I was...
View ArticleBeginners • Re: What Raspberry for streaming from websites
the fastest right now is the rpi5 4gb or morei can't test it because that site requires subscriptioni have an rpi5-8gb and watch lots of streaming sites for tv & moviesStatistics: Posted by...
View ArticleGeneral discussion • Re: rpi cpu and rf ocillator
hi guys im wondering how rpi was made surley you could use 10ghz rf and a vco as a clock and have 10ghz processor i wanted to talk to someone about this ?HIgher clock speed takes more power and...
View ArticlePython • Re: Script lines to run only between certain times of day
Thanks for these ideas. I can't wait to try them when I get back to work.The way this will be used is that I will have a PIR sensor monitoring my workbench and desk at work. Our shop is a large open...
View ArticleFor sale • Re: Raspberry Pi 15.6" Monitor Stand
The Pi Hut will be selling an adjustable desktop stand for the 15.6" monitor too...https://thepihut.com/products/adjustabl ... pi-monitorI did look at that one but I wanted a stand that kept the VESA...
View ArticleAndroid • Re: rpi5 hdmi in sat box
im buying a rpi5 for Christmas and id like to add hdmi in can you recommend what to use to get hdmi in then i want to install android and install a linux subsystem to get an image from the hdmi in and...
View ArticleTroubleshooting • Re: cannot get APT to update
buster is EOL so no longer supportedbullseye should be fine, it's legacy, should get just security updatesbutyou should always be using the current version, which is bookworm at the momentif your...
View ArticleHATs and other add-ons • Re: Max gb for SSD Hat?
this depends on the hat your using supports, i think 512g to 1tb is the current offeringsStatistics: Posted by kerry_s — Sun Dec 22, 2024 9:28 pm
View ArticleRaspberry Pi OS • Changing resolution of Touch Display 2
There are directions for changing the resolution of the Touch Display 2 here:https://www.raspberrypi.com/documentati ... lay-2.htmlThe directions say to edit the file Code: /boot/firmware/config.txt...
View ArticleBeginners • Re: Bullseye vs Bookworm for Zero 2W?
Buster uses Python 3.7.3 (what I use) and 2.7.16.The VS Code extension gives this warning:"The debugger in the python extension no longer supports python versions minor than 3.8."Which version of...
View ArticleMicroPython • Re: Show Pico W board info
Hello,I'm looking for a way to display the Pico W board info e.g. version, firmware, etc.Is there a function available so I can print it in the console ?If it is connected to a linux system (such as a...
View ArticleOther RP2040 boards • Re: Adafruit Feather RP2350 board gets stuck on / after...
Followup.I reverted the changes in runtime_init.c, the errors are not gone. Here is an actual investigation:Code: [rp2350.dap.core0] halted due to debug-request, current mode: Handler HardFaultxPSR:...
View ArticleCamera board • Re: IMX290/IMX462 Connecting to rpi5
I have IMX290, it works both on RPI4 and 5, but on 5 it works like it doesn't have WDR...The driver doesn't support WDR on either Pi4 or Pi5, and I don't have any information on how it works on that...
View ArticleOfficial Display • Re: Touch Display 2 not rotating
Also available via "dtoverlay -h <overlay-name>"Statistics: Posted by 6by9 — Mon Dec 23, 2024 9:27 pm
View ArticleCamera board • Re: OV9281 Arducam
tested the innomaker ov9281 on a pi4 and it appears to be only a pi5 issueAs I'd already said in viewtopic.php?p=2279241#p2279241Statistics: Posted by 6by9 — Mon Dec 23, 2024 9:28 pm
View ArticleCamera board • Re: OV5647 Camera I2C address disappears when unloading the...
The camera connector includes a GPIO that is designated to control the power and clocks on the attached sensor board, generally via the cam1_reg regulator within Linux. If that regulator isn't enabled...
View ArticleBeginners • Re: How should I study a Raspberry Pi before I write code for it?
Maybe give an example of some x86 code you want to run ?e.g. Audacity - can also run on a PiOBS Studio - can also run on a PiMS Visual Studio Code - can also run on a Pi etc.Statistics: Posted by...
View ArticleTroubleshooting • Re: (Raspberry Pi) Running ws2812 REG LED shows an error:...
Yup; TIL about WS2811. They sound more useful for large installations that WS2812sStatistics: Posted by scruss — Tue Dec 24, 2024 8:58 pm
View Article