Tell me more ×
Electrical Engineering Stack Exchange is a question and answer site for electronics and electrical engineering professionals, students, and enthusiasts. It's 100% free, no registration required.

As an slight extension of my project, I am trying to see if I can improve connectivity resilence by using a dual-SIM approach. Dual-SIM phones (or Tri-SIM, quad-SIM phones) are quite popular in many developing countries, and AFAIK, most are based on Mediatek chipsets. However, I am wondering if these use a single GSM module (RF baseband + controller), multiplexed for use by multiple SIM's, or they actually have as many GSM modules as the number of SIM cards.

If it is multiple modules, then I think I know already what is needed, but if it is a single module multiplexed with multiple SIMs, then I'd like to understand how this works. If someone has a high-level schematic of how this works, would be great to be able to take a look.

Edit (Feb 1, 2012): Call me crazy, but I went ahead and purchased an el-cheapo dual-SIM phone to pry it open and see inside, although thanks to the very high integration and density I wasn't hopeful of figuring out much. Sure enough, there are obviously 2 SIM's and the traces seem to lead into what is probably the module that is put under a metallic EMI shield box, without any markings. Can't see an obvious way to remove the EMI shield box, as it is not clear how it is stuck to the board. So, cannot tell for sure, but given the size of the shielding probably a single module.

Another reason why multi-SIM's might be using a single GSM RF module is because I found some phones claiming to have 4 SIMs !! Huh.

Edit (Feb 15, 2012): After quite a bit of reading around, I've come to believe that the way to use a single module with 2 (or more) SIM's is to modify the standard single-SIM firmware on the GSM module itself. This might be difficult to achieve, purely via the firmware on the application-processor (or uC in my case). The firmware on the module, exposes few different types of API's s.a. Hayes AT-command set, or native API that uses some kind of message-passing, and only provides somewhat higher-level control than what is required to deal with multiple SIMs. This means that, implementing dual (or more) SIM for my projects, using off-the-shelf GSM modules like the ones from Telit, Siemen/Benq, SimCom etc., isn't going to be easy (or possible). Will keep looking, and if someone has credible knowledge to challenge this finding, I shall be more than happy to learn about it.

Edit (Jul 25, 2012): I have come across 2 different handsets (el-cheapo bottom-bracket shenzhen Android phones), and a key difference in the technical specification of the 2 phones caught my attention. One said that while the handset supported 2 SIM cards, but only one of them could be active at a time, I believe it is the single module, dual-SIM approach. For the other handset, it said that for the 2 SIM cards supported, both could be used simultaneously, s.a. one being used for a phone call, and other being used to maintain a 3G data-connection. I see no way of being able to do it, without using 2 GSM RF modules. Of course, the second handset is more expensive -- by about $25, which can be explained by the presence of a better ARM11 processor (800MHz instead of 650MHz) and the extra GSM module, plug a slightly larger battery (just 200mAh extra). Of course, this hasn't been validated by ripping the phones apart, or any kind of schematic study.

Edit (Feb 12, 2013): Just to confirm, that on el-cheapo Android phones, which claim to be dual-SIM, there is quite certainly only 1 GSM module, because the behavior is that if you have data-session established, all call to the other SIM (incoming calls), fail, with the network operator playing the announcement that the number is not reachable. Effectively, it means that while the 2nd mobile number is "registered" to the network (in GSM sense), it is not reachable, because the handset (with the SIM corresponding to the mobile number), did not respond to network's "paging request". That happened because the only GSM module is already busy serving data-connection to the first SIM.

share|improve this question
1  
+1 for the craziness! :D – Count Zero Feb 14 '12 at 23:52

2 Answers

up vote 5 down vote accepted

No, they don't have multiple GSM modules. That would drive up cost, size, weight. Since the user is only on one call or the other, there isn't a need for more than on GSM module.

EDIT Jan 31 '12. Wikipedia says there are phones that can use both at once. But I still believe there is only on GSM module.

share|improve this answer
Thanks @Brian. Do you have anything to add on how they are used with multiple SIM cards ? – icarus74 Jan 31 '12 at 3:34
1  
In fact, now are spreading the phones like NGM but also bigger brands, with dual-sim also in stand-by mode, so they must be active at the same time; they also consume more, so if they don't have two modules the duty cycle is increased. – clabacchio Jan 31 '12 at 22:12

As far as I know from my brother who uses dual sim phone, both SIMs are active at once. It means you can receive calls on both SIMs without any special switching. Also you can receive or send messages on both SIMS. But the phone has only one GSM hardware. Only one antenna, only one transmitter etc. GSM use time divided modulation so you can run two SIMs without having two pieces of everything - that would make the phone a lot heavier than normally. (Nobody would want a lot heavier phone.) Most of the time the transmitter/receiver is turned off to save valuable power.

In the past I also saw a phone which needed to be turned off and on to switch the sims. It automatically switched the SIMs on every turn-off turn-on cycle. That was easy to use but quite inconvenient.

share|improve this answer
1  
My phone has two radio's, two antenna's, two SIM's, two EMEI's. When you open the back cover you can nicely see both antenna testing connectorlike-thingies. I can disable either radio independently and when I do that, the battery lasts longer. – jippie Jul 21 '12 at 18:08
@jippie: Very interesting. But is it particularly useful in praxis? – Al Kepp Jul 21 '12 at 19:08
yup very practical. My colleagues have my busness number, my friends have my private number. – jippie Jul 21 '12 at 19:22
@jippie: I ask if it is useful in praxis to have two radios and two antennas, when you can have your two SIMs in a simpler mobile phone with shared antenna and shared radio (and less weight). – Al Kepp Jul 21 '12 at 22:23
The big difference with two radio's vs. a single radio is being online with two numbers simultanuously. So at any time I can be called at either number. Also during a call I get signalled when a call from the other SIM comes in. – jippie Jul 22 '12 at 0:17
show 2 more comments

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.