gives great information about how CAN bus works in detail. It might be worth to understand the underlying concept of this bus!
CAN bus itself does not provide a master and slave concept.It is based on Message IDs which are sent with the data and used by the CAN Controllers to avoid bus collisions.
So, in a CAN network, for me to send data to just one of the nodes, can I only do it through the message ID? (For only that particular node, with a specific ID, to receive the data)
Each message ID is dedicated to only one node which is allowed to send it (except so-called remote frames, but that's a special use...)
Each node may (but must not) receive other nodes' messages.
The message ID is defining which message has a higher priority. If two controllers start transmission at the same time, the message with the higher priority "wins". The controller with the lower priority message detects that one of its ID bits is overwritten by another controller's message ID and stops transmission.
It was designed for automotive purposes where a message to the breaks may be more important than one to switch on the internal lights ...
Same Issue :Connect three or more nodes on a CAN BUS:Can someone provide a pictorial and a schematic of such with code -using either Arduino , ESP 32 and sensors , etc
Studied the two node tutorials and will check the circuitstate.com tutorial. I'm a novice need something more fundamental- I worked on the FRC CAN/Max Spark , Daisy chain , Java on our FRCrobot ( but it is a canned set up-and tryng to reverse engineer it) and read TI literature -Just have desire to experiment/learn with a more fundamental set up Appreciate any help or guidance Thanks
You may just google for Arduino, ESP32, CANBus, multiple nodes, etc. and you will get links to further information.
Be aware that the CANBus usually has to be terminated by 120 Ohm resistors at both ends of the communication lines. Check the hardware you use if there are appropriate resistors integrated or not. (Older people may remember the times of coax Ethernet cabling where terminators (terminal resistors, not the one from the movie ) were required.
Thanks
Found another source. Youtube
Using STEM 32
STEM 32 CAM peripheral. By Controllers Tech. You can google five tutorials
We can close my post I'll work with this one
Thanks
Al