Off topic discussion • Re: Chromium fullscreen
Can you just click on the full screen icon? (right of Zoom in the three dots menu)Statistics: Posted by neilgl — Thu Dec 19, 2024 3:18 pm
View ArticleTroubleshooting • Re: Calibre Content Server 7.XX [Is it possible to upgrade?]
The newer version won't be in the repos until Debian Trixie is released.However you can install it using flatpak, and it works just the same. Right now the flatpak version is 7.22.0.If you do not have...
View ArticleCamera board • Re: How to access RPi Camera Module 3 Wide full Field of View
OK, so the learning continues Now that I think I understand how to keep the FoV maximized, I'm working on the resolution vs framerate parameters...specifically this part:Code: --mode 4608:2592:10...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: CSI Virtual Channel support on...
Dear 6by9,thank you for your answer.Things are now much clearer to me, but I still have a few follow-up questions. I would be happy if you could answer them.Is the RP1 CFE replacing the Unicam driver...
View ArticleTroubleshooting • Re: Audio input trouble
I didn't think about ARM. It's a Java program, so I assumed the JVM would take care of it. Could I be mistaken?Statistics: Posted by barryburd — Thu Dec 19, 2024 3:42 pm
View ArticleDevice Tree • Re: MCP23017 overlay error -EIO: can't write IOCON 32
... Has anything enabled the pull ups on the MCP23017? If not then there will be no voltage change. (Just don't ask me the correct route to configure this - it appears to go via a pin_config_set hook,...
View ArticleRaspberry Pi Connect • cli commands not saved to $HOME/.bash_history
Using remote shell in Raspberry Pi Connect, if I close the window by using the exit command, the commands I typed are saved in .bash_historyHowever, if I just close the browser window that remote...
View ArticleGeneral • Re: How many LEDs can a Pico Power
"rpdom" mentions high-brightness LEDs that only need 1mA forward current. What "key words" should1 I be using to search for LEDs that will operate at 1mA current?All LEDs will operate at 1mA current...
View ArticleGeneral • Re: Make the Debug Probe stop listening to port 6666 and 4444
So, I asked Google Gemini enough questions and finally figured out that I could stop openocd from sitting there "Listening..." if I include the following addition to the "Upload" task I added to the...
View ArticleCompute Module • CM5 power on issue
Is anyone having problems with powering on the CM5 on the Pi IO board? I press the power button, see the red light flash and that’s it. Every once in a while it will correctly power on but it takes...
View ArticleCamera board • Re: Libcamera on RPi 5 not able to use non-16-bit RAW formats?
The CFE will always unpack the raw images to 16bpp (or a compressed version). If you ignore libcamera and the CFE, then the CSI2 peripheral can write out the raw data, but won't unpack the MIPI...
View ArticleCamera board • Re: Camera V3 temperature range
Checking the IMX708 datasheet:- Guaranteed operating temperature: -20 to +85degC- Guaranteed performance temperature: 0 to +60degCIt doesn't detail what effects on performance may occur.Now be aware...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Making the Raspberry Pi 4 Control...
"xrandr --brightness" actually sets up a gamma table in the hardware.Issues were discovered in the BCM2711 gamma block and when it could be reprogrammed, so it is disabled, and the controls are not...
View ArticleCompute Module • Re: CM5 power on issue
What's your power supply?Statistics: Posted by dp11 — Fri Dec 20, 2024 3:37 pm
View ArticleGeneral discussion • Re: networkless wifi
Thanks for responding. Perhaps I should clarify.I need to ssh into my RPi, from my laptop, wirelessly and without a router being involved.Thanks again.Statistics: Posted by jimjulian — Fri Dec 20,...
View ArticleCamera board • Re: OV9281 Arducam
It looks to be a Pi5 thing. Pi4 is fine. Pi5 gives me a black frame.At a guess the sensor does something weird on starting streaming, and it should have mistrustFramesModeSwitch returning 1 in a...
View ArticleAdvanced users • Re: Moving Linux Kernel to 6.12
Finally, I have another board (Odroid-C2 aarch64) with linux 6.12.1 and it works like a charm so it seems it is not related to a bug with KVM on aarch64 but to a problem with RPi kernel...
View ArticleGeneral discussion • Re: Monitor does not work
--------------------The latest "bullseye" and "Bookworm" releases use the KMS video driver. The KMS driver seems less forgiving when the EDID data from the monitor is bad, nonexistant, or malformed.If...
View ArticlePython • Re: Issues with code from Raspberry Camera Guide 2nd edition
Does the book not state you should use Pi OS with Desktop for that example?Statistics: Posted by rpiMike — Sat Dec 21, 2024 2:23 pm
View ArticleAutomation, sensing and robotics • Tiny Code Reader from Useful Sensors with...
HelloI would like to use the “Tiny Code Reader from Useful Sensors” module with a raspberry pi 4.I went to read the official documentation :https://github.com/usefulsensors/tiny_c ... /README.mdIt...
View Article