-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Hi,
What is the current status of the code?
I checked out your dph4 branch (since it seemed the most current) and built the DPH-OlcbBasicNode project on an Arduino Uno with a CAN-BUS Shield, as a proof of concept.
I am not sure what should be happening though?
I thought, while looking at your videos on YouTube with those learning demonstrations from several years back, that this basic node would do something similar. What I get is the Blue led constantly on, Gold blinking, and the two LED/buttons on the first two ports are always on.
Activating any of the buttons does not appear to be doing much. I've double-checked my pin assignments and I'm fairly confident that they are correct, not overlapping with pins already in use.
Granted, I have not tested my node on a real OpenLCB network, but I have plans to do that soon (I bought several RR-CirKits modules for my layout to get my feet wet in LCC). I do see a lot of traffic (congestion) on the CANbus, judging by the solid RX/TX LEDs on my CAN-BUS shield.
Is there some place where I can read about the API requirements, specifically why those methods in AT90can.h (https://github.com/dpharris/OlcbRefresh/blob/dph4/libraries/AT90/AT90can.h) are being used and passed to OLCB? (my txReady() might not be working correctly as I keep getting buffer full).