node-bluetooth-obd icon indicating copy to clipboard operation
node-bluetooth-obd copied to clipboard

Node package for communication with Bluetooth OBD connectors.

Results 6 node-bluetooth-obd issues
Sort by recently updated
recently updated
newest added

Hello guys, i have a question does it control the signals? because I would like to play with them and make a little program for car to "dance" to music...

Log PS C:\Users\fjsolance\Desktop\MotorBikeControl\MotorBikeControlApp> npm install --save bluetooth-serial-port npm ERR! code 1 npm ERR! path C:\Users\fjsolance\Desktop\MotorBikeControl\MotorBikeControlApp\node_modules\bluetooth-serial-port npm ERR! command failed npm ERR! command C:\WINDOWS\system32\cmd.exe /d /s /c node-gyp configure build npm...

Hi, I'm a little confused on how to connect to a device, I have this one: ``` info 34:81:F4:D2:43:2C Device 34:81:F4:D2:43:2C (public) Name: VEEPEAK Alias: VEEPEAK Class: 0x00240404 Icon: audio-card...

Hi, I am creating a graphing app based off your library. The first time I connect to a device it works perfectly (Other than I had to remove the "replies"...

bug

Can this be adapted to the wifi serial interface? 192.168.0.10:35000

I'm not having much luck getting the VIN. I made it a little further by adding this in obd.js ```` else if (valueArray[0] === "49") { reply.mode = valueArray[0]; for...