ElectricMotorcycleForum.com

  • May 07, 2024, 03:14:08 AM
  • Welcome, Guest
Please login or register.

Login with username, password and session length
Advanced search  

News:

Electric Motorcycle Forum is live!

Pages: [1]

Author Topic: ODB2 ELM327  (Read 468 times)

going-electric

  • Newbie
  • *
  • Posts: 4
    • View Profile
ODB2 ELM327
« on: March 13, 2021, 10:52:36 PM »

Hi,
I'm trying to read some info from ODB2 from my Energica.
I connected a standard ELM327 Bluetooth dongle.

Does anyone know / have a documentation about Energicas ODB2 Protocoll and Addresses?

Thank you
Logged

Hans2183

  • Sr. Member
  • ****
  • Posts: 468
    • View Profile
Re: ODB2 ELM327
« Reply #1 on: March 14, 2021, 09:59:34 PM »

Logged
2021 Energica SS9+ 21.5kWh
--- Belgium ---

MoneyFor

  • Full Member
  • ***
  • Posts: 145
    • View Profile
    • My Current Bikes
Re: ODB2 ELM327
« Reply #2 on: March 14, 2021, 10:57:03 PM »

I have a old ( 10 year at least ) ordinary OBD reader and that works to clear faults.
Logged
Click HERE here to see my current bikes.

My current bikes:

2003 - HD  Hugger
2016 - Honda GL 1800
2018 - HD  Fat Boy
2019 - HD  Street Bob
2020 - Energica Ribelle
2021 - KTM Superduke 1290R
2022 - HD Street Glide Special

going-electric

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: ODB2 ELM327
« Reply #3 on: March 18, 2021, 01:05:19 AM »

Have you checked this?  https://drive.google.com/drive/folders/1gATtgWO_Mz__GB1PcLkRVEHK4bzjopFh

Thank you for the link, but I already knew this. There are a few PIDs in that documents. Unfortunately not the one I want.
The SoC.

hmm. I need to look further
Logged

Hans2183

  • Sr. Member
  • ****
  • Posts: 468
    • View Profile
Re: ODB2 ELM327
« Reply #4 on: March 18, 2021, 12:05:42 PM »

Might not be available on OBDII port.

Over bluetooth connection you can get it with this

Code: [Select]
public static final UUID BATTERY_LEVEL = UUID.fromString("00002a19-0000-1000-8000-00805f9b34fb");
Logged
2021 Energica SS9+ 21.5kWh
--- Belgium ---

going-electric

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: ODB2 ELM327
« Reply #5 on: March 19, 2021, 03:03:46 PM »

Ah, Good to know.

I dont know how to connect to energicas Bluetooth, so here comes the next challenge. :)

This is very useful. Thank you.

Now I know that I have a fallback in case ODB2 doesnt work for me.

I heard of someone how tried to connect to Energicas BT and temporarily bricked his bike. Thats why I'm a bit afraid to do that.
But we will see
Logged

going-electric

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: ODB2 ELM327
« Reply #6 on: March 20, 2021, 03:14:59 PM »

OK,
I just tried to connect my arduino with energicas BLE.

Unfortunately, I cannot connect.
This is also true for my mobile phone. Only the app can communicate.

Do you know the trick, hans?
Is there a password or encryption in place?

thank you
Logged
Pages: [1]