Page 1 of 2
IDF V3.2 with CAN driver
Posted: Tue Oct 23, 2018 9:01 am
by snahmad75
When are you going to release first stable version 3.2 of ESP-IDF which will include can driver.
We have tested CAN driver it is working. Can you verify any unit test is not working against latest source of ESP-IDF. I am using latest code. any breaking changes let me know.
We are doing into production in 1 month time.
Thanks,
Naeem
Re: IDF V3.2 with CAN driver
Posted: Tue Oct 23, 2018 11:15 pm
by ESP_Angus
Hi Naeem,
I've split this post into a new thread as it's a different question to the original thread.
I'm afraid we don't have an ETA for ESP-IDF V3.2 yet, but it will be more than one month away. There should be a v3.2 beta release around the end of November.
All master branch updates on GitHub have passed all enabled automated tests, including unit tests. There are no unit tests for the CAN driver however there are 3 integration "example tests" for the 3 example CAN projects.
Compared to stable release versions the master branch revisions have not had any manual testing done on them (apart from developer testing).
Re: IDF V3.2 with CAN driver
Posted: Thu Oct 25, 2018 8:47 am
by ICONDev
Hello,
this is good news to have an 'official' can driver available.
Saw the documentation in the 3.2 programming guide, also the examples, but there is nothing in Terms of CAN-bus peripherials in the main ESP32 data sheet. (looking specially for further info like possible GPIOs through the GPIO Matrix for CAN..) Does Espressif intend to add some documentation for this? Except unofficial info snippets like the base adress and the Information that it is SJA1000-compatible I find nothing about can Registers and peripherial descriptions. Or do I miss something?
thanks
Juergen
Re: IDF V3.2 with CAN driver
Posted: Thu Oct 25, 2018 2:05 pm
by ESP_igrr
Yes, a TRM chapter for this peripheral is planned, however at the moment it is of a relatively low priority, so I can't give you any timeline.
Re: IDF V3.2 with CAN driver
Posted: Mon Oct 29, 2018 4:48 pm
by gunar.kroeger
I would also like to see the CAN driver added too a stable version!
Re: IDF V3.2 with CAN driver
Posted: Mon Oct 29, 2018 6:00 pm
by snahmad75
Can some one suggest how we can use CAN driver only files in version 3.1 stable release. are these list of files (.c. cpp .h) we can copy.
Re: IDF V3.2 with CAN driver
Posted: Fri Nov 16, 2018 3:05 pm
by gunar.kroeger
CAN driver is now included in stable version v3.2!
Re: IDF V3.2 with CAN driver
Posted: Fri Nov 16, 2018 5:33 pm
by snahmad75
gunar.kroeger wrote: ↑Fri Nov 16, 2018 3:05 pm
CAN driver is now included in stable version v3.2!
Good. Have you release new stable version of v3.2
Re: IDF V3.2 with CAN driver
Posted: Mon Nov 19, 2018 6:50 pm
by Ritesh
snahmad75 wrote: ↑Tue Oct 23, 2018 9:01 am
When are you going to release first stable version 3.2 of ESP-IDF which will include can driver.
We have tested CAN driver it is working. Can you verify any unit test is not working against latest source of ESP-IDF. I am using latest code. any breaking changes let me know.
We are doing into production in 1 month time.
Thanks,
Naeem
Hi,
Would you please let me know that how you are using CAN driver and with which device? How you are testing CAN device with ESP32?
It will be good if you provide few information for that.
Re: IDF V3.2 with CAN driver
Posted: Tue Nov 20, 2018 10:33 am
by snahmad75
Yes using latest CAN Driver from version=3.2 with wrover Module -B. We improve and customise can driver driver code using our own circular buffer.
Wrote simple program to transmit can messages continuous. to receive can messages we integrate into our main application. cannot share code. not open source. What you want to know more.