ugrcnknbr
ugrcnknbr
About
- Username
- ugrcnknbr
- Location
- Turkey
- Joined
- Visits
- 32
- Last Active
- Roles
- Member
- Location
- Turkey
Comments
-
I read the TI forum constantly before joining this forum. But I can read data. Anyway thank you to everyone who helped.
-
Thank you for your help. I don't want you to write code for me. The signals I see in my setup are those whose amplitude drops as soon as I close my eyes. What I want to do is if(Vmax_eyesopen-Vmax_eyesclosed<x) { digitalwrite(5,HIGH); } . I …
-
I looked at the link you sent but it didn't help. I can't specify a range in the code and create an if condition. Because I don't know if ADS.channelData[0] keeps the data it reads in an array. Or is element 0 of this command constantly changing?…
-
Any thoughts on my situation?
-
When I do x=ADS.channelData[0] serialprintln(x), I always see zero on the serial monitor. But I see the values in ADS.channelData[0]. So there is no problem in reading the value.
-
Sorry, I misunderstood you. There is no problem with ADS.channelData[0]. It doesn't return 0.
-
Yes. I guess element 0 of ADS.channelData array is constantly changing.Sorry, I misunderstood you. There is no problem with ADS.channelData[0]. It doesn't return 0.
-
I assigned it to a variable but it returned 0. So it didn't.
-
Yes, it's resolved.
-
I thought I answered. I may have misunderstood, sorry. Can you ask the question again?
-
@ugrcnknbr said: Hi wjcroft, I guess you didn't read my previous post. I said I changed the subject. I don't need alpha waves anymore. I placed electrodes above and below my eye. When I blink my eyes, I observe it on the serial plotter scr…
-
I opened a new topic so that these conversations would not happen.
-
Hi wjcroft, I guess you didn't read my previous post. I said I changed the subject. I don't need alpha waves anymore. I placed electrodes above and below my eye. When I blink my eyes, I observe it on the serial plotter screen. But when I close…
-
I want to compare data coming to Arduino UNO with ADS1299EEGFE-PDK. But I cannot do this with the ADS.channelData[0] command in the library. What I want to do is: if(n-(n-1)>x) { //n:last read data ........... } I need such a command. I w…
-
I couldn't figure out the issue so I had to change it. I placed electrodes just above and below my eye. One is 1N and the other is reference. This time, as soon as I blinked, I observed the signal. But I've only seen it once. Even though I tried tho…
-
Hi wjcroft, I did not uninstall ADS1299 from MMB0. When power is applied to the MMB0 board, power is also generated in the ADS1299. I looked at the datasheet for serial communication. Then I connected all the pins correctly. There is no problem wit…
-
Hi Bill, Yes I can receive the signal. I can observe the signal on the serial plotter screen of Arduino.
-
Hi Bill, I would be very happy if you could help.
-
I want to design a system in which I want to light the led while my eyes are closed. It also has to be continuous. Would it be useful to apply fft to the signal for this?
-
Either I misunderstood you or I misrepresented myself. Sorry, I don't know much about this stuff yet. But from what I've read I can get alpha waves with LOFF registers. I looked at the datasheet but couldn't understand it.