Collin Kidder
Collin Kidder
I'm sure you're right. We never investigated the situation that much. We saw that the Tesla main board uses 5v so we kept using that voltage and just added cheap...
As WK057 said, the power you give the board is powering the isolation chip. So, you can power that chip with 3.3 or 5v but it was meant for 5V...
Well, of all the languages I can read, French is not one! ;) But, thankfully Google Translate exists. I believe you haven't properly downloaded all of the source code for...
Yes, it's probably EMI. You're getting the proper number of bytes returned but not the proper CRC so chances are the data has been corrupted. If this only happens every...
Ah yes, a problem near and dear to all of our hearts. Inverter switching noise is a nasty thing to deal with. There are multiple layers at play here. The...
I had previously ported the GVRET firmware to Teensy so I ran into this same situation. The Teensy does have EEPROM it's just a different library. You can look at...
V330 (currently in WIP) adds tentative support for LAWICEL now. It seems to work in both directions. You can't reliably set canbus speed through the slcan / lawicel interface right...
Now prototype LAWICEL V2 support is in M2RET and should be back ported to GVRET. Still, sufficient testing has not been done.
I'm interested. I have ordered a Flipper Zero and should have it at the end of this week. I really want to see CAN added to Flipper. And, being able...
This document describes the GVRET protocol I use to communicate with my SavvyCAN program: https://github.com/collin80/M2RET/blob/master/CommProtocol.txt I'm thinking to build a CAN board, at least temporarily for my own use. I...