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

Connection to VEEPEAK BLE+

Open jbonnett92 opened this issue 4 years ago • 0 comments

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
	Paired: yes
	Trusted: yes
	Blocked: no
	Connected: no
	LegacyPairing: yes
	UUID: Serial Port               (00001101-0000-1000-8000-00805f9b34fb)
	UUID: PnP Information           (00001200-0000-1000-8000-00805f9b34fb)
	Modalias: bluetooth:v0039p5056d0120
	RSSI: -84

I have tried the commands: btOBDReader.autoconnect('34:81:F4:D2:43:2C'); btOBDReader.autoconnect('VEEPEAK'); btOBDReader.autoconnect('veepeak'); - just in case it was case sensitive btOBDReader.connect('34:81:F4:D2:43:2C', 1); - as I have no idea what the port is...

Any ideas?

Thanks, Jamie

jbonnett92 avatar Jan 18 '21 20:01 jbonnett92