Hi, I am entirely new to Arduino, I found it recently and I immediately found a excellent use to it.
My Plan: Arduino powered Tow Truck (real life example)
The idea? is very simple, Use smarthphone and Arduino to control:
12V electric winch (winch is operated using solenoid with ground and two + 12V pins, Each pin starts the motor in right direction
winch cable in - winch cable out)
12V hydraulic power pack, Power pack is powered by 5hp motor and again, it is controlled by solenoid with ground and 12V pin to start the motor.
Now thats a tricky one, This is double acting pump, which means it has solenoid valve on it to control fluid direction OUTPUT (Bed in - bed out)
When the pump is activated and motor runs, the bed goes out, When valve is activated by +12V impulse, the fluid changes output, which means bed goes back in. (when bed in button pushed 2 relays activated at the same time. One to activate the pump, and one to change direction, Right?)
In near future, Im planning to have few more functions, im looking to connect to obdII port to read vehicle datau using Freematics OBD-II Adapter for Arduino, and also be able to lock and unlock the doors with smartphone app (android is what im using)
Now so my questions:
Whats the best Arduino to go for a project like that. Im thinking of using around 16 Relay module to control all the electrics including door loock +12v supply.
Whats the best Bluetooth module to go with, i need reliability and performance on the roadside.
How to make it safe to use on the public road, I mean what if ardoino freezes and keeps the relays open etc? would watchdogs do it?
Thanks in advance