URGENT! Mapping Muscle Sensor to Stepper Motor

Hello my fellow Arduinees!!!

My teachter tell me to make a special device and I DONT WHAT TO DO!!!

Please give me code which will have a muscle sesnor control a stepper motor.

Yours in eternal perpetuity,
George

Attached, find an image of Muscle sensor and stepper motor
16669766675951625636355033569203|375x500

Welcome to the forum

Your topic was MOVED to its current forum category which is more appropriate than the original as it has nothing to do with Installation and Troubleshooting of the IDE

Good luck with that.
Topics with URGENT in the title are not well received in the forum

Your urgent need is not our problem. How long have you had to deliver the project and when is it due ?

What have you tried so far ?

Im sorry! I know my Urgency is not your issue! My teeacher demands this due today!

If it due today then it is too late

When were you given the assignment ?

Did your teacher give you any lessons in problem solving? First step is to break the problem down into it's smallest components and then solve the small problems.

One place to start is with the muscle sensor: Getting Started with the MyoWare® 2.0 Muscle Sensor Ecosystem - SparkFun Learn

Enjoy the journey!

We can only work on it in class! What would the code look like u think?

Start with

void setup()
{
  // put your setup code here, to run once:
}
void loop()
{
  // put your main code here, to run repeatedly:
}

Then add code to read the sensor, whatever it is, and then print the value that it returns and you are on your way

What is the stepper supposed to do in relation to the input ?
Change speed, change direction, both neither, something else ?

Which sensors, electrodes, Arduinos, power supplies, motor drivers and stepper motor does your teacher provide in class?

Please post links to all the product pages.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.