Troubleshooting • Re: RP 5 wont boot
R.I.P.Statistics: Posted by memjr — Tue Apr 23, 2024 11:10 pm
View ArticleGeneral discussion • Re: Are we just imitating replicators (hear me out)
And the relation to the pi is...This should probably be in off topic.Statistics: Posted by memjr — Tue Apr 23, 2024 11:12 pm
View ArticleRaspberry Pi OS • Re: RPi 5 Bookworm Text Editor takes 25 seconds to open
Anything weird in your dmesg output?Is top showing a high processor load?Opening a file in text editor is effectively instant for me.Statistics: Posted by scruss — Tue Apr 23, 2024 11:19 pm
View ArticleTroubleshooting • Re: Ssh problem
A UI bug has been reported with Imager that in certain conditions, the first character of the entered password is dropped. See this Github problem thread.When prompted for the password, try not...
View ArticleRaspberry Pi OS • Re: RaspberryPi 4 on 32bitOS returns incorrect information
Very helpful.Thank you Statistics: Posted by kitamura_design — Tue Apr 23, 2024 11:24 pm
View ArticleAdvanced users • Re: Argon One Replacement Daemon
Update I've made some progress with the Argon One V3 firmware replacement, though not complete yet these features are working. Fan Control (unlike the V3 this firmware works with the previous fan...
View ArticleTroubleshooting • Re: Critical shortage of swap space - pi5
Just as I expected, when I re-booted it, the problem went away. I tried to re-create it using various combinations of VNC and Chromium, but haven't succeeded so far.Thanks to all for helpful...
View ArticleHATs and other add-ons • Re: Problems with the 54Pi hat and a Kingston 256 MB...
Should others encounter similar problems I would be happy to share what I learned to assist them.Statistics: Posted by Glacier991 — Wed Apr 24, 2024 12:15 am
View ArticleTroubleshooting • Re: Picamera2 - Combining Size and Transform Configuration
There are a number of ways to apply multiple configuration options.Here's one example to try :-Code: from picamera2 import Picamera2,Previewfrom libcamera import Transformpicam2 =...
View ArticleStaffroom, classroom and projects • Re: Using a Pi to complete Web-based...
Pi Zero hasn't got a network interface and doesn't have the memory to run a browser very well.Pi Zero 2W has got wireless so your "alternate system" needs a wireless access point.If the webpage is...
View ArticleAdvanced users • Re: Raspberry Pi EEPROM Manager
rpi-eeprom-mgr (in the first post of this topic) has been updated.This update eliminates a false "dpkg failed" error message that may occur in the "Update rpi-eeprom Package" action.The rpi-eeprom...
View ArticleTroubleshooting • Re: Raspberry Pi Camera Not Working
Didn't know that. Thanks!However, the Camera is not detected from the PiStatistics: Posted by Parzival00 — Wed Apr 24, 2024 10:55 pm
View ArticleMicroPython • Re: pico onboard rtc and lack of datetime module
What about this code? I grabed it from my project for Pico W. It requires WiFi network nearby. You can get actual time from NTP server and use it in your code. It is untested, just as an...
View ArticleGeneral • Re: ssi pins after driving RUN low
That'd be great. I look forward to hearing about your results.Statistics: Posted by rdb9878 — Wed Apr 24, 2024 11:07 pm
View ArticleOff topic discussion • Re: Why was my post deleted?
Well...actually it *did* go against forum policy. That's because it was completely unrelated to anything to do with Raspberry Pis.Yep.@OP:The key rules (my langauge not the leagal Ts&Cs) seem to...
View ArticleAndroid • An android build and emulator for Raspbian Bookworm.
Good day everyone.What is the best ready build to use for android emulation on raspbian boorworm operating system?I found ready-made android builds for Rpi4 on https://konstakang.com/devices/rpi4/,...
View ArticleRaspberry Pi OS • Re: eeprom updates gives error
Can you showCode: mountShow us the contents of your /etc/fstab too please.Statistics: Posted by thagrol — Wed Apr 24, 2024 11:21 pm
View ArticleWanted • Re: Exciting Consultancy Opportunity: Raspberry Pi Developer for...
That and just a three day window for submissions of CV didn't seem very professional to me. And I couldn't see the job advertised on the company's site. But their other posts do seem to involve video...
View ArticleRaspberry Pi OS • Re: hide task/menu bar Pi400
kerry_sThank you immensely for your solution. In my case, it is the bare bones solution and I appreciate it.Beginner that I am, I must make immense assumptions. See if I have it right:Create a text...
View ArticleMicroPython • Why does this code only work over USB connected to Thonny?
This is really perplexing me. I'm trying to use a DS3231 RTC, get NTP time, go to sleep. Eventually I'd like to use the RTC to wake up the Pico, but I'm not there yet. Instead, I can't even get this...
View Article