Troubleshooting • Re: Raspberry pi 5 voltage issues
I just checked the exact power supply I bought and it's this one:https://es.aliexpress.com/item/10050065 ... ry_from%3AI was wrong, it does provide 5A although, despite the reviews, it doesn't work...
View ArticleAdvanced users • Re: Industrial machine on rpi5
For option 1 you should probably have an orderly shutdown procedure that sets the external hardware (sensors, actuators, etc.) to a known state before powering off. Or, you don't care, and set all the...
View ArticleAndroid • Re: [DEV] LineageOS 20 (Android 13) for Raspberry Pi 4 & Pi 5
Hi,unfortunately I have to come back to my original question (see posting above) sinceQ: How to enable advanced reboot options?A: Settings -> System -> Gestures -> Power menu -> Advanced...
View ArticleTroubleshooting • 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 the same - And not being a C programmer, and never being sure about pointers, I tried other means of...
View ArticleTroubleshooting • Re: How could I interact with the devices conected with my...
[/quote]What model of Raspberry Pi board?What Operating System is it running?What is a "Create3"? Where can we learn more about how it would communicate with any other device?There is some basic...
View ArticleTroubleshooting • Re: Pi 3b keeps disconnecting from wifi - unable to reconnect
Which OS are you using?Statistics: Posted by kip_the_elder — Mon Jul 01, 2024 6:37 am
View ArticleTroubleshooting • Re: Can't get VLC to Auto-Start on Boot and Play Web Stream?
Is anyone able to help? What am I doing wrong?Statistics: Posted by hudorvis — Mon Jul 01, 2024 6:38 am
View ArticleGeneral • Re: Use vs-code to program and debug pico through debug-probe
Hi All,Can someboby explain me why I did not get any answer on my request?Did I miss some forum rule?Many thanks for any help.Pehachem.Statistics: Posted by pehachem — Mon Jul 01, 2024 6:41 am
View ArticleAutomation, sensing and robotics • Re: I need help with my raspberry pi 4...
Here is the command response from the terminal - FD&P@raspFDP:~ $ sudo raspi-config /etc/sudoers.d/010_pi-nopasswd:1:8: syntax error FDpi P ALL=(ALL) NOPASSWD: ALL ^~~ [sudo] password for...
View ArticleGeneral discussion • Re: Raspberry Pi 4 Model B Boot/display Issue
The biggest causes of issues on here seem to be power supply and SD cards.1. Make sure that you are using the official power supply.2. Use a quality SD card of a decent size(I always tend to buy 64GB...
View ArticleGeneral discussion • Re: RPi won't boot
I would create a new installation of a new SDcard of raspberry PI OS. Boot from that. Then put the old system in a USB card reader and plug it into the PI. There are various tools available on Linux...
View ArticleCamera board • Re: how to enforce HQ camera record high FPS video?
So,is there any application code examples with the new library?There's a load of good documentation about using Pi camerasFrom the command line you can use the rpicam-appsIn Python you can use...
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 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 Article