Search results

  1. L

    Help Needed: Using Interrupts for DIN0 on GEVCU Board

    Thank you for your feedback. I realize that creating a duplicate thread might not have been the best approach, and I sincerely apologize if it caused any inconvenience or frustration. The question is genuinely important to me, and I felt that the responses in the previous thread didn’t fully...
  2. L

    Help Needed: Using Interrupts for DIN0 on GEVCU Board

    Yes, but ended up having no concrete answer.
  3. L

    Help Needed: Using Interrupts for DIN0 on GEVCU Board

    Hi everyone, I’m trying to read DIN0 (digital pin 0) on the GEVCU7 board using an interrupt-based approach. Currently, I’m polling the pin, and it’s working fine, but I’m unsure how to implement it with interrupts. Could anyone provide guidance or examples? Thanks in advance!
  4. L

    Help needed: Converting polling-based proximity sensor to interrupt-based reading on GEVCU7

    Thank you for your response. I understand your concern about not being familiar with the software libraries, such as "systemIO." Perhaps @CollinK could help us out since he's the one who developed these software libraries for GEVCU and is highly experienced in this area. His insights might be...
  5. L

    Help needed: Converting polling-based proximity sensor to interrupt-based reading on GEVCU7

    Hi PaulStoffregen, Thank you for your prompt response. Yes, this is indeed the board I am currently working with. You can find the link to the board [here]. You're correct—I'm using this board at the moment. I can successfully read its digital Pin 0, and my code is working fine for that...
  6. L

    Help needed: Converting polling-based proximity sensor to interrupt-based reading on GEVCU7

    Hi everyone, I'm working on a proximity sensor implementation for the GEVCU7 board. Currently, I have a working polling-based implementation, but I need to convert it to interrupt-based reading for better performance.Here's my current polling-based code: // ProximitySensor.cpp void...
  7. L

    Adding New Device in GEVCU7

    Hi CollinK and kd5rxt-mark, I wanted to take a moment to personally thank both of you for responding to my questions about getting started with the GEVCU7. Your guidance was incredibly helpful and made a big difference in helping me familiarize myself with it. Thanks to your advice, I’ve been...
  8. L

    Adding New Device in GEVCU7

    Hello everyone, I'm new to GEVCU7 and currently trying to add a new device to its codebase. However, since the codebase is quite extensive and I lack sufficient expertise, I've struggled to integrate it successfully. My specific task is to read the state of the GEVCU7's DIN0 pin and print its...
Back
Top