do you think is possible connect sim900 Rx Tx directly to arduino uno pin ?
I presume you mean pins (plural). If so, yes, you can. Don't forget ground, too. And probably power, although the chip might take more power than the Arduino can provide.
Soldering could be hard especially for the sim card holder and the chip. What voltage is the chip requiring? You can use an ac adapter to power arduino and power the chip's separate voltage regulator with arduino vin pin, which is connected to ac adapter.
I can't read that page but it seems to say 3.2V to 4.8V so is that range of voltage for the GPRS? Then you can't connect the RX TX directly but need level shifter.
Choose power supply carefully - usually GSM module can take up to 2 Amps! in peak; even then voltage shouldn't drop below 3.3V. I can see your GSM card has very simple interface (I like it - mine has 30 pins), but can you send AT commands just after powering it up? I've looked into 2 different GSM modules and both require quite unique start-up procedure.
Anyway, which library are you going to use to control GSM module?
liudr:
I can't read that page but it seems to say 3.2V to 4.8V so is that range of voltage for the GPRS? Then you can't connect the RX TX directly but need level shifter.
Can you explain it? Why there's a need for a level shifter?
liudr:
I can't read that page but it seems to say 3.2V to 4.8V so is that range of voltage for the GPRS? Then you can't connect the RX TX directly but need level shifter.
Can you explain it? Why there's a need for a level shifter?
Because I can't read that language, only a few numbers. If that range is the power supply range, I am inclined to power the module with 3.3V and then the logic will probably be 3.3V so arduino 5V logic will need conversion.