2024-09-09 11:50 PM
I’m currently working on a project where I need to interface an ECG module with a microcontroller and plot the ECG data on a display using TouchGFX. Here’s a brief overview of what I’m trying to achieve:
Hardware Setup:
Software Setup:
Current Approach:
Challenges:
Questions:
Any guidance, examples, or suggestions would be greatly appreciated!
2024-09-18 06:47 AM
Hello @smj-11 ,
We have an article on our documentation website that I believe answers your question. You can also find examples of communication between your TouchGFX application and external inputs in the Demos section of TouchGFX Designer. Please check these resources first and if you need further assistance, feel free to reach out, and we'll be happy to help with your specific questions.
2024-09-24 10:14 PM
Hello Osman,
Thank you for the suggestion. I checked the documentation and tried implementing the solution. However, when I add a grid, the waveform shrinks, which I wasn't expecting.
Do you have any insights into what might be causing this behavior? Could it be related to the graph scaling or layout constraints? I'd appreciate any further guidance on how to resolve this issue.