Changes between Initial Version and Version 1 of BlueCAN


Ignore:
Timestamp:
01/24/13 05:07:48 (11 years ago)
Author:
Boris Ioffe
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BlueCAN

    v1 v1  
     1Communication protocol between CAN and CC2540 chip. [[BR]]
     2
     3List of commands from CC2540 to CAN transiver:
     4 1. Subscribe to a message
     5 2. Unsubscribe from messages
     6 3. List of all subscriptions
     7 4. Passthrough message 
     8
     9Command message structure
     10 1. Command code (1 byte)
     11 2. Payload size (1 byte)
     12 3. Payload (0 - 255 bytes)