Search found 2 matches

by Snipesy
Wed Oct 17, 2018 10:23 pm
Forum: General Discussion
Topic: PlatformIO thoughts?
Replies: 4
Views: 5516

Re: PlatformIO thoughts?

I think if you are starting out or have a newish project you should go all in on the new CMake capabilities. That will make your project very easy to migrate between IDEs and CMake support is only going to make things better long term.

More importantly that lets you use CLion. Hint hint.
by Snipesy
Tue Oct 16, 2018 4:07 pm
Forum: General Discussion
Topic: ESP32 CAN
Replies: 2
Views: 4107

Re: ESP32 CAN

Both ends of the CAN must be terminated using a 120 ohm resistor (or 180 ohm maybe, sometimes). I don't think that would cause the Tx to be stuck high but who knows. Also read the datasheet of the transceiver. Make sure its not in sleep mode. I use CAN alot on the ESP32s but never have I used the in...