Skip to content

Library interface for sensor access on the NVidia Jetson TK1 via I2C

Notifications You must be signed in to change notification settings

tpbarron/jetsonhardware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jetsonhardware

Library interface for sensor access on the NVidia Jetson TK1 via I2C and SPI

Library todo:

  • Add error handling
    • File already in use

Setting up .so linking from Eclipse CDT:

SPI Interface

I2C Interface

Shared Library notes:

Filter notes:

Attaching IMU and GPS to JetsonTK1 via I2C and SPI.

  • Ground pins: On J3A1 pin 2, 8, 9, 14, 15, 26, 47
  • +12V pins: On J3A1 pin 25
  • +5V pins: On J3A1 pin 1
  • +3.3V pins: On J3A1 pin 16, 22
  • +1.8V pins: On J3A1 pin 3, 19
  • IMU via I2C through /dev/i2c-1 VDD -- +3.3V (pin 16 J3A1) GND -- GND (pin 15 J3A1) SDA -- GEN1_I2C_SDA_3.3V (pin 20 J3A1) SCL -- GEN1_I2C_SCL_3.3V (pin 18 J3A1) See http://elinux.org/Jetson/I2C
  • GPS via SPI Attach each lead to a GPIO pin?

About

Library interface for sensor access on the NVidia Jetson TK1 via I2C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages