arduino-canhacker icon indicating copy to clipboard operation
arduino-canhacker copied to clipboard

CanHacker (lawicel) CAN adapter on Arduino + MCP2515

Results 12 arduino-canhacker issues
Sort by recently updated
recently updated
newest added

Hi, Thanks for your hard work. When I send extended can id ex: 0x0CF50401 the CAN MODULE actually sends 0x0EF50401 In CanHacker.cpp changed line 97. ```cpp CanHacker::ERROR CanHacker::writeCan(const struct can_frame...

Здравствуйте, Дмитрий. Хотел запустить ваш проект на ESP32, "прикрутить" к нему bluetooth. При компиляции скетча дает ошибку по библиотекам, выбираешь плату Nano3 - ошибок нет. Я так понимаю надо править...

Hello. Use two Arduinos: leonardo and mega 2560 with [similar shield](https://wiki.seeedstudio.com/CAN-BUS_Shield_V2.0/) For Leonardo in sketch change pins assignment to: ``` const int SPI_CS_PIN = 9; const int INT_PIN = 2;...

Hi I have made appropriate changes to use 8Mhz crystal but unfortunately, I don't see any data in receiver. I am not sure what's wrong with my code. Can you...

I tried to connect to GMLAN (swcan 33.3kbps) but I couldn't. In CANHACKER's settings window there are 10kb 50kb etc but there is no 33.3kbps. It wants btr0 and btr1...

I can send and receive data only for a brief moment, after 30 seconds everything stops and i have to click disconnect and connect in CANHacker program to start receiving...

is this compatible with my Mega 2560 r3?

Здравствуйте, Дмитрий! Подскажите пожалуйста, пытаюсь подключиться к interior can шине mercedes w220 ардуиной мега с can shield, чтобы посмотреть пакеты. Шина работает на частоте 83.333 кбит/с. Программа для просмотра canhacker....

How do I capture data with more than 8 DLC as example below, in the case of dtc 1 - dtc 5 it only displays dtc1 with dlc 8 and...

Hello. Is there any chance to have the library also working for ESP32 + SN65HVD232. I tried SLCAN I can manage to connect to canhacker but never receive send correct...