Mind Controlled Robotic Prosthesis

Hi,
My name is Joseph Cilenti. For my science project I am building a mind controlled prosthesis. I have created a program for the prosthesis which is controlled by an EEG headset and its software. I have 3D printed the actual arm and I am using 5 servo motors to control it, one for each finger. I have written a sketch for the prosthesis but I continue to get the same error message (attached). I have also attached my full sketch, I will be grateful for any assistance. Thanks,
Joseph Cilenti

New 2.txt (3.47 KB)

new 1.txt (700 Bytes)

Einstein6870:
Hi,
My name is Joseph Cilenti. For my science project I am building a mind controlled prosthesis. I have created a program for the prosthesis which is controlled by an EEG headset and its software. I have 3D printed the actual arm and I am using 5 servo motors to control it, one for each finger. I have written a sketch for the prosthesis but I continue to get the same error message (attached). I have also attached my full sketch, I will be grateful for any assistance. Thanks,
Joseph Cilenti

Joseph,
check your variables and make sure when you use them they are spelled identically.

You should be using Due. It would make emulating easier - more memory for Serial and other messages.

And do enable your verbose option ( in preferences) , maybe even "add lines".

Good luck with your project.
I am glad to see project of humanitarian value, not just "cool" project to blink LED.

The error messages are quite specific. You have not been consistent in your use of names for the servos.

I am rather new to the C programming language. Thank You

New or not, if you name a servo like this

Servo birotate;    //biccep rotation

then try to attach it to a pin like this

birot.attach(8);

it isn't going to work.

Have you solved the problems in your code ?

UKHeliBob:
New or not, if you name a servo like this

Servo birotate;    //biccep rotation

then try to attach it to a pin like this

birot.attach(8);

it isn't going to work.

Have you solved the problems in your code ?

Old or not - read the OP.
He asked for advise and you give him your BS attitude.
You forgot to add _"use blink without delay ".
He can solve his code without your nagging.

He asked for advise

and I first gave it to him in reply #2
His reply #3 was not clear as to whether he had understood and fixed the problem so I expanded my help in reply #4

you give him your BS attitude.

where did I do that ?

You, on the other hand, in reply #1, along with the very pertinent

check your variables and make sure when you use them they are spelled identically.

made irrelevant suggestions such as

You should be using Due.

Why ?
and

do enable your verbose option ( in preferences) , maybe even "add lines".

Why ? The error messages given are quite specific as it is.

As for

He can solve his code without your nagging.

we don't know whether he has solved the problems with his code or not which is why I provided a more specific answer about the problem.

If you can't be helpful then please shut up.