Collin Kidder

Results 243 comments of Collin Kidder

I agree, multiple mailboxes would be handy. And, yes, many MCUs have CAN hardware with multiple mailboxes. However, the CAN hardware in the ESP32 is well... not that great. Hardware...

Thanks, I want to merge this but I'll probably hold off until I have time to also configure the continuous build to package the DLL properly.

Indeed, you are correct. I'm seeing the same thing. I have added a 100ms delay before the loop and it seems to work. It seems like not having a slight...

Yes, it's always tough to get down to the bottom of things like this. It doesn't help that I forget which pins to use because I'm usually using the boards...

Well, CAN libraries do exist for that board. But, perhaps you are looking for something like ESP32RET or M2RET that actually handles all the details of using the library to...

Yes, I've noticed that it seems like it works one off so it's a little bit messed up. Certainly I do need to get that fixed.

Ahh, ok, yes, the graphs are all using unsigned values but you want to see the signed value. This should probably be an option somehow.

There is a configuration file saved. On Windows it should be in your user directory under AppData/Local/SavvyCAN I think. This is a reference to the standard file locations for QT...

It's probably possible. But, it sure would help if I knew what all the fields mean. At first I thought it was TimeStamp, Length, ID, byte0, byte1, etc but it's...

When you loaded the DBC file, did you tell it that it needs to use J1939 decoding? There are three options now: Exact, GMLAN, and J1939. If you don't set...