0
votes
3answers
544 views

Can a motor driver for 5V be used for a 24V motor?

I’m controlling a 5V motor with Arduino but need more torque which means a more powerful motor. Here is my scheme. (I took it form a tutorial): Here Arduino is controlling a 5V unipolar stepper ...
0
votes
2answers
598 views

My servo wont turn when accepting commands from an arduino

I'm trying to turn a servo with my arduino when it receives commands from a serial input, in this case my keyboard. I have already done this with motors and it works fine but when I try with my servo ...
0
votes
2answers
403 views

Arduino Nano usage

I felt for getting a new hobby. I was thinking about controlling an Arduino through the Internet, and I'm not really sure yet how I'm supposed to do that. I was thinking about connecting it to a ...
1
vote
2answers
815 views

Controller for greenhouse control system

I'm working in a project where we are developing a greenhouse control system, to take care of temperature, humidity... For the first step where we only log the parameters to an SD we have been using ...
10
votes
3answers
2k views

Controlling High Voltage device with Arduino

I want to control lava lamps using Arduino. I think it shouldn't be hard project, but I have no experience with hardware projects so I'm not sure witch design will feet best for me. I consider using ...
4
votes
3answers
3k views

Using the iPhone to control a remote controlled car via Arduino

So i started this project a while back where i made a remote controlled car that i could control with the directional buttons on my keyboard via an Arduino -> now the next step i want to do is to get ...