Camera board • Re: New camera driver can not be probed, need urgent support
While from the kernel log, I can only saw the following log related to the camera during device boot, there is no log related to the probe function [ 3.660150] rp1-cfe 1f00110000.csi: found subdevice...
View ArticleFrançais • Re: Informations sur Raspberry Pi 5
Sonnez trompettes; battez tam tams:le titre est mensonger (j'ai déjà pu voir que qengineeering ne pouvait pas, à ce jour, porter sur bookworm)hackable dédie zero articles à son oeuvre de vulgarisation...
View ArticleOther projects • Re: Connecting LCD displays to raspberry pi
Sorry, but will not work!Your Pi Zero is not able to drive a display with 2880x1440 pixels. You may need a Pi4/Pi5 for that but you should read below posts which are all related to this display setup...
View ArticleTroubleshooting • Re: RPI4 doesn't boot when power USB3 hub connected
@trejan...It is a design flaw of your hub. It is actively driving the data lines even when the host is off. This is causing some leakage through the ESD protection onto the internal Pi power rails....
View ArticleGraphics, sound and multimedia • Re: Raspberry Pi5 and VGA666
1. If you have Retropie running on Pi5 yoi should post how you did that, as there are lots of other people here trying to do the same but fail.So I would be surprise hearing such as Retropie is not...
View ArticleOfficial Display • Re: Raspberry Pi 5 + Official Display will not turn on
Interface cable is correct, so make sure you're inserting it correctly.Based on your first post yoi have Bookworm installed. Is it the 32- or 64-bit version?Code: uname - adid you alter the config.txt...
View ArticleHATs and other add-ons • Re: Build HAT and Light My Bricks kits
What aboit asking support at the third party?https://support.lightmybricks.com/artic ... -questions#Statistics: Posted by aBUGSworstnightmare — Mon Jan 22, 2024 4:16 am
View ArticleCamera board • libcamera-hello works but not libcamera-vid
I am trying to stream an (old) ov5647 "PiCam v1" using my new RPi5 runing Bookorm.I can detect the camera with "libcamera-hello --list" and I can generate a smooth test video on the console by...
View ArticleCamera board • Re: Image capture never completes, never errors...
How do I prevent this data from being dumped to the console:Code: import osos.environ["LIBCAMERA_LOG_LEVELS"] = "3"Perfect. That worked. Now off to figure how to get through YouTube upload hurdles....
View ArticleGeneral • Re: Does AGND have to be 0v?
What happens if the voltage to be measured is greater than 3.3v?You risk damaging the RP2040. ADC voltage must be <= IO voltage which is 3.3V on a Pico. Anything higher will cause the ESD...
View ArticleGeneral discussion • Irrigation Controller for Giant Pumpkins
Okay so I grow giant pumpkins and I’m looking for advice for an irrigation controller integrating raspberry pie. I want to use a moisture sensor to take moisture ratings that controls a control valve...
View ArticleAdvanced users • "Realtime" GPIO with bcm2835 (AirSpayce)library,...
Following on from my other thread... about having realtime behaviour for use within brief bursts of GPIO activity, the interval between these bursts not needing any timing consistency or accuracy.This...
View ArticleAdvanced users • Re: Using I2C 5 and DPI 666 simultaneously
[/quote]Fragment@0 is what you're interested in. The target for your I2C device(es) needs to be changed to 'target = <&i2c_gpio>;' as shown in the DT overlay snippet.[/quote]Im new to the...
View ArticleGeneral • Re: External ADC with 50-100MSps
Will DMA transfer that fast on a Pico? I can't see that happeningStatistics: Posted by pidd — Tue Jan 23, 2024 3:47 am
View ArticleGeneral • Re: make: *** No targets specified and no makefile found. Stop.
Hey,Thanks for the pointer, I stumbled across that section not too long after my original post, I'm unfortunately running into problems with those commands as well.Code: $ cmake -G "NMake Makefiles"...
View ArticleTroubleshooting • Re: Pi 5 eth0 drops out
very odd, it will come back, not on any time schedule but it comes back on.Statistics: Posted by rchetj — Tue Jan 23, 2024 4:18 am
View ArticleBeginners • Re: Make file throwing warning in terminal and other stuff
Code: uint16_t configReg = read16(MAX17043_CONFIG);configReg &= 0xFFE0; // Mask out threshold bitsconfigReg |= percent; // Add new thresholdCan it be written in a more concise, better way than the...
View ArticleOther RP2040 boards • Re: CUSTOM RP2040 PCB Giving Code 43 on Windows
I finally gathered my 2 layers from the board. Quick update: I did in fact try the new crystal from my working board, no result/changeStatistics: Posted by CoffeePlusPi — Wed Jan 24, 2024 3:33 am
View ArticleFrançais • Re: gpio c++
restons sur python et sur rpi !je cherche juste a creer mon c en python sur rpidonc laisson arduino de cotermerciDans ce cas change le titre de ton post, puisqu'il suppose C++, sinon cela va mener à...
View ArticleBeginners • Re: How can I boot my new Pi 5 to autorun EmulationStation on...
Hoping there's an expert out there trying to accomplish the same thing and succeeds because otherwise I'm just junking up my pi with a bunch of stuff that isn't neededI know that feeling, all that...
View Article