Hello, i am relatively new to arduino and have very basic experience in programming. I am having problems to get my project working the way i want.
The main thought behind this project is to be able to control a crane using a bluetooth HC-06 module and a android app. (also considered using potentiometer to control the servos, but found out it would be much cooler to controll it with my phone)
It will consist of 4 individual continuous servos who will control the different ways the crane can move.
The servos must be able to move both directions. One of the servos will make the crane rotate on the tower, this one i want to stop when the ultrasonic sensors (4) detect an object closer than 10cm.
Should be able to start it again by rotating the other way or pushing a button and would be nice to have a flashing led indicating that the rotating servo has stopped/ultrasonic detection.
I also had an idea about Led lights indicating which off the servos is moving.
My knowledge of arduino is far away from the skillset needed to make this program and any help at all would be really appreciated!