Stuart Pittaway

Results 487 comments of Stuart Pittaway

> Don't be afraid to submit C code for it, it can be converted to C++ code if needed. Agreed, my C and C++ programming are terrible, so you won't...

I'm also building an external current shunt to provide the DC current and voltage monitoring, which will connect back to the controller over RS485.

> > Thats annoying, I skipped that part as the JLC description says 4.5 to 5v and I thought that was the input voltage! Should have read the datasheet! >...

Mike, I couldn't initialize the can controller using the parameters as it won't allow me to use -1 for the two ports I don't want/need. Any ideas?

It can't be cast to the pin enumeration. Think there is an old bug open for it.

I've done that, it compiled but I never get any packets received when set like that. Strange!

Still not making much progress with this. The platformio toolchain is pulling this version of the XTENSA32 framework. "name": "toolchain-xtensa32", "version": "2.50200.80", "description": "GCC Toolchain for Xtensa32 processor", "url": "https://github.com/espressif/esp-idf"...

I've added this to platform.io ``` ; Use my github version of the framework platform_packages = framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git ``` and its pulled down the master branch of the Arduino...

I think this may be hardware related, as I'm not receiving anything on the ESP side any more. I don't think the ESP side is transmitting ACK to the CAN...

Finally making some progress, looks like a broken PCB track on one of the data lines! I'm now reliably receiving frames from the Arduino into the ESP, however it doesn't...