Beginners • Re: multiple RPi's on a wireless network
I am wanting to put multiple RPi's on my wireless network. I connected 2 of them to my wireless network then tried to ssh into the second RPi but it came up with the following.....PS...
View ArticleNetworking and servers • Re: How to access pi desktop from outside of my home...
What is the "glue" on the external server that connects the external device (via your VPN provider) to your internal device (via your VPN provider)?My VPN uses a mesh network. Connect to any node on...
View ArticleTroubleshooting • Re: Prevent hdd from turning on during shutdown?
I resolved it. For anybody interested:To prevent The Pi5 from powering on the HDD on shutdown and cutting power to it half-way through the spin-up, I made my own pwrkey script and invoked that by...
View ArticleGeneral • Re: make: *** No targets specified and no makefile found. Stop.
Some context; I've installed the pico toolchain using the windows installer. Next, I followed the instructions in the 'Getting Started' guide, specifically 'Chapter 8. Creating your own Project'. I'm...
View ArticleTroubleshooting • Re: Turning off all LED of RPi 5
I would wait till it comes to apt for updating the kernel and associated. Unless you know and don't anything else that may or may not work in a testing (rpi-update) kernelMihailCosmin do you know...
View ArticleGeneral programming discussion • Re: Math challenges with price money still...
The letters after the rank refer to when the prime was submitted.'a' is this month, 'b' last month...----- ------------------------------- -------- ----- ---- -------------- rank description digits...
View ArticleTroubleshooting • Help Raspberry pi Active Cooler does not turn on
I installed a new Raspberry pi Active Cooler on my raspberry pi 5 and it does not activate, it does not turn on, it only activates when it boots but it turns off and does not turn on, it lasts for...
View ArticleTroubleshooting • Re: Can't set static IP.
Thanks, with systemctl status NetworkManager I now see that NetworkManager is up and I will use it.Interestingly the first lines of https://wiki.debian.org/NetworkConfigur ... ork_config for Debian 12...
View ArticleGeneral discussion • Re: Solid State Hard Drive
In that case, I believe that I overstressed the power supply by plugging in the SSD while the Pi was powered on. Running stress testing programs, including a USB disk drive, indicated strange main and...
View ArticleRaspberry Pi OS • Re: Different /boot layouts
They're both bookworm, installed with the imager:First machine:$ ls /boot/total 50500-rwxr-xr-x 1 root root 18693 Apr 5 2023 COPYING.linux-rwxr-xr-x 1 root root 1594 Apr 5 2023...
View ArticleCamera board • Re: Pi5 - 2 same cameras doesn't work
Try --camera 0It's 2 x -Tried, but doesn't work. The output from the second terminal is the same as my original post above - Code: alshevchuk@raspberrypi5:~ $ libcamera-hello -camera 0 -t...
View ArticleGeneral • USB serial port - can RTS and CTS be used for signalling?
hi all, i have a pico connected to a USB host, with the host running a custom application that is not just a simple terminal emulator; essentially, the host acts more like a docking station with a...
View ArticleMicroPython • Re: Pico W Micropython bootloader (Jan 2024) may have caused my...
A contributing factor to the possible differences in thermistor readings might be related to recent changes in the Pico SDK's floating point handling.I recall divergence from expected were edge cases...
View ArticleCompute Module • Re: About screen resolution settings of CM4
If it does not "just work" you can setup custom resolutions: https://www.raspberrypi.com/documentati ... figurationI have several small HDMI displays that provide "fake" EDID information and claim to...
View ArticleMicroPython • Re: mpremote over UART/RS485
So, apparently, RawREPL doesn't exist on Pico and file manipulations are as dumb as a pile of bricks.Indeed. As you have found, most 'over serial' interaction, via 'mpremote', 'ampy', 'rshell', etc,...
View ArticleGeneral discussion • Re: STICKY: Introduce yourself!
My name's Trent Gamblin. From the East Coast of Canada but have lived in the West half of my life.My family couldn't dream of affording a computer, but every time I saw one at Sears or something there...
View ArticleBeginners • Auto updates without password ?
When the pi tells me it has updates available l go to install them but it asks for a password.On several of my systems l don't have a keyboard attached, only a wireless mouse, so can it be setup to...
View ArticleCamera board • Re: Pi5 - 2 same cameras dont work
Thanks so much for all your help. Now both cameras work just fine.The actual solution is - 1. switch to rpicam-* instead of libcamera-*2. for the first camera use Code: rpicam-hello --camera 0 -t 03....
View ArticleRaspberry Pi OS • Re: Question on updates..
Almost every day I see the Update icon light up on the task bar telling me that updates are available. (Thank you to all those that are working on this behind the scenes)Is there somewhere that logs...
View ArticleCamera board • Re: HW Encoder V4l2 add support for intra refresh
I think that after 1) declaring the required structs / enums (copy paste, slight changes due to different apis)https://github.com/OpenHD/linux/blob/29 ... rs.h#L1002and 2) copy paste the Rpivid code...
View Article