Troubleshooting • Re: PiZero2Ws headless: connecting ocassionally?
Bump. Am I missing some keywords or something?Statistics: Posted by PlasticTotem — Thu Nov 14, 2024 9:34 am
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: USB devices not recognised
I have been wondering is whether there may be an issue due to the version of RPi-eeprom installed on the RPi4. I have been using the same hardware with Bookworm, labwc, fully updated to recent OS...
View ArticlePython • Re: stop loop with button press--raspberry pi and gpio
The code configures the GPIO as an output. You need an input.By the way, the code could not run, because of SyntaxErrors.Code: GPIO.setup(18, GPIO.OUT)GPIO.output(18, 0) #BUTTON BLUEGPIO.setup(18, ,...
View ArticleGeneral discussion • Re: 90 degree rotation video not supported?
That documentation says:rotationRotates the image extracted from the sensor. Accepts only the values 0 or 180Statistics: Posted by neilgl — Thu Nov 14, 2024 9:44 am
View ArticleGeneral discussion • Re: Raspberry Pi GPIO 18
bobster316 : The problem with your posting is that you should add a link to the product in question at least!working assumption is that you're using...
View ArticleРусский • Re: Ошибка при запуске PINN
What happens if you update to the latest kernel? You should be running 6.6.51.Что произойдет, если вы обновитесь до последней версии ядра? У вас должна быть версия 6.6.51.Statistics: Posted by...
View ArticleTroubleshooting • Mouse pointer inverted after rotation of official 7"...
Hi thereI'm using an official Raspberry Pi 7" Touch Display with a Raspberry Pi 3B+ running Raspberry Pi OS Bookworm. I rotated the screen by 180 deg according to the instructions found on...
View ArticleTroubleshooting • Re: Problems with Camera Recognition on Raspberry Pi 5
Dear expert technicians, I am currently facing a problem with the Picamera-rev1.3 camera with OV5647 sensor on my Raspberry Pi 5 running Ubuntu 24.04LTS. However, my Raspberry Pi 5 is unable to...
View ArticleBeginners • Re: RPi 4B GPIO pins
https://www.raspberrypi.com/documentati ... pin-headerStatistics: Posted by aBUGSworstnightmare — Thu Nov 14, 2024 10:14 am
View ArticleGeneral • Re: System only works when powered thru USB
Hi, I can confirm that power the MCP2515 from 3.3V and can TJA1050 on 5V works fine. From testing yesterday and today its stable. Thanks!Statistics: Posted by Markula78 — Thu Nov 14, 2024 10:24 am
View ArticleC/C++ • Re: ARM PAC BTI support?
Thanks.I wanted to get rid of the endless ROP attack worked loop, and that was not difficult:Code: pi@raspberrypi5:~ $ ./a.out Trying to overwrite return address of hello()ROP attack...
View ArticleTroubleshooting • Re: SD Card Wiped During Update
I have tested the card with F3 and it passes 100%.I'm not sure how to retrieve the CID data, I can't see anything obvious?Code: /sys/block/sdc/device $ ls -altotal 0drwxr-xr-x 8 root root 0 Nov 13...
View ArticleGeneral • Re: Variable PMW on RP2040
Thanks again to both Katak255 and GMX. You both went to a lot of trouble on my behalf which helped me see that I had overlooked inverting the signal. Doh!Statistics: Posted by tcroswell — Thu Nov 14,...
View ArticleSDK • Re: Advice requested with running VS Code on RPi 4
All sorted now.ThanksStatistics: Posted by GeoffLM — Fri Nov 15, 2024 9:40 am
View ArticleHATs and other add-ons • Re: M.2 HAT+ troubleshooting
I have no idea on the crucial product naming scheme, so can't tell of that product is equivalent to one on the pimoroni compatibility list https://shop.pimoroni.com/products/nvme ... 9587178579.There...
View ArticleTroubleshooting • Re: Raspberry Pi 5 PCIe port plastic ribbon retention clip
Wow thanks aBUGSworstnightmare. Very much appreciated. A very detailed response with excellent t reference material and links to buy. I love it!Statistics: Posted by jamiet — Fri Nov 15, 2024 9:47 am
View ArticleTroubleshooting • Re: I can't remote into my raspberry pi 0 because of...
Which version of Raspberry Pi OS are you running ? Buster/Bullseye 32-bit or other?Statistics: Posted by neilgl — Fri Nov 15, 2024 9:53 am
View ArticleRaspberry Pi OS • Re: Upgrade Portainer (Open Media Vault) + PVR plugin
Up!Statistics: Posted by Greyzard — Fri Nov 15, 2024 9:55 am
View ArticleTroubleshooting • Re: Using nginx,: installing php-fpm fails
You only seem to have 2 posts in total - where is the “further post”?Statistics: Posted by neilgl — Fri Nov 15, 2024 10:05 am
View ArticleCamera board • Re: "Or Better"?
CONCLUSIONSIn the beginning, my goal was simply to migrate the Raspivid stereo functionalities onto a pi5. As the pi5 no longer supported the Raspicam apps, I used PiCamera and Python to accomplish...
View Article