Collin Kidder
Collin Kidder
Sorry I apparently wasn't clear what I was asking. I hoped you might show me what the serial console says when it boots up. In there should be a lot...
Weird... I suppose it might have something to do with the DMC5 code. You see, I've never once enabled that device personally. Someone else wrote it and used it and...
It seems that indeed the code to support the DMC5 was broken at some point and it was never used so no one ever noticed. If you comment out line...
Hmmm, it's not really showing why there is an error. That's odd. Usually there's some good reason - missing library, wrong board selected, etc. But, I'm not seeing the actual...
Yes, the best reference right now is here: https://github.com/collin80/M2RET/blob/master/CommProtocol.txt It might not be 100% complete but should be pretty accurate.
You have a different version of the arduino_esp32 core files than it is built for. That's why you're getting the error. I think the code is updated to work with...
It should be fine to do what you're doing. The code for GEVCU is partly kind of old and the good compiler warnings didn't trigger back then. So, we just...
Yeah, that's basically *all* it's for. ;) The whole point is to use it as the main ECU for an electric car in order to control all of the various...
Yes, you are correct. The outputs are low side and switch ground so PWM is completely backward of what you would normally expect. High duty cycle corresponds to a lower...
Thanks for the heads up. Yes, I can see how you've implemented it. Using analogWrite works fine but as you know it's inverted and also does not support setting the...