General • Re: A tiny Raspberry Pico shell with flash file system, vi, and c...
Wow, great work!I have a certainly complex question: could it be feasible to make cc generate ELF like (relocatable?) code and have all SDK functions indirectly accessible trough a "vector" table?That...
View ArticleTroubleshooting • Re: Raspberry pi5 and power on from gpio 3
I should have been a bit clearer about the intention to wake out of sleep with no timing holes using only the push button pads. If there is a timing hole, it will be hit sooner or later. If you have...
View ArticleGeneral • Re: PICO 2 - Corrected version availability?
Ok I see.I thought maybe it's about the fact that the raspberry MCU has a different operating voltage for flash and chip which can lead to troubles if the voltage falls below 3V.That's why I...
View ArticleGaming • Re: Need a controller
Hi! I am planning on getting a Pi4 and found all the other stuff i need but I'm not sure what controller I should get, does anyone have recommendations?I recommend that you pick one that's closest to...
View ArticleGeneral • Re: PSRAM setup failed on Pico 2
Thanks for that detail. So the situation seems to be -Run from RAM is exactly as it used to be.Don't use partitions and it will be the same as it ever was.If using partitions you need to specify...
View ArticleTroubleshooting • Re: Pi4B h264_v4l2m2m not working anymore for > 1080p30
I have it working now, it runs as it used to do: on 2GHz Pi4B 1 core around 75% load, rest below 10%. No hickups or so. I will let it run a day or so and also maybe see if I can turn the antenna a bit...
View ArticleTroubleshooting • Re: updater icon does not clear after a failed update
wait till the dependency is satisfiednot all parts make it to the repo at the same timeStatistics: Posted by kerry_s — Mon Sep 02, 2024 7:26 pm
View ArticleBeginners • Re: Anker Powerstations for Rasp Pi
Ah okay, thanks for confirming that those values are indeed specific thresholds that will be negotiated and nothing else.So next question, the intended use for the pi is to have on desk and use the...
View ArticleGeneral programming discussion • Re: "AI assisted" programming?
How can something that is not sentient "understand" anything? You believing it to be the case does not make it so.I don't think I need to be involved in it either way. Sam Altman has forgotten more...
View ArticleCamera board • Re: Security Camera
Hifor some reason I only managed to install Motion 4.6.0, and as motioneye is not working I decided to try and get motion working, so as I am trying to learn as I go, I decided to install Bullseye so...
View ArticlePython • Re: Button to restart Pi, button to restart program
Why do you want a countdown in the first place?I would rather use a 2 point controller.Here the changed code, but not checked everything...main.py:Code:...
View ArticleBeginners • Re: raspberry pi 5 power supply
According to the product brief...SpecificationOutput: 5.1V, 5A; 9V, 3A; 12V, 2.25A; 15V, 1.8A (Power Delivery)yes bro ,i know but im asking this question because raspberry pi 4 charger 5v/3a doest...
View ArticleBeginners • Re: Slow SD card or OS too strong for Pi 3B?
Thank you both for your answers. The bottleneck seems to be the SD card. I purchased a Kioxia Exceria card and Ubuntu Mate 22.04 works much faster on the Raspberry Pi 3B now. I downloaded a small...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • NEO-6M module updates position at long...
I am using a NEO-6M GPS Module with my Pi 4B. Receiving data from it seems to be no problem both in python using the gps library and using cgps -s in the terminal. It receives new data around every...
View ArticleRaspberry Pi OS • Re: Updating "micro" Editor to the Latest Version
Thank you craigevil and dom.All I do is download the version from Github and put it in ~/.local/bin/Code: $ micro --versionVersion: 2.0.14Commit hash: 04c57704Compiled on August 27, 2024Interesting.So...
View ArticleTroubleshooting • How to move the mouse pointer automatically?
I'm making a (usually) non-interactive sign, that simply displays a web page full screen. I haven't been impressed with the dedicated OS's that do exactly that, so I'm using the standard Raspberry Pi...
View ArticleGeneral • Re: Pico 2 RISC-V - Slow....
FYIhttps://x.com/kilograham5/status/183105 ... Bc9i1UZPdwStatistics: Posted by kilograham — Tue Sep 03, 2024 8:05 pm
View ArticleTroubleshooting • Re: Unable to SSH into Raspberry Pi Zero 2W
Try re-installing to the microSD card using Imager, but this time set the (2.4GHz) WiFi details in OS Customisation to your WiFi SSID and its password, as well as SSH, username (pi) and password.Boot...
View ArticleTroubleshooting • Re: How to move the mouse pointer automatically?
Which model Pi are you using?If by "TODAY'S Raspberry Pi OS" you mean RPiOS Bookworm and your Pi has at least 2GB RAM it won't be using X it'll be using Wayland so xdotool won't work.You can switch to...
View ArticleBeginners • Re: On/Off ceiling light detector using RPi3B
Back on topic, couldn't you just fix the timer on the existing controller?If the time drifts and you get a notification, what action will you take?The existing controller is not under my control, it's...
View Article