Troubleshooting • Re: CM5 trouble with 7inch display on DSI
here you are https://paste.debian.net/hidden/94280270/a DSI bind shows as 'succeeded'. What looks strange is that 'channel=0' gets mentioned. Need to say that I will have to check the source but looks...
View ArticleBeginners • Re: Maybe Again…(1:micro usb power in)(2:micro usb power in) What...
If it's all put in a case with extension lead connectors from the Pi to the case; it will be possible to add a blocking diode to the power wire in the data connection lead so power can only come out...
View ArticleMicroPython • Re: Lets talk about lightsleep on PICO
@gmx I clarified in another post to @kataka255@kataka255, OK I should have been more precise. Software behavior should be the same.By that I mean yes, lightsleep() may turn off more/less hardware on...
View ArticleCompute Module • Re: CM5 Dev Kit PoE - what's needed?
There ie no PoE HAT included with CM5IO.. Description just mentioned is as supportedGigabit Ethernet RJ45 with PoE+ HAT+ supportno PoE + HAT+ for Pi5 released yet!Statistics: Posted by...
View ArticleGaming • Recommendations for Arcade buttons and joysticks
I am looking into making a bar top arcade unit with a pi 3b+. The articles seem to not be uk based. Can anyone in UK recommend buttons, joysticks and the controllers (can these be powered by the...
View ArticleSDK • Re: Implementing class for HTTP(S) get request with parameters
I made it work. But why does it show an IPv4 address as external IP?Statistics: Posted by picocpp — Sun Dec 15, 2024 7:42 pm
View ArticleCompute Module • Re: Pi CM4 EUROCARD io Board ( Home-Lab ) Update
Update: 10.5Now everything Behaves as planned (I did not plan anything at all) still need to add HDD in % and the alignment is kinda offthe current code:Code: import spidevimport RPi.GPIO as...
View ArticleMedia centres • Re: Peppy player
I gave up on VFD displays already. Its cheaper and easier to use standard liquid crystal display with well known controller and i2c backpack.So the one on photo above is just a 4002 lcd from Ali. I...
View ArticleGraphics, sound and multimedia • Re: No QtMultimedia backends found
yesCode: qt6-multimedia-dev is already the newest version (6.4.2-5).to me the culprit is ffmpeg.Statistics: Posted by pi-alpha — Mon Dec 16, 2024 7:13 pm
View ArticleCamera board • Re: OV9281 can not get advertised FPS
Firstly, Raspberry Pi don't make an OV9281 camera module, so there may be variation with how third parties have implemented them.Secondly the 8bit mode is less well tested on that sensor. We don't...
View ArticleCamera board • How to access RPi Camera Module 3 Wide full Field of View
I have an RPi Camera Module 3 Wide connected to an RPi 3B+ running the latest version of Bookworm, so I'm using rpicam commands.Here is the result of an rpicam-hello --list-camerasCode: rpicam-hello...
View ArticleGeneral • Re: SH1107 OLED 128x128 with C
OK, so I managed to solve the u8g2 porting Here is first snippet of working display:If anybody would want to take a look at what I did to the code, I have pushed it...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Pi 500: SPI_IOC_WR_MODE with...
It's a completely different SPI controller, but given that CS is driven in software I can't think of a reason why SPI_NO_CS should not work.Statistics: Posted by PhilE — Mon Dec 16, 2024 7:16 pm
View ArticleCompute Module • Re: CM5 trouble with 7inch display on DSI
@6by9: can you please confirm below is correct understanding:When using CAM/DISP0 interface (silkscreen label J5) below has to be added to config.txtCode: dtoverlay=vc4-kms-dsi-ili9881-7inch,dsi0When...
View ArticleCamera board • Re: How to access RPi Camera Module 3 Wide full Field of View
4608x2592 isn't cropped.Try usingCode: --mode 4608:2592:10 and using your width and height settingsStatistics: Posted by gordon77 — Mon Dec 16, 2024 7:31 pm
View ArticleRaspberry Pi OS • Re: Samba problem with mounted directory
Windows is Windows 7 (I mentioned that in the other post, but not, alas, here)Here is smb.conf (which is also the same as the output of "testparm -s"). It is all stock except for the bit added at the...
View ArticleSDK • Re: Basic help with Wifi: "arch/sys_arch.h: no such file"
I got my empty project to compile with pico_cyw43_arch_none by adding pico_stdlib as a second library.The next step is using pico_cyw43_arch_lwip_poll (instead of ...arch_none). This seems to require...
View ArticleTroubleshooting • Upgrading from 3B+ to 4 or 5
My loyal 3B+ has (probably) passed away, presumably from old age and constant use--it's my dhcp and dns server. I'm currently trying the "leave it alone and unplugged for 24 hours and, in the interim,...
View ArticleRaspberry Pi OS • Cannot run Imager 1.9.1 (64-bit)
I have a fully up-to-date install of Raspberry Pi OS on a Pi 5. I went to run imager from the menu - nothing happened. I then tried the command line:Code: andrew@pi5:~ $...
View ArticleRaspberry Pi 400 and 500 • Re: Can a Pi 400 Power the new monitor?
why would you want to anyway, it cut's the performance in halfyou won't get the full performance of the monitorBecause I like the idea of being able to power the whole set up with one power supply and...
View Article