Hello hackers,
I managed to connect an ESP8266 WiFi module to my Motorcan Audi A4 B8 using an MCP2515.
I retrieve measurement data from the engine control unit and data from the CAN bus there.
The ESP8266 creates an access point named "Audi" without a password.
When you connect to the Wi-Fi and access the IP address 192.168.4.1,
A webpage is being built, and the data is being periodically transferred (every 100 milliseconds per value) to the table.
Transferring that data to the website took me days

, but it's running stably now.
Unfortunately, the feedback from the buttons doesn't always work.
I have also defined maximum values for a few parameters (boost pressure, moment, differential pressure, consumption).
You can reset it using the "Reset max" button.
The "Led D3" button allows you to turn the output D3 on and off on the ESP8266.
You can obtain the ignition status from ID 0x3c0, and for example, use it to activate a relay.
The values displayed on the webpage are currently just example values, representing where the settings are located within the ESP8266.
Best regards,
Ulli