nelius de lange

Results 14 comments of nelius de lange

I am busy investigating led control while using the ESP32 an I stumbled on this. Reading bbulkow interesting readme I see that he on several occasions mention that I2S module...

Sorry I left that information out, I am using the ESP32's internal CAN controller

@Petros144 Thank you for pointing me to the registers, I will have a good look at this and revert back.

@kp911, how about adding it at line 72 or 133 instead, then it will be disabled for all baud rates ? In my .cpp file line 126 is in the...

@mister0wl I will gladly test. I have old and new versions of the ESP32, please send me a link to your modified code or post it here (or PM me)

@mister0wl I did do some tests. All working very well. In addition I have made some more changes. CAN bus testing and finalization is on my to-do list for mid...

@Petros144 thank you, you are most helpful !!!! I have implemented this and it is working as expected. If there is a device plugged in to listen and RX, then...

@Petros144 I have added a the following line: vTaskDelay(5/portTICK_PERIOD_MS); // wait in 5ms chunks inside the 2 x while loops just before the yield(); command. I think that the yield();...

> to get an error and avoid hanging of the lib i found a workaround and added an errorhandling based on my returncodes. > > extend the while loop in...

look at this for a solution https://github.com/sandeepmistry/arduino-CAN/issues/60#issuecomment-786664485