Beginners • Re: Unable to delete ?hidden? Files
How did you install it? Using pip? There may be a "remove" or "uninstall" option.Statistics: Posted by rpdom — Fri Mar 01, 2024 2:58 pm
View ArticleSDK • Saving/restoring C++ instances to/from flash
My program collects data from the ADC and stores it to RAM until it is uploaded via the UART. There is a C++ class that collects the data and another that keeps statistics about the event and contains...
View ArticlePython • Re: How do I fix this Python code?
Any way to automate this? I ran it and I needed to press enter for it to stop everything. Is there a way to run it when code stop button is pressed?Have you read the docs for that module yet to see if...
View ArticleTroubleshooting • Re: cant use alsa library on raspberry pi 5
Hello,First, I don't know anything about alsa programming!But on the Hifiberry site, there is this note:DAC+ ADC Stage Development kitCompatible with: Pi3, Pi4And no indication for Pi5.But there is...
View ArticleGeneral discussion • Brother MFC and Raspberry Pi
I'm revisiting a printing issue question. Brother has written a driver for their MFC-J491DW for X-86 processors, but that doesn't seem to work with Raspberry. Alternately, the CUPS open source...
View ArticleAutomation, sensing and robotics • Re: Arcade Claw Machine Automation [SOLVED]
PROGRESS UPDATE:Qapla'! I am now able to use the Raspberry Pi's GPIO to trigger the coin sensor and also simulate the gantry controls and claw catch button. https://youtube.com/shorts/AJVe_EAvx9k Here...
View ArticleOff 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 ArticleGeneral discussion • Re: Brother MFC and Raspberry Pi
i have a Brother MFC-7360Ni had to install printer-driver-brlaser to get it to work....sudo apt list printer-driver-brlaserListing... Doneprinter-driver-brlaser/stable,now 6-3 arm64...
View ArticleTroubleshooting • Re: cant get booting from NVMe to work
@thagrol Thank you, your answer was helpful and pointed me into the right direction over the past few days.@memjrAfter resolving booting order, i have performed same order of steps with nothing to...
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 well?Statistics: Posted by...
View ArticleBeginners • Re: Could I get some help with Samba please?
As I understand it, LE makes files shared automatically.This appears to be the case when i look in via my phone, my two Volumio Pis, my laptop and big PC with Mint Cinnamon on.I am just able to access...
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 Article