Troubleshooting • Re: 'date' returns incorrect date/time?
You could confirm if there is clock drift (for some reason) or if it is a time zone issue changing (for some reason) by updating your script, at least temporarily to use UTC. Just changeCode: date...
View ArticleBeginners • Sound card for Raspberry pi 5?
Hello, do you advice this sound card Raspiaudio or external USB, I would like standard speaker essentially for beeps and voices, however with good microphone to clearly understand/record...
View ArticlePython • Re: How to get Python to use a custom library path
Python provides a search path in sys.path .Code: import sysprint(sys.path)It is possible to change this by e.g. sys.path.append("/home/pi/anotherpath") or by removing entries (handle with care, but it...
View ArticleSDK • Re: Single-core FreeRTOS doesn't observe changes stored by an ISR on...
It's all xTaskCreate(), not xTaskCreateStatic(), with FreeRTOS-Kernel-Heap4. So presumably xTaskCreate() allocates stack from the heap with the heap_4 algorithm.The conversation has gone a bit further...
View ArticleNetworking and servers • Re: Raspberry Pi 4 Computer Module and SSH keys
To manually add a new public key on your server/pi (if you want more than one) you can copy the new public key over then append it to your authorized keys withcat new_key >>...
View ArticleGeneral • Re: Surprising performance disparity
I'm a bit shocked that one is about 18x faster than the other.That is somewhat surprising and I see similar - And not being a C programmer, and never being sure about pointers, I tried other means of...
View ArticleBeginners • Re: Sound card for Raspberry pi 5?
Hello, do you advice this sound card Raspiaudio or external USB, I would like standard speaker essentially for beeps and voices, however with good microphone to clearly understand/record...
View ArticleBeginners • Re: Uboot for raspberry Pi 5
Thank you all for suggestions.Here is what I did for getting u-boot console.Download the latest u-boot sources, it already has initial patch support for rpi5. The defconfig is rpi_arm64_defconfig for...
View ArticleAdvanced users • Re: Image File Utilities
I'm currently having an issue where it errors out saying No Space Left. My file system is 4gb in total, and it's on a 1tb drive. I've tried making the img locally, and onto my NAS but it's not...
View ArticleRaspberry Pi Connect • Re: rpi-connect-lite running but no connect possible
Hi there,Are you still having issues? Looking at your logs, the concerning bit is "WARN API call unsuccessful error" which means that rpi-connect wasn't able to communicate with the Raspberry Pi...
View ArticleRaspberry Pi Connect • Re: Security question — how is browser able to access...
Does rpi-connect use STUN (Session Traversal Utilities for NAT) or something else?I'm sure I saw something from one of the Raspberry Pi guys saying that a STUN server was involved. Also something...
View ArticleAutomation, sensing and robotics • Re: I need help with my raspberry pi 4...
You shouldn't need a password when using sudo.Are you actually using RaspberryPi OS?Or some other 64bit OS?Easiest fix would be, grab another SD card.Install the latest PiOS 64bit offered by Pi...
View ArticleTroubleshooting • Re: Very slow and Browser issues
The Pi 1B+ is around 12 years old. It has a single 32-bit ARM CPU running at 700MHz and 512MB of memory. Compare that to the Pi 5 with four 64-bit ARM CPUs running at up to 3000MHz and 4096MB or...
View ArticleRaspberry Pi Connect • Re: Operation without internet?
This isn't something we support today - but as is pointed out above, if you're on the same network that does not have internet connectivity, you can use pre-Connect solutions like VNC.Statistics:...
View ArticleBeginners • Re: Reasonable Projec? R Pi Zero Desktop
There is some information on disabling Wifi in this doc, which although about the CM4 is still relevant to other models.https://pip.raspberrypi.com/categories/ ... dule-4.pdfStatistics: Posted by...
View ArticleAdvanced users • Re: Pi5 - PWM on GPIO 18
Could you post a link to the latest version? I think what got me on this was reading a very preliminary version.the latest is always at https://datasheets.raspberrypi.com/Statistics: Posted by...
View ArticleTroubleshooting • Re: pi4b selects random HDMI port for output on each reboot
Since i got my pi4b 8gb (soon after they were released), it has always randomly selected one of the two HDMI ports to output on each time i boot it. There seems to be neither rhyme nor reason as to...
View ArticleGeneral discussion • Re: Raspberry pi 400 as a bluetooth hub and keyboard?
Geff Geeling has done some stuff with various PC graphics cards on PI.https://www.youtube.com/watch?v=l9dItRU ... ZyBydHg%3DStatistics: Posted by kip_the_elder — Mon Jul 01, 2024 8:49 am
View ArticleTroubleshooting • Re: Rpi-Pico-W not being recognized.
I have an issue with RPi Pico-W[ ... ]Any suggestions?Boring, I know, but check and re-check that the usb cable is proven to be capable of carrying Power AND Data. Sometimes referred to as 'Charge...
View ArticleBeginners • Re: Extracting files from a tar.gz archive
I was looking for a copy of Mah Jongg that will play on a Pi 5, and found a tar.gz file on the Webfootgames /pi site. However, I have not been able to find any installation instructions and have no...
View Article