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 Road speed limit project
  • 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
  • State Not Answered
  • Replies 3 replies
  • Subscribers 392 subscribers
  • Views 517 views
  • Users 0 members are here
Related

Road speed limit project

Former Member
Former Member over 9 years ago

Hello, I'ts my first post here, so dont get mad if it's not the right subforum for this topic. I would just like some ideas/opinions for my project, because maybe I am forgetting something in addition to i am new with arduino

 

the idea is a device that tracks a car's speeds and omits a message to the driving control authority, in case the car exceeds the speed limit. so What I am trying to build, is a Speed limit notification system that can sense my location and speed using GPS then compare it to defined speed for the current road using algorithm then send data over GSM network to my webserver or mobile phone warning me if i exceed the speed limit .

 

What I need to achieve (and my plans to do so) are:

 

1. Arduino Uno

 

2. GPS module

http://www.zeroohm.ae/Adafruit-Ultimate ... search=gps


3. GSM shield for network connection or sms sending

 

http://www.zeroohm.ae/Arduino-GSM-Shiel ... search=gsm


5. so i will defined maybe two or three roads using this techniques and define any speed i want

http://forum.arduino.cc/index.php?topic=136265.0



Is these parts good ?

is it ok to connect GPS module through gsm shield to Arduino ?

I'm working on this project alone, maybe I have missed something, maybe theres a better solution for something, maybe someone else has some great ideas they are willing to share, regarding this idea and how to pull it off.

 

Thanks all

and sorry about my english

  • Sign in to reply
  • Cancel

Top Replies

  • shabaz
    shabaz over 9 years ago +1
    Hi Mohammad, There are hundreds of different GPS and GSM modules, but in general it doesn't matter what you use provided you have sufficient information (datasheets primarily) to get you going. If there…
  • shabaz
    0 shabaz over 9 years ago

    Hi Mohammad,

    There are hundreds of different GPS and GSM modules, but in general it doesn't matter what you use provided you have sufficient information (datasheets primarily) to get you going. If there are no datasheets you need to contact the manufacturer/supplier to ask them for that. The other option is to find some example code if someone has managed to get those particular parts running, but this is just luck. Better to obtain datasheets and create your code to that datasheet specification.

    If you are not comfortable developing from scratch in this way, then try to find existing projects that do 'something' with and Arduino and a GPS module (doesn't have to be related to your project) and examine the code and buy the exact same GPS module. Then look for a project to do 'something' with an Arduino and a GSM module, check to see if there will be any wiring clashes (bear in mind for example that I2C is a serial interface and so can be chained) and repeat.

    Then at least you have known example code for the parts you have purchased. You'll still have to write your own code to join it all together to complete the project of course, but at least you are starting with known hardware and example code or datasheets.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 9 years ago

    I'll echo the same thing shabaz mentioned about documentation.  You might also think about one of the shields that integrates GPS and GPRS on a single PCB.  There are a variety of distributors around the world that carry these.  These are largely intended to work with mobile robots, so if this interests you might want to look at those sites.

     

    As far as GPS and GSM/GPRS on the same PCB this isn't a problem.  GPRS signals are 850-900MHz and 1800-1900MHz.  GPS uses 1176.45, 1227.60, and 1575.42MHz; with code carriers down in the 4-10MHz regions.  There is enough difference in freqs used and carrier wave types that this isn't a problem (obvious, since most smartphones also have GPS built-in).  The only thing I might suggest is to use external antennas, if possible.  GPS signals can be degraded quite a bit, if a chip antenna is blocked.

     

    It's a cool idea!

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • clem57
    0 clem57 over 9 years ago

    Just be aware some roads have differing speed limits along the same one. This may present some programming issues.

    Clem

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • 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