0

Is it possible to log the GSM Air interface messages that are sent between a GSM module and the GSM/WCMDA network using an Arduino Uno?

Basically, I want to log/record all the GSM messages of the Air interface (for example, paging command, CM service request, location update, etc.) that are sent between a GSM module and the network in order to perform say, location update, initiate a call, etc. using the Arduino Uno and a data logger.

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
user2031865
  • 93
  • 1
  • 2
  • 10
  • Maybe better asked on electronics.stackexchange.com? What do you want to log this to: a PC, a standalone Aruino-powered logger, something else? – angelatlarge Mar 14 '13 at 16:52
  • Thanks a lot. It would be best if it is logged to a stand alone Arduino-powered logger. Sparkfun has a module called the logmatic which is a data logger. but even if there were no standalone loggers I could still work with logging these data to a PC. At the moment my concern is whether the Arduino could be programmed to receive these messages from the GSM module. In other words, whether the GSM module has an interface to push the GSM Air interface messages through to Arduino. – user2031865 Mar 15 '13 at 09:27
  • Is there a particular GSM module you have in mind? – angelatlarge Mar 15 '13 at 16:29
  • I had Cellular Shield with SM5100B (https://www.sparkfun.com/products/9607 ) in mind which according to the description has a cellular module included. – user2031865 Mar 16 '13 at 06:34

2 Answers2

0

I ordered the equipments and tested it but unfortunately, it was not possible. The chipset processes all the messages upto and including layer 7 and then passes the result to the arduino.

user2031865
  • 93
  • 1
  • 2
  • 10
0

sound more like jtag or gdb territory to log messages at that low of a level