Search found 2 matches

by nosuffix
Sat Oct 17, 2020 5:30 pm
Forum: ESP-IDF
Topic: SPI Examples using ESP-IDF? MCP2515 CAN Controller lib?
Replies: 5
Views: 6030

Re: SPI Examples using ESP-IDF? MCP2515 CAN Controller lib?

I ended up writing my own driver. It's not robust, just a few functions since I only need very simple operation. I'll post it later if I clean it up and make it functional more generically.
by nosuffix
Wed Oct 07, 2020 8:06 pm
Forum: ESP-IDF
Topic: SPI Examples using ESP-IDF? MCP2515 CAN Controller lib?
Replies: 5
Views: 6030

SPI Examples using ESP-IDF? MCP2515 CAN Controller lib?

Hi all, I am trying to communicate with MCP2515 CAN Controller using VSPI. I would like to use IDF for development and avoid the Arduino libraries. For various unrelated reasons I have to use MCP2515 and not the built in CAN controller. I looked through the examples in the IDF folder for SPI, but it...