asysbus
asysbus copied to clipboard
Arduino System Bus
I bought some modules from china looking a little bit different than the most common. With these ones asb-messages are only send, they are not able to receive messages. I...
Hello Florian, thanks for your work on this nice project. I am getting some issues with unicast messages, sending messages like this: ``` MY_NODE_ID = 0x3; ASB_BRIDGE_NODE_ID = 0x1; bool...
Arduino: 1.8.12 (Windows 10), TD: 1.51, Board: "Arduino Nano, ATmega328P (Old Bootloader)" C:\Program Files (x86)\Arduino\arduino-builder -dump-prefs -logger=machine -hardware C:\Program Files (x86)\Arduino\hardware -hardware C:\Users\Win10 Home x64\AppData\Local\Arduino15\packages -tools C:\Program Files (x86)\Arduino\tools-builder -tools...
I am trying to send and receive a package between two Arduino Nanos. I am using the SeedStudio CAN_BUS_Shield library (your fork is marked as deprecated). Sending and receiving is...
If ASB_CAN is attached but no controller connected random ghost-messages are injected into the packet processor
In some circumstances packages received via CAN might be repeatedly relayed to UART. Cause unknown atm - same packet works fine other times.
Hallöle, ich wollt mal Fragen wie hier der Stand der Dinge ist, weil ich gerade vorhabe ein Hausbus in ein Haus zu integrieren. Gibt es noch irgendwelche Probleme oder ähnliches??...