stepper board using an atmega328p :
This week we were asked to add a sensor to a circuit board.
In order to direct this assignment to my final project, I wanted to make my input device a
push pedal to control my
conveyor belt.
Immediately after class this week, I asked Anthony what would be the best way to do this,
and he said there are many many ways to go about it - the easiest would be to use a limit
switch and have the pedal push on it. The more complicated way would be to do it using the
step response.
This week I'll be attempting the step response for my push pedal because I think it'll be
more of a challenge than a button, which we've already included in our previous boards, and
because I think it would allow me to switch the conveyor belt to be on/off to increasing speed
depending on how much the pedal is pushed.
I asked Anthony if I would have to change anything in order to program the board using Arduino IDE,
and he said I should switch the attiny45 for an atmega328. You could use neil's board as is, but
then you would have to install software serial, which does not alwaysssss work!
So I went ahead and did that.