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...
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...
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...
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...
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...
@Lucifer D: If you are using the Arduino IDE, take a look at the "StateChangeDetection" example. Clicking File > Examples > 02.Digital > StateChangeExample will open a new IDE session with the example sketch.
Hope that helps . . .
Mark J...
I made GEVCU7 so I'd probably be the most help.
As a quick aside, for those who don't know, GEVCU7 is an open source vehicle control unit built around a Teensy micromod.
To quickly get up and running, you might be best off adding this...
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...
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...