Offline
Newbie
Karma: 0
Posts: 5
|
 |
« on: February 02, 2013, 08:48:53 am » |
Buongiorno, la mia domanda è semplice, ma non banalissima credo: è possibile collegare arduino uno direttamente al modulo sim tipo quello indicato qui ? http://www.futurashop.it/allegato/7100-FT971.asp?L2=MODULI%20GSM&L1=MODULI%20GSM%20E%20SISTEMI%20GPS&L3=&cd=7100-FT971&nVt=&d=65,00assolutamente senza passare attraverso moduli shield che mi implementino audio o altre funzioni che non mi necessitano ? In teoria credo che sarebbe sufficiente collegare Rx/Tx arduino - Sim900, eventualmente condividendo (integrando) alimentazione e ground In effetti potrei solo inviare e ricevere messaggi sms, ma nel mio caso per un controllo robotico sarebbe perfetto. Cosa ne pernsate ? Grazie
|
|
|
|
« Last Edit: February 02, 2013, 10:13:16 am by mastergrafic »
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 5
|
 |
« Reply #1 on: February 02, 2013, 10:11:23 am » |
For extension i traslate my question:
hi boy,
do you think is possible connect sim900 Rx Tx directly to arduino uno pin ?
I know that in this case i can activate only sending and receiving message, but it is ok for me because i want only a minimal remote control
do you think is possible or shield is necessary ?
Thanks a lot for your suggestions.
|
|
|
|
|
Logged
|
|
|
|
|
Seattle, WA USA
Offline
Brattain Member
Karma: 334
Posts: 36433
Seattle, WA USA
|
 |
« Reply #2 on: February 02, 2013, 10:24:52 am » |
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.
|
|
|
|
|
Logged
|
|
|
|
|
Central MN, USA
Offline
Faraday Member
Karma: 38
Posts: 6049
Phi_prompt, phi_interfaces, phi-2 shields, phi-panels
|
 |
« Reply #3 on: February 02, 2013, 10:34:10 am » |
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.
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 5
|
 |
« Reply #4 on: February 02, 2013, 10:51:00 am » |
Thank you for your reply, yes, i mean pins, one for Rx and one for Tx may be it is not necessary soldering, because it's possible to use jumpers, breadboard, usb cable and not more others for experimental assembly for connect Sim900 as this " http://www.futurashop.it/allegato/7100-FT971.asp?L2=MODULI%20GSM&L1=MODULI%20GSM%20E%20SISTEMI%20GPS&L3=&cd=7100-FT971&nVt=&d=65,00" with arduino i think 2 ways: 1 - female - female jumpers 2 - male - female jumpers, mounting components on breadboard Your right, i need to remember power and ground What do you think ? For library i need only of sim900.h, SoftwareSerial.h and inetGsm.h ? For appropriate power i think to cellular slim battery 1000mAh when usb cable is disconnected .
|
|
|
|
« Last Edit: February 02, 2013, 11:35:34 am by mastergrafic »
|
Logged
|
|
|
|
|
Central MN, USA
Offline
Faraday Member
Karma: 38
Posts: 6049
Phi_prompt, phi_interfaces, phi-2 shields, phi-panels
|
 |
« Reply #5 on: February 02, 2013, 01:48:46 pm » |
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.
|
|
|
|
|
Logged
|
|
|
|
|
Stockholm
Offline
Newbie
Karma: 0
Posts: 5
|
 |
« Reply #6 on: February 02, 2013, 03:28:34 pm » |
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?
|
|
|
|
|
Logged
|
|
|
|
|
Stockholm
Offline
Newbie
Karma: 0
Posts: 5
|
 |
« Reply #7 on: February 02, 2013, 03:30:06 pm » |
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?
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 5
|
 |
« Reply #8 on: February 02, 2013, 03:57:01 pm » |
The SIM900 GSM module need of 3,2 ~ 4,8 V i think is similar to 4,8V of arduino. a current swifter for V regulation ? Is very good solution !
Better than 2 battery
I test the configuration and i post the results
thanks
|
|
|
|
« Last Edit: February 02, 2013, 04:01:12 pm by mastergrafic »
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 5
|
 |
« Reply #9 on: February 02, 2013, 04:45:40 pm » |
Anyway, which library are you going to use to control GSM module?
I do not know which library is better to use, I'll try first with this two standard library: sim900.h SoftwareSerial.h then i will try to send at commands on the web there are a lot of shield, more or less complex, but with few similar problem I hope to find the minimal configuration and more compact as possible
|
|
|
|
|
Logged
|
|
|
|
|
Central MN, USA
Offline
Faraday Member
Karma: 38
Posts: 6049
Phi_prompt, phi_interfaces, phi-2 shields, phi-panels
|
 |
« Reply #10 on: February 02, 2013, 05:43:36 pm » |
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.
|
|
|
|
|
Logged
|
|
|
|
|
|
|
|