Search found 303 matches
- Wed Mar 29, 2017 11:38 am
- Forum: Hardware
- Topic: About the CAN controller.
- Replies: 174
- Views: 152555
Re: About the CAN controller.
Wow rudi, that is awesome, thanks very much! This is an amazing chip and forum, great support, you deserve to sell billions of ESP32. I have got the ESP32 and a CAN bus tranceiver hooked up to a Kvaser Leaf Light, with termination resistance. I can send a frame from Kvaser and the ESP32 receives it,...
- Tue Mar 28, 2017 8:42 pm
- Forum: Hardware
- Topic: About the CAN controller.
- Replies: 174
- Views: 152555
Re: About the CAN controller.
As a follow up, the demo compiles fine if I compile it as it is in the zip, so I've removed version 0.1_third_parts. I can also see that I could:
...and then set the ID with:
Which is quite useful as I want to transmit and receive on multiple CAN IDs.
Code: Select all
CAN_frame_t __TX_frame;
Code: Select all
__TX_frame.MsgId
- Tue Mar 28, 2017 8:22 pm
- Forum: Hardware
- Topic: About the CAN controller.
- Replies: 174
- Views: 152555
Re: About the CAN controller.
Great work on this! Great device! Received my ESP32 today and trying to compile CAN example. I thought it was best to clone version 0.1_third_parts and the menuconfig includes the options and saves them correctly. I copied main.c from http://www.barth-dev.de/wp-content/uploads/2017/01/ESP32_CAN_demo...