Official Display • Re: Is there an official case for Raspberry Pi Touch...
I would like to ask the gpio PIN spacer has a practical use for pihat M2? because having mounted the pi5 with pihat M2 on a touch 2 display I had to remove this spacer to put display power jack. so is...
View ArticleGeneral • Re: Want to learn C++ on a RP Pico
See also: viewtopic.php?t=379121Statistics: Posted by PicoTinker — Mon Nov 11, 2024 7:56 am
View ArticleBeginners • Re: Is HW protected read only possible?
There is no possible protection if someone has physical access to hardware.Statistics: Posted by W. H. Heydt — Mon Nov 11, 2024 7:58 am
View ArticleBeginners • Re: PI OS Upgrade: Buster to Bookworm
And, the beat goes on.Statistics: Posted by Ratsima — Mon Nov 11, 2024 8:08 am
View ArticleRaspberry Pi Connect • Re: Raspberry Pi Connect not working
(Also I was going to attach an image, but can you only attach images through URLs?)You can add up to three images (jpg, png, up to 512KB each) using the attachment button, then after adding you can...
View ArticleGeneral • Re: BBC BASIC on the Raspberry Pi Pico?
But for other display types it looks like it would get messy pretty quickly. I intended to just fudge mode changes anyway so a particular display would have a correct mode and other ...less than...
View ArticleOther RP2040 boards • Re: PICO 2 RP2350 clone
If you want Pico 2, just buy from official resellers - no compliance will have been done on these third party devices, and the warranty will be non-existent.Statistics: Posted by jamesh — Mon Nov 11,...
View ArticleMicroPython • Re: Core1 slows down Core2?
Also the main RAM (4x64 KB) is word stripped/interleaved, by default.0x20000000 Bank 0 00x20000004 Bank 1 00x20000008 Bank 2 00x2000000c Bank 3 00x20000010 Bank 0 10x20000014 Bank 1 10x20000018 Bank 2...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Many I2C-Devices on one Raspberry Pi
Thank you both!I mean, I know, that in theory, the RPi does provide sufficient I2C-Busses and I know they can theoretically work as long as the devices have different addresses. So far, with the...
View ArticleGeneral • Re: Variable PMW on RP2040
Default PWM and phase correct PWM waveforms will look different. Does it operate as described in the RP2040 datasheet? In particular, you might have some pulses that are 0 -> COUNT and some that...
View ArticleAI Camera - IMX500 • Re: Can't transform .keras file with imx500-converter[tf]
Thank you for the advice.I'm not used to RasPi So it's very helpful for me.As you advised, I used the converter with TensorFlow==2.14.0.But I got still the following error.As the last line of the...
View ArticleGeneral • Re: Raspberry Pi PicoW - not getting recognised.
Which system are you connecting it to? Windows 11 ?Windows 10 ; thonny IDEStatistics: Posted by Ab25 — Tue Nov 12, 2024 7:29 am
View ArticleAdvanced users • Re: Is the PISP a fake IP hidden by an over-complicated...
@jamesh I don't think you are answering my point.Right now, when I type rpicam-hello, it seems to me that PISP is only used for stats to calculate some averages and then allow to tune exposure and...
View ArticleSDK • Re: /pico/stdlib.h not found
It should be:Code: #include "pico/stdlib.h"No slash before the pico.Your version is looking for the file in the root folder, not in the include folders.Statistics: Posted by Memotech Bill — Tue Nov...
View ArticleCamera board • Re: imx462 banding
Small update. I pulled the 6.6 kernel myself and applied your PR but again got the vertical band artifact.Now I made a small adjustment:Code: //cci_write(imx290->regmap, IMX290_FR_FDG_SEL, 0x01,...
View ArticleMicroPython • Re: Traffic_Lights.py example error
Like 'hippy'.And 'ame'. [Which does feel weird.]Statistics: Posted by DougieLawson — Tue Nov 12, 2024 8:10 am
View ArticleGraphics, sound and multimedia • Re: Codec Zero status?
https://www.raspberrypi.com/products/codec-zero/The product brief states "We expect Raspberry Pi Codec Zero to remain in production until 2028"The IQAudio product portfolio was taken over by Raspberry...
View ArticleRaspberry Pi Connect • Re: enable-linger no longer works on rpi-connect 2.1.0
The sequence of commands to get rpi-connect-lite running are:sudo apt updatesudo apt install rpi-connect-liteloginctl enable-lingerrpi-connect onAnswer the questions on the web pageLogin to your...
View ArticleCompute Module • Re: CM4 CAM0 I2C Pins
I have custom baseboard withCSI0 and I2C0 - GPIO44 45 (pin 80 82) (2 lanes imx290)CSI1 and I2C1 - GPIO 0 1 (4 lanes imx290)How i should configure them?dtoverlay=imx290,cam0 (how i can here specify...
View ArticleGeneral discussion • Re: MQTT explorer (or alternative) for Raspberry Pi OS?
You can use the Plotter function in Thonny for easy and fast viewing. It's in the View menu. Just have your client print all the messages, and they will be automatically shown as a graph. Very basic,...
View Article