Search found 3 matches

by yorkdale
Mon Jun 28, 2021 7:03 am
Forum: Hardware
Topic: ESP32-WROOM-32E CAN bus
Replies: 3
Views: 5722

Re: ESP32-WROOM-32E CAN bus

https://github.com/espressif/esp-idf/commit/593d3ce79ade5030b84db607c5874c3b6dc4d5ef Thank you WiFive!!! I see the code has some defines like "CONFIG_ESP32_REV_MIN". I think if my code has "CONFIG_ESP32_REV_MIN = 3" might fix the problem. Are the bug fix already in place? How to use it? Too new to ...
by yorkdale
Sun Jun 27, 2021 11:55 pm
Forum: Hardware
Topic: ESP32-WROOM-32E CAN bus
Replies: 3
Views: 5722

Re: ESP32-WROOM-32E CAN bus

Sorry that. The CAN bus in ESp32 is TWAI. Datasheet mentioned this part.
But where I can get details of how to setup it?
Thank you!!
by yorkdale
Sat Jun 26, 2021 9:09 pm
Forum: Hardware
Topic: ESP32-WROOM-32E CAN bus
Replies: 3
Views: 5722

ESP32-WROOM-32E CAN bus

Hi All, I'm new here. Not sure where to post my question, just list it here... I'm using ESP32-WROOM-32E to build a CAN controller. First, I found ESP32-WROOM-32E is using ESP32-D0WD-V3. I got ESP32-D0WD-V3 datasheet, but it does not have any information about CAN controller. It should have because ...