Assistance with 3g arduino to operate 12VDC actuator

Hi!

Beginner looking to operate a linear actuator (12VDC, unsure of amps) with cell via 3g service area, via SMS, only battery power available, only using few times a year. I’am in Saskatchewan with Sasktel.

  1. Can I connect the following three items?

a. Cytron 13A, 5-30V Single DC Motor Controller
b. Micro 3G/GSM Shield for Arduino & Raspberry Pi - No GSM (Na Only)
i. Quad band cellular antenna SMA, via uFL to SMA connector? appropriate?
. Arduino Uno R3 USB Microcontroller

  1. Do I need an Extension Shield to connect b. to c.?
  2. Plan on powering the actuator with 12VDC battery. Is it best power the Arduino, and shield together with a separate LiPo battery?
  3. Require a Sim Card for the 3G Shield. Can it operate with SMS only, or does it require a Data plan? Had hoped for a pay as you go for SMS, as opposed to a Monthly bill for a Data plan.
  4. Is this all an appropriate plan? Originally was going to use a relay in place of the Motor Controller, but most I could find were 10A at best I believe.
  5. Any suggestions greatly appreciated.
    Description:

Hardware concerned:

Software concerned:

Troubleshooting steps already taken:

Additional information:

Thank you so much in advance for your help!

1 Like

Hi,

The items you listed seem to be compatible to work together. Also, please verify if your 12V linear actuator doesn’t draw more than 13Amps under load. It is most likely that it won’t consume that much of current but it is always better to not take any chance.

  1. You can use this Arduino Micro, Mini, Nano Adapter Board to interface an Arduino UNO board with the Micro 3G/GSM Shield for Arduino & Raspberry Pi - No GSM
  2. It is strongly recommended to have separate power supplies for the motor/actuator part and the logic/control part. This is mainly to avoid B-EMF from the actuator’s DC Motor having voltage peaks on the controller’s (Arduino and shield) power line causing intermittent resets.
  3. The Micro 3G/GSM Shield for Arduino & Raspberry Pi should be able to work with SMS and MMS. You can find more information on this module here
  4. This plan should work but it will require some advanced Arduino programming skills to integrate the motor controller and the GSM shield into the system. It is better to use an H-Bridge type controller like the Cytron 13A, 5-30V Single DC Motor Controller to be able to control the actuator in both directions and speed.
    Hope this helps,