CAN data over BLE to HLT for e46 m3

Discussion related to external OBD and other sensors
Post Reply
SteinarK
20 or more Posts ★★★
20 or more Posts ★★★
Posts: 47
Joined: Mon Nov 12, 2018 7:14 pm

CAN data over BLE to HLT for e46 m3

Post by SteinarK »

I do not know if there are any interest of this....

I have made a device for streaming CAN data over BLE to HLT. I have also included 10Hz GPS data, interfacing an Adafruit GPS.

The following measurements are streamed to HLT over Bluetooth LE with 25Hz:
RPM
Speed
Throttle Position
MAF
Wheel Speed Front Right
Wheel Speed Front Left
Wheel Speed Rear Right
Wheel Speed Rear Left
Steering Rate
Steering Wheel Angle
Yaw Rate

The following measurements are streamed to HLT over Bluetooth LE with 1Hz:
Engine Temperature
Oil Temperature
Fuel level

The following measurements are optionally streamed to HLT over Bluetooth LE with 1Hz (additional D/KBUS2CAN module needed):
Cat temperature
Intake Air Temperature (IAT)
Battery Voltage

If future versions of HLT enables support for other measurements (like oil pressure, brake pressure etc.), they will for sure be supported.

The following GPS data are streamed to HLT over Bluetooth LE with 10Hz (Adafruit GPS module needed):
Time
Latitude
Longitude
GPS speed
HDOP
Height
Number of satelites
Heading

Image
Anejo99
Fewer than 10 Posts
Fewer than 10 Posts
Posts: 1
Joined: Sat Feb 29, 2020 12:57 am

Re: CAN data over BLE to HLT for e46 m3

Post by Anejo99 »

Can you share more info on what exactly is involved and what any costs.
Thanks,
Pat
SteinarK wrote: Sun Jul 21, 2019 8:38 pm I do not know if there are any interest of this....

I have made a device for streaming CAN data over BLE to HLT. I have also included 10Hz GPS data, interfacing an Adafruit GPS.

The following measurements are streamed to HLT over Bluetooth LE with 25Hz:
RPM
Speed
Throttle Position
MAF
Wheel Speed Front Right
Wheel Speed Front Left
Wheel Speed Rear Right
Wheel Speed Rear Left
Steering Rate
Steering Wheel Angle
Yaw Rate

The following measurements are streamed to HLT over Bluetooth LE with 1Hz:
Engine Temperature
Oil Temperature
Fuel level

The following measurements are optionally streamed to HLT over Bluetooth LE with 1Hz (additional D/KBUS2CAN module needed):
Cat temperature
Intake Air Temperature (IAT)
Battery Voltage

If future versions of HLT enables support for other measurements (like oil pressure, brake pressure etc.), they will for sure be supported.

The following GPS data are streamed to HLT over Bluetooth LE with 10Hz (Adafruit GPS module needed):
Time
Latitude
Longitude
GPS speed
HDOP
Height
Number of satelites
Heading

Image
tdott
20 or more Posts ★★★
20 or more Posts ★★★
Posts: 40
Joined: Mon Aug 15, 2011 4:30 pm

Re: CAN data over BLE to HLT for e46 m3

Post by tdott »

More info on how this is done would be useful.
SteinarK
20 or more Posts ★★★
20 or more Posts ★★★
Posts: 47
Joined: Mon Nov 12, 2018 7:14 pm

Re: CAN data over BLE to HLT for e46 m3

Post by SteinarK »

tdott wrote: Fri Mar 06, 2020 4:23 pm More info on how this is done would be useful.
Please have a look at my web site:

http://www.airventdisplay.no/en/online- ... tions.html

Assuming you have a fully functioning e46 m3 setup, there are several options, dependent on your needs and requirements.

In its simplest form it is about buying my CAN2BLE hw and connect it to the CAN bus as well as +12V and GND (in total 4 wires). If you also need GPS, you have to buy the GPS module (from Adafruit), my GPSCAN2BLE hw and connect it to the GPSCAN2BLE hw.
Post Reply