Hello libelium-dev,
thanks for the answer. I thought you've already tested those HW in some car or with some simulator, but you never test the speed? That 13,000 messages per second in my last post may not correct, here is my estimation:
a CAN message has 28 Byte, means 224 bit, + some ACK, let's say 250 bit,
with speed 500k bit per second (
Code:
myCAN.begin(500);
) : 500 * 1024 / 250 = 2048
So we were supposed to receive about 2000 messages per second. Do you think we could reach that with the current devices? Which baud rate will be needed for 2000 messages per second?
I will try to improve the delay in Utils lib and let you know the result.
By the way, could you fix the title of this post, not "How
far could ...", but "how
fast could ..."? Thanks a lot!