Skip to content

nadia1461/CANOpenNode-ESP32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Code Loaded

This is an updated CANOpenNode implementation for ESP32 using Latest master code from Oct 13, 2021

This was built by copying over all relevant h/c files from 30x / extra folders, then adding a driver heavily based on Alexander's Implementation. It can be updated in the future with a similar method.

Exact commit loaded

This is meant to be used with CANFuck which has examples of the Object Dictionary and usage/initialization

Editor

CANOpenEditor v4.0-51-g2d9b1ad was used to build Object Dictionaries for this project

Although some manual editing afterwards was needed to fixup some missing .attribute = entries, where the default value was not set to 0 due to a missing ReadOnly flag on RPDO OD Parameters.

This can be fixed either by

  • In OD.C, manually replacing .attribute = with .attribute = ODA_SDO_R,
  • Editing the device.xdd and removing all instances of access="noAccess", then re-generating the OD.h/c files

Seems to be some bug around how no SDO access is generated. Results in a bad OD.h/c file

Based on

Based on work from

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages