Closed Lelick-PMR closed 2 years ago
Thanks Lelick! That feature in the GUI does not work with the arduino code. It will never work because the arduino and the MCP2515 is connected to 1 channel at a time. The speed could be selected through that dropdown, but that's not implemented. I've used that selector to select between the 3 can busses when I developed my own sniffer hardware that you can see in my first video on youtube. Later, I'm planning to make that hardware available and bring back this feature on the GUI.
Yes. I saw it.
I was interested. Thanks Adam for the answer. If I come up with something, I'll write here. If you can change the CAN speed without re-firmware Arduino. You may just have to add a physical switch to change the CAN Speed. This or this
I will try Sorry about my English. Again.
Hi! Thank you very much for this work! Please tell me how this works at Arduino? I can't understand! in main.py
Sends this
How does Arduino understand this? And does it work?
I thought it would work here in canSniffer.ino
CAN.begin(CAN_SPEED)
Where CAN_SPEED can be (33E3) or (95E3) or (500E3)Sorry for my English
Thank you very mutch!