Hi to everyone. Basically im looking to get some directions. I would like to make a part of robot, that has arm. that arm has a angle sensor which is variable resistor ( 0 to 10kOhm) and it has two simple valves to let the hydraulic fluid flow in and out of telescopic so called muscle. one valve moves arm in, another moves out. that system should be steered by 10kOhm potentiometer. you set up a value you want, press the start button and arm moves to proper level. I like to kindly ask, what to start with. i have all hardware, but im complete monkey at the code drawing. any advice would be appreaciated
im complete monkey at the code drawing. any advice would be appreaciated
Start by searching "Arduino code writing tutorial". Both written and video tutorials are plenty
Use something less dangerous than hydraulic telescopes for your first steps into coding. Coding for such a powerful robot requires more skills than only copy&paste code of other people. Instead you have to know what every single line of your code will do. If you are in a hurry, then hire somebody to write the code for you, else spend some weeks for learning the basics of writing real time code yourself.