Skip to content

Firmware for the Raspberry Pi Pico acting as an I2C-UART bridge between the OBC and the Jetson Nano.

License

Notifications You must be signed in to change notification settings

guorbit/pipeline-relay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pipeline Relay

Firmware for the Raspberry Pi Pico acting as an I2C-UART bridge between the OBC and the Jetson Nano.

Sequence Diagram

    OBC         BRIDGE          JETSON
---------------------------------------
    |
    |
    |-------------->| Wire.write(data)
    |               |
    |               | (buffer data)
    |               |
    |-------------->| Wire.request(data)
    |               |-------------->| Serial.write(data)
    |               |               |
    |               |               | (change mode fr)
    |               |               |
    |               |<--------------| Serial.write(response)
    |               |               |