Am I right to assume the T-R-X pins actually are TX, RX and GND? It has external power supply, does it need GND connected to arduino (nano)? Basically how do I connect it?
I want to be able to receive an sms, execute appropriate code and finally reply. Every library I'd found made use of AT commands. The question is: How am I supposed to execute those? Also how am I supposed to use them automatically?
I tried using arduino provided gsm.h but couldn't figure out where to connect the TX and RX pins.
I also had asked the seller to provide some code, which he did. Unfortunately it's in chinese.
The TX and RX pins need to connect to the pins you plan to read from/write to on the Arduino. Only you can see the code you have, to know whether 3 and 4 are correct.
Power and ground look reasonable, assuming that the device draws less current than the Arduino can supply (which may not be a valid assumption).
I can't get to the site at the end of the link you posted.
I currently have no code, as I have not found anything that works. That's why I'm asking here for, both code, and schematics. Sorry about the link, forgot closing bracket. It's fixed now.
I'm not sure if I should connect GND and VCCIN, because the module has a standard power supply connector.
Sorry about the link, forgot closing bracket. It's fixed now.
The link was fine. The site is blocked by IT.
I'm not sure if I should connect GND and VCCIN, because the module has a standard power supply connector.
You HAVE to connect ground. If the module has it's own power supply, that should be connected to the VccIn pin, and you don't power it from the Arduino too.
I sent the zip file to a friend who is of Chinese ancestry. He recognizes some of the characters, but not all of them. His wife is from China, and can read/write/speak Chinese. He's going to enlist her help in getting the names translated. I'll get back to you when I have more information.