Other RP2040 boards • Using OPenOCD for pico board
I want to do my builds and debugging from a Ubuntu 22.04. The Ubuntu server is up to date.I just received my Raspberry Pi Debug Kit for pico and RP2040. I am trying to get things setup so I can use...
View ArticleCompute Module • Re: Raspberry CM4 updating EEPROM - sdcard issue
Try flashing an official Raspberry Bookworm OS and report back.Do you have another Pi? Use that one instead of Windows.Failed writing at 2% .I have only 1x IO board and 3x CM4 . All 3 have these same...
View ArticleRaspberry Pi OS • Re: PHP 5.6 not quite installed on Bullseye LAMP setup
The repo is from Ondřej Surý PPA.Try installing libapache2-mod-php5.6It appears that I have that version:Code: libapache2-mod-php5.6 is already the newest version...
View ArticleGeneral discussion • Re: Raspberry Pi 5 discussion thread
I don't know why someone should overclock the RPi5. Why do you guys need it?Because we can?Things need to be broken to see how far they bend.i seem to have memory of the Pi4 freq locked until it was...
View ArticlePython • Re: Pylance: can import csv, but NOT sys OR os modules ... WTHey?
...You should not have to do thismain.py contentsCode: # man.pyfrom . import testtest.hello()Reasonable, but did NOT work... starting to feel like an idiot for trying to learn Python from ChatGPT,...
View ArticleGeneral discussion • Re: How to prevent Orca from launching on startup?
And one more idea!There is also an autostart directory in your ${HOME}/.config directoryYep, mine contains only the very short and simple file: LXInput autostartI'd probably have to RE-install Orca in...
View ArticleTroubleshooting • Re: Raspberry Pi 5 boot problem
Hello,I've just bought new raspberry pi 5 and I'm trying to boot it from micrso sd sandisk card (64 gb) but unsuccessful. It goes in boot mode restart and than stopped and nothing is happening. I also...
View ArticleRaspberry Pi OS • Re: STICKY: Bullseye - Comments and bug reports thread.
connman is not installed on the official release.Simply removing connman will fix the WIFI issue.So why it is installed from the update then - makes many people trouble.Statistics: Posted by iwl — Thu...
View ArticleSDK • Re: Difference between sm_config_set_out_pins() and pio_sm_set_out_pins()
That makes sense now. Thank you!Statistics: Posted by LemonPi — Thu Dec 21, 2023 10:42 pm
View ArticleTroubleshooting • Re: Raspberry Pi 4 USB I/O is broken and it seems that no...
Does the problem only happen at night? I haven't seen it for a long time but the system cron jobs at midnight used to disrupt my 24/7 Pi's, not seen the problem since I have used large swap files (2 X...
View ArticlePython • Re: HC-SR04 ultrasonic sensor
But using sleep function stops executing code bellow, right? I don't want that. I was reading about scheduler from time, but I am not sure how to implement in my code, because my function returns...
View ArticleTroubleshooting • Re: SAMBA server and auto mount USB drive
Thanks Statistics: Posted by jonathanlee — Thu Dec 21, 2023 10:55 pm
View ArticleTroubleshooting • Re: Tubi and widevine issues
Chromium..It works for some movies some kick back DRM error and won't startStatistics: Posted by jonathanlee — Thu Dec 21, 2023 10:56 pm
View ArticleGeneral discussion • Re: Raspberry PI 5 3d model
another one https://grabcad.com/library/raspberry-pi-5-2Statistics: Posted by 3dFirefly — Thu Dec 21, 2023 11:03 pm
View ArticleTroubleshooting • Re: PUIS mode HDD and spin up issues
I purchased a new USB SATA enclosure online I want to test that and see if the hdparm spin up commands work. Maybe a power supply issue?? I have it getting power from a molex connection, maybe the...
View ArticleGeneral discussion • Re: How to recover from an headless server
Since it apparently doesn't boot you're going to need to do a bit of detective work.The best way to figure out what's going on is to look at the system journal. This is easy to do when the system has...
View ArticleMicroPython • Re: Button to call a function
Can you edit the post to include code tags to preserve indentation?I did add spaces but it just took em out again.Statistics: Posted by Stu9000 — Thu Dec 21, 2023 11:27 pm
View ArticleGeneral discussion • EPQ Project ideas
Hello Everyone,Does anyone know where can I get ideas for Raspberry Pi projects I have done multiple projects before some for competitions and some for school So I do have my hands on a lot of...
View ArticleBeginners • Re: PI5 Graphics Quality Problems
any fix will be on the default desktop of raspberry os.it's just something you should learn to use.Code: ctrl + alt + left or right arrow keysStatistics: Posted by kerry_s — Fri Dec 22, 2023 11:22 pm
View ArticleGeneral • Re: Possible to keep RTC time set after soft reboot?
In some applications, the watchdog scratch registers have the potential advantage of being reset to zero on power up or hard reset, whereas RAM doesn't have a predictable value before it is first...
View Article