Donât be intimidated, its not hard at all, really. All you need to do is run a couple of scripts.
Lets get started, shall we?
Step 1 Get the goods
For this tutorial, Iâm assuming you have an apt-based package manager. (i.e. you use a Debian derivative, or an Ubuntu derivative) Simply because apt = good.
If you donât, I assume that there are the same packages for yum, but I canât test that. (Fedora doesnât like me)
Now, you must run a long and complicated thingymabober:
sudo apt-get install avrdude avr-libc gcc-avrsudo apt-get remove brltty
And yes, removing that package is safe. (Tip from here) If it gives you an error saying its not installed, youâre good, donât worry.
Step 2 Write/Get a Program
Heres the part where you write your program. But to test it out, lets use a demo program.
The command module comes with a CD, and on it, there are 3 demo programs.To test, use the input program. Copy the folder âinputâ to somewhere on your computer, such as /home/user/avr/input.
For more Detail: Using the iRobot Createâs Command Module with Linux using avr microcontroller