Skip to content
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo
  1. Home
  2. General Discussion
  3. Ideas to detect car traffic in a driveway?

Ideas to detect car traffic in a driveway?

Scheduled Pinned Locked Moved General Discussion
10 Posts 5 Posters 5.3k Views 4 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    drock1985
    wrote on last edited by
    #1

    Hi,

    I have a friend who owns a couple of greenhouses as a business. If no one is around in the greenhouse, he usually likes to sit inside until he sees someone down near them from his window, but he doesn't always hear/see people go in. He was asking me if there was any way I could think of to alert him to a car that would enter/exit his driveway. Mind you, he doesn't want to spend too much money on it and would rather do it himself since he has a farm and would have most of the tools on hand if needed.

    After doing some research, the only things I can think of that would reliably work would be either a induction-loop system similar to what traffic systems use to detect car rims (https://en.wikipedia.org/wiki/Induction_loop) but this would require running power to the source of the box/loop and don't really want to do that if possible. (http://hackaday.com/2014/04/04/building-an-inductive-loop-vehicle-detector/)

    So I was wondering if anyone was already doing such a project or was maybe looking into it? If not, I will probably recommend him the Open Hardware/Source induction loop and see what he thinks. It would be a fun project to do anyways :).

    My Projects
    2 Door Chime Sensor
    Washing Machine Monitor

    Y 1 Reply Last reply
    1
    • D drock1985

      Hi,

      I have a friend who owns a couple of greenhouses as a business. If no one is around in the greenhouse, he usually likes to sit inside until he sees someone down near them from his window, but he doesn't always hear/see people go in. He was asking me if there was any way I could think of to alert him to a car that would enter/exit his driveway. Mind you, he doesn't want to spend too much money on it and would rather do it himself since he has a farm and would have most of the tools on hand if needed.

      After doing some research, the only things I can think of that would reliably work would be either a induction-loop system similar to what traffic systems use to detect car rims (https://en.wikipedia.org/wiki/Induction_loop) but this would require running power to the source of the box/loop and don't really want to do that if possible. (http://hackaday.com/2014/04/04/building-an-inductive-loop-vehicle-detector/)

      So I was wondering if anyone was already doing such a project or was maybe looking into it? If not, I will probably recommend him the Open Hardware/Source induction loop and see what he thinks. It would be a fun project to do anyways :).

      Y Offline
      Y Offline
      Yveaux
      Mod
      wrote on last edited by
      #2

      @drock1985 How about using a PIR to detect motion? Will detect anything, not just cars, but can be run of a battery and costs are very low.

      http://yveaux.blogspot.nl

      D 1 Reply Last reply
      1
      • Y Yveaux

        @drock1985 How about using a PIR to detect motion? Will detect anything, not just cars, but can be run of a battery and costs are very low.

        D Offline
        D Offline
        drock1985
        wrote on last edited by
        #3

        @Yveaux

        Would a PIR work fine in all weather types? I thought that a PIR sensor outside would be next to useless in bright sun days.

        My Projects
        2 Door Chime Sensor
        Washing Machine Monitor

        Y 1 Reply Last reply
        0
        • B Offline
          B Offline
          BulldogLowell
          Contest Winner
          wrote on last edited by
          #4

          break beam

          1 Reply Last reply
          0
          • D drock1985

            @Yveaux

            Would a PIR work fine in all weather types? I thought that a PIR sensor outside would be next to useless in bright sun days.

            Y Offline
            Y Offline
            Yveaux
            Mod
            wrote on last edited by
            #5

            @drock1985 PIR sensors are sensitive to infrared light, and will detect relative changes in temperature. Keep it out of direct sunlight and it will probably do just fine.

            Maybe a radar module could also be used: https://forum.mysensors.org/topic/3568/microwave-radar-module-as-pir-replacement/3

            http://yveaux.blogspot.nl

            1 Reply Last reply
            1
            • S Offline
              S Offline
              sundberg84
              Hardware Contributor
              wrote on last edited by
              #6

              Depending on how wide the entrance is, but I use a laserbeam and reflector as a counter in my store.
              Something like this (pretty much +1 as @BulldogLowell said).

              https://www.youtube.com/watch?v=KX_-MPOJNXY

              Controller: Proxmox VM - Home Assistant
              MySensors GW: Arduino Uno - W5100 Ethernet, Gw Shield Nrf24l01+ 2,4Ghz
              MySensors GW: Arduino Uno - Gw Shield RFM69, 433mhz
              RFLink GW - Arduino Mega + RFLink Shield, 433mhz

              1 Reply Last reply
              1
              • D Offline
                D Offline
                drock1985
                wrote on last edited by drock1985
                #7

                Hi @sundberg84 @Yveaux

                The width I have to cover is roughly 1.5 cars wide from what I can remember. I didn't take any exact measurements yet. The Radar and laserbeam ideas sound like good ideas to me. And the fact you use it as a counter sundberg gives me another idea to count customers.

                I'll look into both and probably order some parts for both. I have read the thread about the radar module and that sounds good if the 30 second timer could be somehow removed from the system (maybe adding a POT?).

                Another thing I need to figure out yet how to do is add a siren to the system for outside. I can use MySensors and direct node to node for inside if need be; but still a nice audible speaker for outside as well.

                Thanks again!

                My Projects
                2 Door Chime Sensor
                Washing Machine Monitor

                1 Reply Last reply
                1
                • D Offline
                  D Offline
                  drock1985
                  wrote on last edited by drock1985
                  #8

                  Ok, I think i'm going to go with the HB100 Radar modules (run on 3.3/5V, so perfect) and run direct node to gateway communications for alerts by adding a piezzo buzzer to a all in one gateway (maybe, if not another node) using the 2.0 beta branch.

                  Now my last thing to solve is power since this will be outside. I remember seeing somewhere online (not on this forum) there is a module that you can connect a 3.7v Li-Ion battery pack to that has a charger and 5v booster on board the same chip with USB to charge it with. Does anyone know if I can connect a solar panel to this and charge it? @Yveaux @sundberg84

                  My Projects
                  2 Door Chime Sensor
                  Washing Machine Monitor

                  mfalkviddM 1 Reply Last reply
                  0
                  • D drock1985

                    Ok, I think i'm going to go with the HB100 Radar modules (run on 3.3/5V, so perfect) and run direct node to gateway communications for alerts by adding a piezzo buzzer to a all in one gateway (maybe, if not another node) using the 2.0 beta branch.

                    Now my last thing to solve is power since this will be outside. I remember seeing somewhere online (not on this forum) there is a module that you can connect a 3.7v Li-Ion battery pack to that has a charger and 5v booster on board the same chip with USB to charge it with. Does anyone know if I can connect a solar panel to this and charge it? @Yveaux @sundberg84

                    mfalkviddM Offline
                    mfalkviddM Offline
                    mfalkvidd
                    Mod
                    wrote on last edited by mfalkvidd
                    #9

                    @drock1985 http://www.instructables.com/id/SOLAR-POWERED-ARDUINO-WEATHER-STATION/?ALLSTEPS has pretty good instructions and a component list that you should be able to use.

                    D 1 Reply Last reply
                    2
                    • mfalkviddM mfalkvidd

                      @drock1985 http://www.instructables.com/id/SOLAR-POWERED-ARDUINO-WEATHER-STATION/?ALLSTEPS has pretty good instructions and a component list that you should be able to use.

                      D Offline
                      D Offline
                      drock1985
                      wrote on last edited by
                      #10

                      @mfalkvidd

                      Thanks. That explains it all pretty perfectly.

                      My Projects
                      2 Door Chime Sensor
                      Washing Machine Monitor

                      1 Reply Last reply
                      1

                      Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                      Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                      With your input, this post could be even better 💗

                      Register Login
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      10

                      Online

                      12.0k

                      Users

                      11.2k

                      Topics

                      113.4k

                      Posts


                      Copyright 2025 TBD   |   Forum Guidelines   |   Privacy Policy   |   Terms of Service
                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • MySensors
                      • OpenHardware.io
                      • Categories
                      • Recent
                      • Tags
                      • Popular