element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Raspberry Pi
  • Products
  • More
Raspberry Pi
Raspberry Pi Forum Remote login on raspberry pi using sim900a module
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Raspberry Pi to participate - click to join for free!
Featured Articles
Announcing Pi
Technical Specifications
Raspberry Pi FAQs
Win a Pi
Raspberry Pi Wishlist
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 2 replies
  • Subscribers 665 subscribers
  • Views 816 views
  • Users 0 members are here
Related

Remote login on raspberry pi using sim900a module

vindhyachal.takniki@gmail.com
vindhyachal.takniki@gmail.com over 10 years ago

1. I have a Pi2 (model b), in the field with sim900A module.

Can I access this pi2 board with remote login using TCP protocol & sim900a module.

 

 

2. I have found one module here:

http://www.sparqee.com/products/

I read that it has capanility to provide remote access. Not sure at this point how it does. Reading it right now.

 

 

3. But I want to do it via SIM900A module. As it is readily available.

Any suggestions on it.

  • Sign in to reply
  • Cancel
  • rew
    rew over 10 years ago

    Your SIM900A is a modem that communicates with the host over AT commands. Apparently it lists "TCPIP" as features on its datasheet, but it remains an AT modem. If someone were to make a driver that would make it accessible as a "network card" to Linux on the 'pi you'd hit the following problem: You will not get a public IP address from your telephone provider. You would have to setup a VPN to some server on the internet to be able to access your pi from the internet.

     

    So... in short: In theory: yes you can. In practice: not reasonably easy.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • amgalbu
    amgalbu over 10 years ago

    Hi V T

    This is a modem, so you can achieve remote connection in two ways

    1. through GSM network: put you modem in auto.answer mode (AT S0=2 where 2 is the number of rings before answering) and from you application dial the SIM number. In this way you have a serial link between your application and the SIM900. To use TCP, you need a further level that encapsulates TCP packets into serial packets. This layer is called PPP (Point-to-point protocol)

    2. through GPRS: you have to connect your modem to the GPRS network (the typical command is ATD*99#) Again, you need the PPP protocol to convert TCP packets to serial packets. Your modem connects to your mobile provider's APN and gives SIM900 an IP address. Your SIM900 in theory is reachable at that IP address BUT typically mobile operators NAT IP addresses, so in most cases that IP address is not going to be reachable. From my experience, I can say that some operators allows you to activate a special service (called DENAT) to make the IP address reachable)

     

    Cheers

    Ambrogio

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube