Raspberry Pi Connect • Re: Web API for Connect?
I may be able to get our network guy to ...If you have a 'Network Guy' I really recommend you take your requirement to him or her and take advantage of their knowledge experience and responsibilities....
View ArticleGeneral discussion • Re: New Raspberry Pi Products
This thread is too long. Should the admin stop it and force to open a new one?When there are no more new products we can stop.Statistics: Posted by ame — Tue Dec 24, 2024 9:05 pm
View ArticleRaspberry Pi OS • Re: Can't login from Login Screen
Of course you can't see what it's typing at the login screen!Try typing your password when you're meant to type in your username, obviously when no one is around and don't press enter.The key mapping...
View ArticleCompute Module • Re: SYNC_OUT pin on CM5 IO board
Strange, I'm not getting any pulses at all. Not on pin 6 or any other.I did:Code: folkert@tiktok:~ $ sudo ./testptp -d /dev/ptp0 -p 1000000000 -L 0,2set pin function okayperiodic output request okayI...
View ArticleDevice Tree • Re: CM5 customized device tree
Look at yoir other post. You will have to carefuly compare both overlays, then change and compile it.Statistics: Posted by aBUGSworstnightmare — Tue Dec 24, 2024 9:11 pm
View ArticleSDK • Re: Building an HTTP web server with Pico SDK
I solved the issue with the mbedtls_config file, now I have (even though I specified "no hardware entropy") the issue that while compiling i get an error saying hardware entropy on this platform not...
View ArticleGaming • Re: PS1 emulation, which one is best? Recalbox or Retropie?
I have a pi400 which I've used with RGB-Pi OS, it will be used mostly for anime because of its picky nature (You can only use certain games on each emulator, a curated list)So I am debating wether or...
View ArticleBeginners • Re: Compatability of multiple devices and a single pi 5
Yes as we said in an earlier post… “ we can have multiple devices on the I2C bus as long as they have a unique address”Statistics: Posted by neilgl — Tue Dec 24, 2024 9:51 pm
View ArticleCamera board • Re: OS12D40 Camera driver on RPI CM4
I'm not aware of anyone having used that sensor.My initial guess would be that it is configured for using 4 CSI2 data lanes, not the two that OV5647 is using. The driver even appears to be validating...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Highspeed SPI dual slave mode or PIO...
What data rate are you hoping to get? And are gaps allowed?Statistics: Posted by PhilE — Tue Dec 24, 2024 10:03 pm
View ArticleNetworking and servers • Re: WiFi region setting
If you're flashing the card in the pc, why not just set the wifi country in there too with the imager?I'd like to know where the imager saves the setting to - if things go wrong it is handy to know...
View ArticleGeneral discussion • Re: Remote to Pi at another location?
As a minimum the remote Pi will have to connect to the internet.Your cousin could tell you his Wi-Fi login and you could put that configuration on before you send itThe easiest way to do this is to...
View ArticleCompute Module • CM5 power issue
Hi,I just got a CM5 8gb, 32gb Wi-Fi and a CM5 io board.However im experiencing a problem, I flashed the pi with pi os and when I try to power it up from the official psu no lights come on, same with...
View ArticleAI Camera - IMX500 • Re: Hello world for Raspberry Pi AI camera
"I don't have a spare RPi4, but I tried an RPi3 and got the same problem as you. I am afraid this stuff only works on RPi5."Ah, gotcha.I have a Pi5 as well; I have been running a Camera Module 3 on it...
View ArticleCompute Module • Re: CM5 power issue
Do you have a monitor connected ? if so try without it connected. I've seen non HDMI compliant monitors causing startup issues.Statistics: Posted by dp11 — Wed Dec 25, 2024 8:02 pm
View ArticleSDK • I2C ssd1306 example
I must be doing something wrong, but I'm not seeing it.I have the ssd1306 example working, but only when I redefine PICO_DEFAULT_I2C.I'm showing only the bits I changed. This code works:Code: #ifdef...
View ArticleDevice Tree • Re: MCP23017 overlay error -EIO: can't write IOCON 32
I extend it now to all GPIOsCode: //Test overlay on bit-bashed I2C//devices connected are an EEPROM ans a GPIO expander////swi2c-dummy-rev1-overlay.dts//for devicetree bindings of MCP23017 refer...
View ArticleDevice Tree • Re: Assistance with Device Tree Overlay for GPIO-Based I2C and...
You don't want fragment 1 "target = <&i2c1>;" as that is the standard hardware I2C controller on GPIOs 2&3.viewtopic.php?t=381059 is a very similar thread where someone is wanting to add...
View ArticleHATs and other add-ons • Re: Max gb for SSD Hat?
Thanks for all the replies. I was asking as I recall the DOS/Windows days when LARGE HDs would be available, but the OS wasn't able to access the full capacity.I bought a nice 1TB 2240 SSD at NewEgg....
View ArticleRaspberry Pi OS • Re: can running hdparm -y /dev/sdb1 every 10 mins on an...
thank you and Merry Christmas!Good points! sending the hdparm command again does not wake the drive, so I won't worry about sending it repeteadly when the drive is in sleep mode.The drive is the...
View Article