Articles
- January 9, 2016
- 6 Comments
Jetsonhacks himself has been kind enough to let a fellow jetsonhacker have a hand at adding some blog posts…so here goes. I’ll just do a real quick intro of myself: […]
- January 6, 2016
- One Comment
I recently finished reading Programming Robots with ROS: A Practical Introduction to the Robot Operating System by Quigley, Gerkey and Smart. It is one of the O’Reilly books, for which […]
- January 3, 2016
- One Comment
Jared Langbart from Columbia, Missouri has been working on building a JetsonBot based on the articles posted on JetsonHacks. Background Jared has a degree in Biotechnology and enjoys his work […]
- December 31, 2015
- One Comment
First, I want to thank everyone for viewing JetsonHacks.com, and wish everyone an absolutely fantastic 2016. I thought it would be fun to recap some statistics about the website, and […]
- December 29, 2015
- 42 Comments
Interfacing with the Jetson TX1 GPIO (General Purpose Input/Output) subsystem can be accomplished with a small “C” programming language library and knowledge of the J21 expansion header. Looky here: Background […]
- December 16, 2015
- No Comments
I enjoyed an article from Chiefo entitled Personal TeraFlop Climate Simulator for How Much? The article covers some personal experience running super computers at Apple Computers in the 1990s, along […]
- December 10, 2015
- No Comments
Dr. David Cofer over at NeuroRoboticTech has announced significant progress on the Jetduino project for the NVIDIA Jetson TK1 Development Kit. You will certainly want to sign up for the […]
- December 8, 2015
- 15 Comments
Interfacing with GPIO/I2C on the NVIDIA Jetson TX1 Development Kit is slightly different than it’s little brother, the Jetson TK1. This is mainly because the GPIO header is physically different […]
- December 7, 2015
- 20 Comments
Note: This article has been updated to use Caffe with cuDNN. cuDNN is a NVIDIA provided GPU-accelerated library for deep neural networks which can more than double performance. For 64-bit […]
- December 2, 2015
- One Comment
A Serial Console is a useful tool for embedded development, remote access, and those times when the development kit has issues that you need to sneak around to observe. Here’s […]