An idea is to make Win Mobile phone become super alarm for car.
Now I am searching for devices simalr to Velleman interface board, but I need device which
can be connected to mobile device using bluetooth trough compact framework and C#.
I need digital inputs for caching real events such as engine started or door opened. Is there a way to interface mobile device with outside world using inputs with voltage.
相关问题
- Exchange data between google-glass and a android d
- How to determine file version of dll file in Compa
- Sending and Receiving an Invitation with Multipeer
- How can I establish an AVRCP connection from Windo
- Bluetooth connectivity: MODE_IN_CALL vs MODE_IN_CO
相关文章
- Android 4.4: Bluetooth Low Energy; Connect without
- Detect or Approximate Bluetooth Latency on Android
- Android Bluetooth - Paired vs Connected, what'
- bluetoothctl No default controller available
- Bluetooth LE Scanning Sometimes Doesn't Find D
- Can we wakeup the Android app via bluetooth or BLE
- Bluetooth scan C#
- iOS/Android - TCP/IP over Bluetooth
First off you need a custom piece of hardware that will hook in to the ECM of the car. Most cars use the ODB II standard interface.
This hardware would need to have a bluetooth chip on it, and communicate the ODB II signals through the bluetooth controller. But notice there is no standard for "door is ajar" etc. The ECM deals with engine timing ignition etc.
Your win mobile phone would need a driver to catch those events after it has paired with the hardware chip. You can use the "The Windows Embedded Source Tools for Bluetooth Technology" to do this on the mobile phone side.