Collin Kidder

Results 243 comments of Collin Kidder

It's true insomuch as the base arduino-esp32 installation does not have any support or library included to use the TWAI hardware. However, this esp32_can library does add such functionality and...

It was my intention to write code to do that. However, currently there isn't a full implementation. At the moment I have updates from the sdcard working but not from...

As far as I can recall, we just made the ID up. 0x100 wasn't used by anything else so that's what we picked. There wasn't any greater reason than that.

Sorry, I stand corrected. In the case of the JLD505 code that interfaces with CHAdeMO the ids 0x100 through 0x109 are for CHAdeMO communications. I had another project where 0x100...

That's because you are compiling for an ATMEGA board while the code is meant to be compiled for the Arduino Due. It's a completely different processor. You will also need...

That looks like a successful build to me

Well, I've tested using an Arduino Due and a Teensy 3.6. I don't have experience outside those two. I did test a breadboard design with both of them so a...

You're pretty much right all the way around. The balancing stuff found in the public code is only to be used as an example of how one might be able...

Try with the library versions now found in README.md. I do not add SPI.h to the compile and it builds fine for me. I think the SdFat library I'm using...

Hmmm, well, the fact that the CRC calculation is showing a mismatch probably means that the traffic is being messed up on the wire. Sometimes level shifters can be problematic....