element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • 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
  • 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
Arduino
  • Products
  • More
Arduino
Arduino Forum Arduino to GSM module
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Arduino to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 6 replies
  • Subscribers 392 subscribers
  • Views 711 views
  • Users 0 members are here
Related

Arduino to GSM module

tonic
tonic over 8 years ago

I am trying to connect an Arduino Uno with an GSM/GPRS modem which will power up at an voltage supply of 24v, so if a communication is established between both there wont be any problem with voltage level right?

  • Sign in to reply
  • Cancel

Top Replies

  • gadget.iom
    gadget.iom over 8 years ago +1
    In theory yes, but you may still have issues with a disparity between 5v and 3.3v logic. Which Arduino and GSM modules are you using?
  • mconners
    mconners over 8 years ago +1
    I think we need a little more info. Such as what it the make/model of the modem. What is the method of connection, etc... If the modem requires 24v to operate it may be because the interface is RS-232…
  • tonic
    tonic over 8 years ago in reply to mconners +1
    It is an Calixto-Telit GL86x GSM/GPRS modem.... The method of connection is Tx and Rx pins of Arduino uno are connected to receive and transmit pins of GSM modem through an MAX232 IC... Plz reply...
Parents
  • mconners
    mconners over 8 years ago

    I think we need a little more info. Such as what it the make/model of the modem. What is the method of connection, etc...

     

    If the modem requires 24v to operate it may be because the interface is  RS-232RS-232 serial which can have a+3+15 v requirement for a logic high and-15-3 volts for a logic 0 Many implementations would use 12v for a high and-12 v for a low which is why the 24 volts made me think of this

     

    The arduino will provide a ttl serial signal by default, which will not be adequate to drive rs 232 signals.

     

    But, as I say, we need more info.

     

     

    Mike

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • tonic
    tonic over 8 years ago in reply to mconners

    It is an Calixto-Telit GL86x GSM/GPRS modem.... The method of connection is Tx and Rx pins of Arduino uno are connected to receive and transmit pins of GSM modem through an MAX232 IC... Plz reply...

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • mconners
    mconners over 8 years ago in reply to tonic

    I thought The MAX232 IC was the greatest thing since sliced bread back when it was released. The ability to create an rs232 connection from a single 5 v supply was a great innovation. The connection you describe should absolutely work.

     

    I'm not sure what your experience with troubleshooting rs232 connections is, so there are some things you might need to check.

     

    Research a null modem cable. Sometimes all you need is tx, rx, and gnd to be connected between the 2 devices. But there is some equipment that requires the rts, cts, dsr, and dtr signals to either be connected, or looped back. If this is the case, I would expect it to be more on the modem side, rather than the arduino/max232 side.

     

    As a test,you could try looping tx and rx together on the max 232 chip and see if on the arduino you can receive what you are transmitting.

     

    You can even back that up to the arduino, loop the tx and rx back on the arduino, make sure that works, then add the max232 into the picture and loop that back, that way you know your side of the equation is working.

     

    Your original question was about voltage levels, with the MAX232 in between the arduino and the modem, there should be no issue, the max 232 will take care of the conversion from TTL levels to RS232 levels and back.

     

    Good luck,

     

    Mike

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • tonic
    tonic over 8 years ago in reply to mconners

    Thanks Alott

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • mconners
    mconners over 8 years ago in reply to tonic

    Not a problem, let us know how it works out for you.

     

    Mike

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • mconners
    mconners over 8 years ago in reply to tonic

    Not a problem, let us know how it works out for you.

     

    Mike

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Children
No Data
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