0

I am lakshman a mechanical engineer,i have a question that is there any possibility of connecting ACCELEROMETER + ARDUINO UNO + GSM module together???

so that i can take the output value from Accelerometer so that to make a call to a preprogrammed number???

Plz help me.

Thank you.

asked Aug 5, 2015 at 9:38
2
  • Please provide links to the devices you have in mind, or is this just a very general question? Commented Aug 5, 2015 at 10:16
  • 1
    Yes, it is possible. Commented Nov 3, 2015 at 14:42

1 Answer 1

1

Yes, that is perfectly possible. Typically:

  • Accelerometer is either an analog, SPI or I2C interface.
  • GSM is usually a UART interface
  • The Arduino UNO has all four interfaces (analog, SPI, I2C and UART) available on separate pins.

The rest is just a SMOP.

answered Aug 5, 2015 at 10:03
2
  • 1
    A little too much jargon, @Majenko. I had to Google what SMOP meant. ;) (And some of the results probably were not what you meant). Commented Aug 5, 2015 at 10:23
  • @NickGammon Just a "Small Matter of Programming" - i.e., if you have to ask this then you have a lot of learning to do before you can write the software, and while it would be simple for us, for someone that doesn't even know if you can connect these things together it's not going to be a simple task Commented Aug 5, 2015 at 10:41

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.