Beginners • pi camera
hello, running a pi 4 8bg on raslbian os 64-bit. just ordered a pi camera rev 1.3. plugged it into proper connector but I cannot enable it on interface in raspi-config. camera option is not available....
View ArticleBeginners • Re: pi camera
That's no longer a thing. The camera will be detected when properly connected to the board.Statistics: Posted by memjr — Fri Apr 05, 2024 3:24 am
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Drive dual port MIPI DSI panel using...
@OP: if you have such panel, why not simply test it?asked a somehow similar question here viewtopic.php?t=321878 and also asked if RPi1 DSI1 outputs can be combined immediate after the Pi5...
View ArticleGeneral discussion • Re: problem install chromium raspberry pi zero
Me again. Using Netsurf-gtk from a notebook, not a Pi. Javascript is switched off by default. I had to switch it on. You do not get the level of control provided by Noscript in Firefox.Some of the...
View ArticleGeneral discussion • Re: Replace image from within
PINN does everything required, without having to remove the SD card.How do you want to supply the replacement or control the replacement? Are you accessing the machine via keyboard, network, VNC, SSH?...
View ArticleAdvanced users • Re: PI5 and easy AI/CV/LLM
I find it irritating that the answers to "What is 2 + 2" are all wrong although some of the answers hedge their bets. I expect a computer to give a Spock answer and not attempt a human interpretation...
View ArticleGeneral • Re: C program, flush input, scanf(), menus, etc.
On the Pico, this works well:Code: // Menus - state machine using pointer to function// you can set up a callback function to handle user input asynchronously#include "pico/printf.h"#include...
View ArticleGeneral discussion • USB Drives Problems after upgrading
Hi, I'm having trouble using my USB drives on raspberry pi 5. You can read more about everything that happened before in this post viewtopic.php?t=368289. The thing is that I had to erase that memory...
View ArticleCamera board • Re: Raspberry Pi High Quality Camera DNG Format and Raspberry...
And I know that it is producing it correctly, or at least I think so, because its not the black and white boxes and rather an actual image that is in black and white (downside is the pixel size is...
View ArticleBeginners • Re: Raspberry Pi 5 Audio?
No. You will need an amplifier. And an audio output.Statistics: Posted by ame — Sat Apr 06, 2024 2:30 am
View ArticleOther RP2040 boards • Re: Debug Probe an I2C sniffer / logger
Well it didn't work seems if I had read the PIO code I would have known that the pin order was importantI've made changes and it works on a Pico, the thing was I was testing with a bus scan to see if...
View ArticleBeginners • Re: How to force composite output raspberry pi 5
It worked!!! Kinda. The ras pi 5 is displaying on the crt through composite but it is scrolling vertically. It also won't get past the splash screen. maybe I need to place the code on a different line...
View ArticlePython • Re: Reading GPS
Thanks - rpiMike & bensimmo. I've now got it reading the GPS module. I used the "serial0" designation and bingo it worked . However (there's always one of those ) I think the gps module itself may...
View ArticleAdvanced users • Re: Getting Started with Network Manager
Well, after a lot of experimenting I finally got DHCP working.I don't know what happened, but my Pi's can't reboot, unless I use Network Manager to establish the connection.Code: journalctl -b | grep...
View ArticleTroubleshooting • Re: VNC Pi4
8gb ramBookworm 32bitRaspberry Pi OS Bookworm or some other Debian varient?DesktopVia sudo raspi config I can't even login to vnc client on pi. Used to be a white box on top right toolbar where you...
View ArticleGeneral • Re: External ADC via SPI speed on Pi pico
Alas, I spoke too soon. While the execution is considerably faster using the SPI.transfer16 command, the Pico does not receive the incoming data. I can see the data on the scope. It changes nicely....
View ArticleTroubleshooting • Re: USB Drives Problems after upgrading
Its triggered a kernel update, I think another thread suggested downgrading the kernel again?Well, skipping the installation fo linux-libc-dev its working so far, but I don´t now what other problems...
View ArticleCamera board • Re: Raspberry Pi camera issue on Raspberry OS 64 and 32 bit
What you see when writing the commands is:alan@alan:~ $ rpicam-hello --list-camerasAvailable cameras-----------------0 : ov5647 [2592x1944 10-bit GBRG] (/base/soc/i2c0mux/i2c@1/ov5647@36) Modes:...
View ArticleAdvanced users • Re: Argon One Replacement Daemon
I've found a issue with auto configure when it tries to detect the controller type.On the Pi 5 and the ARTIK hat if you use auto configure controller type the controller gets stuck and locks up the...
View ArticleCamera board • Re: UNABLE TO STREAM OVER A NETWORK USING RASPBERRY PI 5
Python code is also fine but i need to run the live stream on vlc. Will that work?Statistics: Posted by nmvl — Sun Apr 07, 2024 2:57 am
View Article