3

SIM cards come in various data capacities, from 8 KB to at least 256 KB. All allow a maximum of 250 contacts to be stored on the SIM,

Is it possible to save data (other then contacts) in sim card, interfacing it with micro-controller then transfer data from micro-controller to sim card?

Jon
  • 45
  • 5

1 Answers1

2

Absolutely. Except I am not sure if you are referring to smart cards or mobile specific SIM cards.

Smart Cards are easy. They are like any other memory device.

If you need to access a SIM card from a mobile phone it can get a bit more difficult as it becomes carrier and phone vendor specific.

For mobile SIM cards, I found it easiest to use a GMS modem module. You can use the serial port of the µController to communicate with the GSM module.

Misunderstood
  • 7,287
  • 1
  • 11
  • 24