Hi everyone, I've been assigned to work in the next project.
I'm using an Arduino DUE, Ethernet shield, Nisca DCmotor, ShimanoStepmotor.
Using arduino connected to internet, I've to control over the internet:
- Stepmotor
- Webcam
- PWM DC motor
- Analaog Read
Is this possible ???
If you can contribute with any idea of how to get this to work out or start developing, I'll appreciate any help.
- I'm not sure about how to work with the stepmotor.
- I have some code for LEDs control, that I've modified to control pwm for the DCmotor. I still need to be able to set the pwm from the webpage like an input (still figuring this out).
- About the webcam, I already know arduino is not the best option. I have the idea about using internet youtube stream-live.
- Analog reading only, it's been already done with some example code from the web.
- Digital write and read, it's been done as well.
Finally analog and digital reading along with writing of motors control on the same page seem to be quite a challenge since the arduino memory is quite limited.