Search found 6 matches

by columbus
13 Oct 2022 02:39
Forum: User Projects
Topic: ECG 2 Click, a truly working code?
Replies: 6
Views: 1244

Re: ECG 2 Click, a truly working code?

I have decided to move on and evaluate other products. MikroE already built 6 click and the 2-click doesn't seem to be in a stable state. The output and availability of the code isn't satisfactory for me to continue investing my time in it.

Thanks
Columbus
by columbus
18 Sep 2022 15:58
Forum: User Projects
Topic: ECG 2 Click, a truly working code?
Replies: 6
Views: 1244

Re: ECG 2 Click, a truly working code?

Ivan, Thanks for your respond. I did went through the specs and schematic but still not able to clear my questions. ecg2_read_channel_data( &ecg2, 5, &ecg_an )- While looking at this function it would seem that it wont read from channel 5 but actually from channel 3, the code will be reviewed at som...
by columbus
10 Sep 2022 15:39
Forum: User Projects
Topic: ECG 2 Click, a truly working code?
Replies: 6
Views: 1244

Re: ECG 2 Click, a truly working code?

Any help from MikroE is appreciated.
by columbus
06 Sep 2022 22:38
Forum: User Projects
Topic: ECG 2 Click, a truly working code?
Replies: 6
Views: 1244

Re: ECG 2 Click, a truly working code?

This function is found in the mikroC project:

void applicationTask( )
{
intPinStatus = checkIntPin( );

if (intPinStatus == 0)
{
ecg2_captureData( &capturedData[0] );
plotData( capturedData[2] );
}
}

I can't find any information about ecg2_captureData().
by columbus
04 Sep 2022 18:33
Forum: User Projects
Topic: ECG 2 Click, a truly working code?
Replies: 6
Views: 1244

ECG 2 Click, a truly working code?

Hi, I just purchased the ECG 2 Click a few weeks ago and started to work on this a few days ago. There are a couples of things that I cannot get information on to get a better understanding of how it works. The sample code for this ECG 2 click are different from one place to another (within mikroe s...
by columbus
04 Sep 2022 18:12
Forum: mikroC AI for ARM
Topic: I cannot see the signal on Mikroplot
Replies: 2
Views: 1556

Re: I cannot see the signal on Mikroplot

It would be nice to have the resolved solution posted here so the others can benefit from it.

Columbus

Go to advanced search