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.
-
Please provide links to the devices you have in mind, or is this just a very general question?Nick Gammon– Nick Gammon ♦2015年08月05日 10:16:32 +00:00Commented Aug 5, 2015 at 10:16
-
1Yes, it is possible.David Hoelzer– David Hoelzer2015年11月03日 14:42:43 +00:00Commented Nov 3, 2015 at 14:42
1 Answer 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
-
1A little too much jargon, @Majenko. I had to Google what SMOP meant. ;) (And some of the results probably were not what you meant).2015年08月05日 10:23:25 +00:00Commented 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 taskMajenko– Majenko2015年08月05日 10:41:28 +00:00Commented Aug 5, 2015 at 10:41
lang-cpp