Beginners • sudo apt update not working
I use Raspberry Pi as my main desktop for everyday web browsing, spreadsheets, etc. Past three years I've used my Pi 4 (8GB) and recently purchased a Pi 5 (8GB). On my Pi 4 I spent a lot of time...
View ArticleAutomation, sensing and robotics • Re: Would SQLite works well with Grafana
I would go with PostgreSQL because I am familiar with it.That is a valid reason. Many thanksStatistics: Posted by David16962 — Sun Aug 25, 2024 10:06 pm
View ArticleRaspberry Pi OS • Re: install custom kernel RPi5, cross compile using RPi5
There is not a build for using the RPi5 as host and burn the result Linux arm64 kernel for theRPi5 to a SD card. (/dev/sda1-2) Running the following command on the host RPi5 will produce...
View ArticleGeneral discussion • Re: Forget Username and Password
It is unclear what the actual goal (i.e., actual problem to be solved) is here. Is it:1) I want to retrieve the username and password that I had been using a long time ago.(so that I can login and use...
View ArticleCamera board • Re: Software for a Pi Microscope
You could try this.. see if it suits...https://github.com/Gordon999/RPiCamGUIOk thanks! I'll check it out. Another question for anyone who notices this:I am wondering if I can use the Pi 3 as a device...
View ArticleGeneral • Re: GPIO output defect?
If the OP's pull-down driver has been damaged and no longer works, it seems plausible this was caused by over-voltage burning that pin's driver out, perhaps by connecting it to a 5V signal in...
View ArticleTroubleshooting • Re: Connected two Waveshare HATs to a Pi5, killed my Pi
According to the info in https://www.waveshare.com/wiki/Stepper_Motor_HAT (Q/A-section) stacking is not supportedLadies and gentlemen, we have a winner!OP, how did you get the idea that you could just...
View ArticleTroubleshooting • Screen size problem using 7" Display on Pi 5
I have two screen problem and I suspect they are related.1) The desktop seems marginally oversized in that if I move the mouse cursor to all 4 edges of the screen, on the top and left sides the cursor...
View ArticleGeneral discussion • Re: Raspberry Pi 5 2GB released! $50!
If not, is there any value inside the RPi5 one can read out to know if the SoC has C1 or D0 stepping?Code: $ cat /sys/firmware/devicetree/base/axi/gpu/compatible brcm,bcm2712d0-vc6It's...
View ArticleTroubleshooting • I2C address conflict with concurrent calls on separate buses
Hi there,We have an issue when making calls on i2c5 (pin 10,11 - ALT5) and i2c10/0 at the same time, where the signals seem to be getting crossed. If we poll i2c5 for open addresses at the same time...
View ArticleAdvanced users • Re: Right-click context menu item "Edit as...
Depending on the file manager you are using , you can add the function. The image below doesn't show it, but "Edit as Root" is an option when right-clicking on a file.This is with Thunar in XFCE, with...
View ArticleGeneral discussion • Re: Raspberry Pi 5 discussion thread
I uploaded the document to Google Gemini, and asked if it addresses the matter at hand, and here is what it says about it:If that's some sort of 'AI' summary, it's probably bullshit and certainly...
View ArticlePython • OpenCV and Libcamera
I have a script that worked great on buster with my Rpi HQ cam. https://github.com/ThorstenSchumacher/SpecControlNow I tried to run it on bullseye but I have an issue as OpenCV cannot access libcamera...
View ArticleTroubleshooting • Re: arecord: pcm_read:2221: read error: Input/output error
btw, this problem is also reported here: https://github.com/raspberrypi/document ... ssues/3755Statistics: Posted by unosonic — Mon Aug 26, 2024 10:05 pm
View ArticleGeneral • Re: RP2350 Errata E9 - Pull-down lock-up
I thought though that for the ADC to work, the pin had to be enabled - this may be my misunderstanding, to be honest, but then if the ADC does work without pin configuration from a power cycle, given...
View ArticleOther projects • Security Camera
Hi,A few years ago I made a security camera to moniter my house while away, using a Pi Zero w and Pi camera running Motioneye, I could access motioneye on my local network through a browser, and on my...
View ArticleBeginners • Re: Problem in login
HiThe way to get connect to the Octopi was using the Raspberry IPThanks for help DoronStatistics: Posted by sonra — Tue Aug 27, 2024 8:31 pm
View ArticleGeneral • Re: Pico2 40Mhz SPI Signal integrity
Ok, I think the main reason for my display artifacts is the difference on how SPI CS is handled on RP2350 together with DMA.On ESP32, SPI CS stays low for the whole DMA Transfer (e.g. 16 Bytes). On my...
View ArticleTroubleshooting • Issues using a logic level converter driven by the Pi GPIO
Hey folks, I'm stuck on something I thought would be simple. I am trying to use the GPIO on the PI to drive a stepper motor driver. Because the GPIO on the Pi sources 3.3V I am using a logic level...
View ArticleGeneral programming discussion • Re: 24 Minute Sun Simulation
Thanks again for the assistance.Two 150W PSU (thank you davidcoton) were purchased to power all of the lights.I only saw 20 AWG wire on the website so hopefully that'll work. I will definitely attach...
View Article