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 Smart Street Lighting based on vehicle movement detection on the LORAWAN network
  • 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 Suggested Answer
  • Replies 6 replies
  • Answers 3 answers
  • Subscribers 391 subscribers
  • Views 1900 views
  • Users 0 members are here
  • smart street light
  • frontpage
  • traffic counter
  • vehicle movement
  • smart city
Related

Smart Street Lighting based on vehicle movement detection on the LORAWAN network

diliprajkumar
diliprajkumar over 7 years ago

Hi,

I am Dilip. Me and my friend are planning to do this Real-world IoT project for a graded course in our university. It can be called Smart Street Light Controller based on vehicle movement detection on the LORAWAN network.
Basically we aim to place two Arduino Vehicle movement detection kits (Arduino Nano + Proximity Sensor Shield + LoraWAN shield) on the beginning and end of a street. Whenever a vehicle crosses these sensors (i.e enters and exits a street), we want the Street Lights to Turn ON and Turn OFF as the vehicle enters and exits the street. Of course, we don’t have access to a real world street light as we don’t get permission from the city municipality office to control a real street light. But for proof of concept demonstration we plan on putting a sufficiently big, Indicator LED (Red Color) Kit (Arduino Nano + LED Kit + LoraWAN Shield) that can be controlled ON/OFF by the vehicle movement detection sensors from the LoRAWAN server/gateway. The Indicator LED needs to be preferably powered by the same power source (USB Battery Bank) that powers the Arduino or it can be self powered by means of AA batteries. The LED also needs to be sufficiently BIG and Bright, such that it should be visible if we happened to shoot it from a 10 meter distance on a iPhone Camera, so tiny breadboard LEDs won’t work for our requirement.


The main aims of the project are:

  • Turn ON a Street Light (Indicator LED) when a vehicle ENTERs a street and Turn OFF the Light when the vehicle EXITs the street
  • Measure Vehicle Count (Movement of Vehicles per day) on the road for both the left lane and right lane
  • OPTIONALLY, we would like to implement a sound sensor that turns ON a street light for a few mins when it detects unusually high noise activity


We would like to purchase all the hardware for this project from Element14, but before that can you please clarify the following:

  1. Which sensor ( UltraSonic / IR / Laser or Sound MIC sensor) is best suited for this project?
  2. Which is the best placement strategy for the sensor for measuring vehicle traffic? On top of a traffic light (facing down on the road) or on a street light or street sign pole on the side of the road?
  3. How do we segregate vehicle count on the left and right lane of the road? Can this be achieved based on effective and strategic positioning of the vehicle movement detection sensor?
  4. Which LED light (RED Color - Big, Bright, Low-Powered) can you recommend for our requirement?


We look forward for your clarifications so we can buy the right hardware and proceed in the right direction for realizing our project.

 

Best Regards,

Dilip

 

  • Sign in to reply
  • Cancel

Top Replies

  • shabaz
    shabaz over 7 years ago +2 suggested
    Hi Dilip, I don't have a complete answer, but you possibly want to look here for ideas that you can research further: http://www.windmill.co.uk/vehicle-sensing.html None of the methods have 100% accuracy…
  • shabaz
    shabaz over 7 years ago in reply to diliprajkumar +2
    Indeed, the detail here is what you need to focus on: All we need is a decent working system that turns a LED ON or OFF when any vehicle moves past the sensor range. I'm guessing if it were easy (by 'working…
  • genebren
    genebren over 7 years ago +2 suggested
    Greetings, A company that I worked with in the past, did something very similar to this. They built an energy saving lighting systems for parking garages. They would detect motion and turn on lights as…
Parents
  • genebren
    0 genebren over 7 years ago

    Greetings,

     

    A company that I worked with in the past, did something very similar to this.  They built an energy saving lighting systems for parking garages.  They would detect motion and turn on lights as appropriate.  The sensors were PIR and worked well for detecting vehicles as they have a pretty significant heat signature that is easily detected.  The lights, with attached sensors, were connected with a ZigBee mesh network.  Lights could be assigned to groups that would all respond (change states) based on any of the sensors detecting motion.  In the parking lot model the sensors were set to  be very sensitive so that either cars or people could cause the lights to turn on.

     

    Best of luck with you project!

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • diliprajkumar
    0 diliprajkumar over 7 years ago in reply to genebren

    Hi Gene,
    Thank you very much for your reply and encouragement!

    Given the range(distance) of vehicle tracking and detection from atop a traffic light pole?
    Do you think an ultrasonic rangefinder would be a cheap and reasonably effective solution for our project requirement?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • genebren
    0 genebren over 7 years ago in reply to diliprajkumar

    Dilip,

     

    While this is not exactly the same concept that you are describing, here is a link that you might find interesting:

     

    https://www.maxbotix.com/articles/sensors-vehicle-detection.htm

     

    Ultrasonic rangefinding typically has a somewhat limited distance.  Extending the range usually requires a higher power emitter/drivers.  It is also important to understand environmental that will effect the range or accuracy, like temperature.  There is a lot of good information out there, you just need to search and find.  By the way, Maxbotix does list some sensors that have a range of 75 feet, which should be almost workable for your concept.

     

    Gene

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
Reply
  • genebren
    0 genebren over 7 years ago in reply to diliprajkumar

    Dilip,

     

    While this is not exactly the same concept that you are describing, here is a link that you might find interesting:

     

    https://www.maxbotix.com/articles/sensors-vehicle-detection.htm

     

    Ultrasonic rangefinding typically has a somewhat limited distance.  Extending the range usually requires a higher power emitter/drivers.  It is also important to understand environmental that will effect the range or accuracy, like temperature.  There is a lot of good information out there, you just need to search and find.  By the way, Maxbotix does list some sensors that have a range of 75 feet, which should be almost workable for your concept.

     

    Gene

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