CANFestivino
CANFestivino copied to clipboard
Arduino Library Version of CANFestival CANopen Stack
First of all thanks for the effort to make this possible :) Second: I'm not able to open objdictgen.py. After the command: alessio@alessio-VGN-NS21M-W:~/Documents/Lavoro/UNIBS/CANBUS/CANOPEN/Firmware/CANFestivino/objdictgen$ python objdictgen.py Node.od Node.c Traceback (most recent...
When I tried to compile, it can not find include dependences. Now i have downloaded libraries from other repos on github, and i'm getting this error: " error: 'EFlg_RxEP' is...
Hi I have implemented my node as a SYNC-Producer but it doesn't generate the corresponding messages. thats the part where the Sync is initalised: `/* index 0x1005 : SYNC COB...
Dear all, I'm struggling a bit because I'm not able to make running the CanFestival from the original project (https://bitbucket.org/Mongo/canfestival-3-asc/src). Actually the only example that works on the ATmega64M1 is...
Hi guys, I've implemented the CANFestivino on the ATmega64M1 successfully. Actually I'm just sending a PDO with the information cyclically at 100ms through the bus. The next step to cover...
Hi, I'm not a good programmer, I'm developing a project with 9 slaves, so I was wondering if it was possible to update the library to implement the SetNodeId or...
I've made the code porting for your CANFestivino project on an ATtiny1634. The main modifications were on the library digitalWriteFast. Currently the code is very near to the entire flash...
Instead of having the external can controller MCP2515, it seems to be more convenient using the AtmegaxxM1 uC that has the internal can controller. [https://github.com/thomasonw/ATmegaxxM1-C1](url) I've attached the link to...
I'm trying to modify the AGCON_B1 example that uses mostly four DHT22 sensors and the general purpose parallel I/O expansion MCP23S17 in order to have a template from where I...
How is the PDO transmission managed? Event- or timer-driven: A device-internal event triggers the PDO transmission (e.g. when the temperature value exceeds a certain limit; event-timer elapses; etc.). Remotely-requested: As...