Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

arduino help needed

Status
Not open for further replies.

bigwilly

New Member
Hi,
I need help with an arduino project. I need to create the following:

- create an array of six lights on the breakout board - add an additional stepper motor into the circuit. - create serial interface code, so the arduino can retrieve information from the serial monitor. - make the stepper motor increase and decrease speed via serial input, i.e. 1 being slow, 9 being max speed. As the speed increases, the LED's should illuminate according to the speed that has been set i.e. Max speed - all lights illuminated, Min speed - 1 light illuminated and any other speeds are fractional to the lights being shown.

Really appreciate any help on this
 
Break the problem into pieces and tackle each piece individually, then knit all
the pieces together with additional code.

1660561863818.png


Regards, Dana.
 

Attachments

  • 1660561799483.png
    1660561799483.png
    11.4 KB · Views: 209
Last edited:
Agree with Dana, it always helps to break the code down into manageable (and testable) modules.
Good luck with your project.

Mike.
 
Status
Not open for further replies.

Latest threads

New Articles From Microcontroller Tips

Back
Top