Compute 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 ArticleOther RP2040 boards • Re: Adafruit Feather RP2350 board gets stuck on / after...
Thank you, I will try that.Statistics: Posted by mstiller — Tue Dec 24, 2024 9:34 pm
View ArticleMicroPython • Re: Pico W Reliability
After collecting some data on these problems, I have filed an issue in micropython here: https://github.com/micropython/micropython/issues/16482A few take-aways so far:1. network.WLAN.PM_POWERSAVE is...
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 ArticleCamera board • Re: Issue of OV5647 camera in opencv
Did it, still same error in picamera2 that no module: libcamera but Code: libcamera-hello runsStatistics: Posted by chopdeankur — Thu Dec 26, 2024 8:09 pm
View ArticleTroubleshooting • Re: Cannot SSH when HDMI LCD is connected
I'm using 2.4Ghz. I also noticed that when I try to get ip using hostname -I it's blank. With another LCD screen it prints correct ip Statistics: Posted by kormateusz — Thu Dec 26, 2024 8:26 pm
View ArticleRaspberry Pi OS • Re: Some interesting questions about Linux (RpiOS) NTFS...
This raises two questions:1) What is the default? It sounds like the default is "none", so this begs the question: How do I change it?2) As it turns out, I'm not so much worried about accessing the...
View ArticleTroubleshooting • Pi 5 no longer has functioning wifi after latest update
Ran an update. Rebooted. Network manager shows two red x's in the taskbar. Doesn't see any wifi available. Any help would be appreciated. ThanksStatistics: Posted by penciltester — Thu Dec 26, 2024...
View ArticleGeneral • Modifying Pico Examples for additional source files
I am trying to understand how to structure a Pi Pico project to use more than one source file. I am using VS Code. I have installed the Pico extension. I am using the hello_uart example, adding some...
View ArticleTroubleshooting • Re: Pi 5 no longer has functioning wifi after latest update
I'm not seeing that on a Pi5 with all updates as of just now - WiFi is fine stillWhat happens if you reboot the router?Maybe connect an ethernet cable to the Pi5 temporarily?Statistics: Posted by...
View ArticlePython • Re: How does a u-shaping coder work
Here's the images I promised can someone help me set up Python code to check for the pins that are used or Arduino code?Statistics: Posted by bob5731 — Thu Dec 26, 2024 9:31 pm
View ArticleGeneral • Re: The Raspberry Pi Pico W is not showing up on computers
Could it be your USB cable or your choice of USB port? I have found the Picos totally reliable when used with USB. Thonny never fails to establish a link, this on Raspberry Pi OS or Mac OS.The onboard...
View Article