collin80 / ESP32RET

CAN Reverse engineering tool for ESP32 based boards (specifically EVTV ESP32Due)
MIT License
197 stars 56 forks source link

Running on ESP32 Devboard? #3

Closed wjcloudy closed 4 years ago

wjcloudy commented 4 years ago

Struggling to get this working on an ESP32 devkitC - has it been tested on this?

collin80 commented 4 years ago

I'm not sure but I believe it has. I use the actual EVTV boards but I compile as the ESP32 devkit so you'd think it would work. Perhaps recheck that you have everything connected to the proper pins. It's easy to make a mistake or wrong assumption there.

wjcloudy commented 4 years ago

Thanks - will keep at it then

wjcloudy commented 4 years ago

Found the issue for any other attempting this - the USB>serial transceiver on the devboard does not support 1000000 baud - moving it back to 115200 in code and using savvycan via wifi works fine