Off topic discussion • Re: Sort data in Excel
you said: "when I open the excel I can see the date in columns are changed to have both date and time"Excel stores date and time as a number. the whole part of the number is the number of days since...
View ArticleTroubleshooting • Re: Raspberry Pi OS stops working after updating...
Short update: the problem lied in the incompatibility of Verbatim Vi3000 2TB SSD with RPi5. I have tried Lexar NM620 2TB and it worked perfectly.Statistics: Posted by ipo32jr — Fri Mar 01, 2024 3:16 pm
View ArticleGeneral discussion • Sound and sound icon disappear after turning monitor off...
In the last week, I have found that if I turn my monitor off then on again, sound on raspberry Pi5 stops working, and even the sound icon is missing from the taskbar. Rebooting seems to fix the issue...
View ArticleTroubleshooting • Re: Docker not working on Pi 5 running Pi OS
Forget chatgpt, google "raspberry pi disable ipv6" and you'll get instructions, assuming you run ipv4 in your network and the pi uses that too which it does by default.Statistics: Posted by memjr —...
View ArticleGraphics, sound and multimedia • Re: RPi OS music player
Nope.Raspbian is a third party OS that predates RPiOS. RPL took that then added their own drivers and customisations to make Raspberry Pi OS. Raspbian still exists and is not the same thing.32bit...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: CM4 DSI1 + SN65DSI83 Bridge based...
So your LVDS timing and your I2C interface is working.Need to check the schematics when back ot my PC (on the tablet atm).Do you have a data sheet of the screen as...
View ArticleBeginners • Re: Unable to turn in Raspberry Pi
you said: Connected a power cable via a 30W adapter.- is this the official power supply?Statistics: Posted by terribleted — Sat Mar 02, 2024 3:04 pm
View ArticleGeneral discussion • Re: venv is not activating by .sh file
It's only 2 months I am working with raspberry pi. I am Trying to run my python file at startup, library and modules are installed in venv.My code is in home/admin/Downloads/code_dumpand venv is in...
View ArticleTroubleshooting • Re: File transfer via home ethernet (NAS) very slow TO Pi5...
What's the rating on your SSD's? Most likely 3.3V, but how many A?FWIW...Using dd to write 2023-12-11-raspios-bookworm-arm64-lite.img from my Windows 11 PC (CIFS over Ethernet) to a Kingston NV2 500G...
View ArticleTroubleshooting • Re: Modules failing to install (Pillow / Lobe)
Since Pillow and PIL cannot exist in the same environmentA projct specific venv may help with that: https://docs.python.org/3/library/venv.htmlStatistics: Posted by thagrol — Sat Mar 02, 2024 3:21 pm
View ArticleTroubleshooting • Re: Raspberry Pi 5 - 8gb Unable to read partition as FAT
Remove power. Remove card from socket on Pi5. Put card with OS into your USB card reader. Plug card reader into a USB socket on Pi5. Apply power. Does that boot?Statistics: Posted by drgeoff — Sat Mar...
View ArticlePython • rp2040 DMA Write Register Decrementing?
Having a problem with the DMA writing to a byte memory location one less than the Write Register was set. I have read and write increments off and am transferring only one byte at a time. (string of...
View ArticleTroubleshooting • Re: How do I hook up my speakers?
I don’t think those speakers should be connected to 3.3V or 5V. Seems like a major error in their description and/or photos.As mentioned I believe they should be connected to an amplifier.Well, I just...
View ArticleBeginners • Pi 4B Going Offline after couple of minutes
Turning Off and On seems to fix the issue but after sometime it agains goes offlineI use it for scrypted Homekit Plugin, So whenever the pi goes off motion detection in homekit stops workingI am...
View ArticleDevice Tree • Adapting an overlay for AT24 EEPROM on i2c-0 for Pi 5
I have been trying to adapt for the Pi 5 a device tree overlay I previously used on older Raspberry Pis that enables access to an AT24C32 I2C EEPROM on the i2c-0 bus. My reason for such an overlay is...
View ArticleOther • Q4OS 5.4 Aquarius for Raspberry Pi
Brand new testing version of a lightweight desktop Q4OS 5.4 Aquarius for Raspberry Pi, has been just released. Please see the...
View ArticleFrançais • Re: gpio c++
donc j'ai essayer le premier code c'as ecrit tres vite en ecriture !Code: pi@raspberrypi:~ $ cat ecrit2temperatures.c #include <stdio.h>void ecrit2temp(char * nomFic, float temperature1, float...
View ArticleTroubleshooting • Re: Trying to setting up Open-CV for Object Detection on a...
That old tutorial is using an old version of the operating system on a Pi4 “ Turn on a Raspberry Pi 4 Model B running a fresh version of Raspberry Pi 'Buster' OS ”. We see from...
View ArticleGeneral discussion • Re: Raspberry Pi 4 model B issues
adapters are usually a problem, as most do not pass EDID data back to the PI.the result is no display output.suggest the proper cable.fuller explanation below.--------------snipThe latest "bullseye"...
View ArticleCamera board • Re: Camera is not able to click the images
Thankyou neilgl for the reply. dpieloth@bwp-mvt-pi05:~ $ cat /etc/os-releasePRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"NAME="Raspbian GNU/Linux"VERSION_ID="11"VERSION="11...
View Article