MyLab-odyssey / ED_BMSdiag

Retrieve battery diagnostic data from your smart electric drive EV.
MIT License
50 stars 19 forks source link

CAN can't be read #32

Closed JochenKoehler69 closed 2 years ago

JochenKoehler69 commented 2 years ago

Hi,

Currently I'm trying to adopt this code for a ESP12 to my own needs (read CAN messages and send them via WLAN to my smart-home). Although, the MCP_CAN module (from AZ-Delivery) says that the connection is established successfully, I haven't managed so far to get any CAN messages. I tried to debug with CAN_receive.ino but without success because the PIN 2 (INT on MCP_CAN?) is always high and so CAN is never read. I checked already, that the INT pin from MCP_CAN is connected correctly to ESP12 by manually put the according ESP12 pin to low. What can I check next? What do you need exactly from me so that you can support?

Thanks in advance.