odroid
A collection of 5 Articles
A collection of 5 Articles
As I needed to test if the Odroid's heatsink's temperature can melt the ABS plastic, I ran a CPU stress test and measured the maximum temperature that the Odroid CPU processor can reach. None of the commands need any dependencies or new installations that are... Read More
Physical Connections The Odroid can be connected to the Pixhawk using a FTDI/USB cable. The FTDI/USB cable can be soldered as proposed here: The jumper should go into the TELEM2 port on the pixhawk. My Odroid seems to be unable to giv... Read More
If you have set your Odroid to auto-connect to an ad-hoc connection, then you'd be able to SSH to your Odroid (host) through another computer (client). Connect From the client: In order to connect to the ad-hoc connection, first create a shell script file: ged... Read More
Installing ROS on my Odroid was problematic. Following the steps to install ROS as documented on http://wiki.ros.org/jade/Installation/Ubuntu will not work, though my eMMC card only had Ubuntu on it, there won't be enough space to install all the dependencies... Read More
Bash Tutorial To learn how to access the GPIO pins on the Odroid U3+ on a Linux system, I added a red LED to the GPIO pins, and the objective is to light that on. Here are the steps to do that: Connect a low voltage LED, red preferably. As shown in the photo:... Read More