General discussion • change crontab editor
evening,how can i change the editor for crontab? I usually use Nano, somehow it is now one of the others.Whats the easiest way to switch back to Nano?thanksStatistics: Posted by jondallimore — Wed Jan...
View ArticleGeneral discussion • Re: LIcensing regarding h264 (And potentially h265)...
Actually, it was for making a video recorder like device. No charging for watching. Personal use of the device for watching or playing back the streams.Well unless you intend to sell 100,000 (?) of...
View ArticleTroubleshooting • Re: Help turning on logging for SCP/SFTP connections
Create /etc/ssh/sshd_config.d/sftp-server.conf to override the default "Subsystem" line in /etc/ssh/sshd_config, and increase the logging level. See sftp-server(8) for documentation on the available...
View ArticleGeneral discussion • Re: The best SD Card for Raspberry Pi 5?
frankly, I would buy an SSD or NVME drive to use with a Pi 5.I have a Pi 5 booting via USB from an SSD, I am constantly surprised how fast it boots and runs.Statistics: Posted by jondallimore — Wed...
View ArticleGeneral discussion • Re: change crontab editor
yeah, knew that would happen - within moments of posting here, I found the answer on google. Its always the way.For the record, in terminal:Code: select-editorStatistics: Posted by jondallimore — Wed...
View ArticleGeneral discussion • Re: DNS Question
1) don't know what I'm doing here (yet)?2) Is out for the time being by choice.3) found the file in question:/etc/NetworkManager/system-connections/"Wired connections 1.nmconnection"And it only...
View ArticleAdvanced users • Re: Image File Utilities
So the zip in the beginning of this thread is the freshest version of YOUR work? Just wanted to make sure and I will switch to it. Yes. This is the only version I maintain and support.Also, the...
View ArticleBeginners • Re: How do I get around Debian not recognising architecture types?
X86_64 assembler won't run on an ARM processor. You need to rewrite your routines in ARM assembler. That's one of the disadvantages. You'd have less trouble writing stuff in C/C++ and compiling it to...
View ArticleCompute Module • Re: CM5 trouble with 7inch display on DSI
hijacking threats is not very helpful as you're using a third party product. I have no idea what 'an old waveshare 5in display' is but this might be if interest:...
View ArticleRaspberry Pi OS • Re: Components needed for Debian to match Raspios
ARM have a new-ish thing called "Arm Virtual Hardware", where they are working on virtual RPi machines "in the cloud". It's more aimed at industry than enthusiasts, but it's out there. I'm not sure if...
View ArticleBeginners • Re: Viable portable power supply for RPI 5?
What are you plugging into the USB ports that requires such high current to be available?Small servos, one on its own may only take 500-600 mA, but depending on the robot configuration, let's say a...
View ArticleBeginners • Pi cluster of two - Switch or direct
Hi, I'm planning on building a simple Pi 5 cluster with just two of them. To do this they have to be on the same network, so they have to be connected via ethernet. Other clusters use switches for...
View ArticlePython • Re: Unknown threads running in Python application
Give the threads special names, so you know which function started the thread. You could also collect all threads in a list and use an Event to stop the while loop inside the worker function, which is...
View ArticleGeneral • Re: Pico 2 rp2350 40-pin project in easyeda
Finally found one. I'm posting here to help others who may be looking in the future.Here is the one for RP2350 https://easyeda.com/component/815f6d4d4 ... 15d66280a5Here is the one for...
View ArticleBeginners • Re: Pi cluster of two - Switch or direct
A straight ethernet cable can connect the two together. You;ll either need to set manual IP addresses for both (probably easiest), or run a DHCP server on one of them to provide an address to the...
View ArticleSDK • Re: Importing an SDK project to the VS Code extension
See the readme, you’ll need to use the CMake Tools Extension Integration to work with projects with multiple executables (https://github.com/raspberrypi/pico-vsc ... ntegration)“For more complex...
View ArticleAdvanced users • Re: Missing build and source folder after compiling header
You might find Building the Raspberry Pi OS Kernel : Made Easy useful.Statistics: Posted by RonR — Thu Jan 09, 2025 8:49 pm
View ArticleRaspberry Pi 400 and 500 • Re: Overclock on the 500?
arm_boost=1 selects the fastest CPU/GPU clock profile. On Pi4 this switches between 1500MHz and 1800 MHz max ARM frequency. However, on Pi5, CM5, Pi500 there is only one profile (2400 MHz) so this...
View ArticleBeginners • Finding Sensor Drivers - MicroPython awesome list shout out
If you are looking for various sensor drivers for Raspberry Pi MicroPython a great resource is here:https://github.com/mcauser/awesome-micropython...it has saved me a lot of work many times!The list...
View ArticleGeneral discussion • Re: Pi5 16GB ?
Incidentally, just for interest, I saw this quote on ars technica:Raspberry Pi CEO Eben Upton writes that the 16GB version of the Pi 5 is possible because of other tweaks made to the d0 stepping of...
View Article