This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Using BLE to automate gate opener

Our homeowners association has a gate which opens when a transmitter in the car is pushed. I would like to add a BLE device to the gate which would trigger the gate to open when it detects a vehicle it knows about. I imagine it consisting of two parts:

  1. A beacon placed in the car. This is easy to do with the SDK.
  2. A receiver of the beacon hooked to the gate electronics to trigger a relay to open the gate.

Are there existing applications that can be easily modified to support this scenario? Creating a beacon is easy enough but I wonder about support for receiving beacons using the SDK. Is this possible? Pointers to relevant documentation would be appreciated.

A related question would it possible to detect the built-in car bluetooth instead of a beacon or is the car bluetooth incompatible with BLE?

Parents Reply Children
Related