JS
JunoSmith
Posted: 2023-10-27 10:15 AM
Hello everyone,
I'm working on a project involving a Raspberry Pi 4 with Windows IoT Core (Version 10.0.19041.0) and I've been struggling with GPIO functionality for the past few days. I'm trying to control a simple LED using a GPIO pin, but it seems to be intermittently failing.
I'm using the `Windows.Devices.Gpio` namespace and have initialized the controller correctly. However, after a certain period of operation (sometimes minutes, sometimes hours), the pin stops responding. Re-initializing the controller or even rebooting the device sometimes resolves the issue temporarily, but it always returns.
My setup is quite basic: a single GPIO pin configured as output, connected directly to an LED with a current-limiting resistor. I've tested the hardware itself, and it works fine with other operating systems like Raspberry Pi OS.
Has anyone else experienced similar persistent GPIO issues with Windows IoT Core on Raspberry Pi 4? Are there any known bugs or common pitfalls I might be overlooking? Any advice on debugging this further would be greatly appreciated.
I'm working on a project involving a Raspberry Pi 4 with Windows IoT Core (Version 10.0.19041.0) and I've been struggling with GPIO functionality for the past few days. I'm trying to control a simple LED using a GPIO pin, but it seems to be intermittently failing.
I'm using the `Windows.Devices.Gpio` namespace and have initialized the controller correctly. However, after a certain period of operation (sometimes minutes, sometimes hours), the pin stops responding. Re-initializing the controller or even rebooting the device sometimes resolves the issue temporarily, but it always returns.
My setup is quite basic: a single GPIO pin configured as output, connected directly to an LED with a current-limiting resistor. I've tested the hardware itself, and it works fine with other operating systems like Raspberry Pi OS.
Has anyone else experienced similar persistent GPIO issues with Windows IoT Core on Raspberry Pi 4? Are there any known bugs or common pitfalls I might be overlooking? Any advice on debugging this further would be greatly appreciated.