Tutorials

How To Set A Cron Job

Sometimes you need your Raspberry Pi (or other computer) to run a repetitive task. Maybe you want it to take a picture every five minutes, or recite a protection spell every Friday the 13th. To do this, we can use a

/ Comments Off on How To Set A Cron Job

How To Set A Cron Job

Sometimes you need your Raspberry Pi (or other computer) to run a repetitive task. Maybe you want it to take a picture every five minutes, or recite a protection spell every Friday the 13th. To do this, we can use a

/ Comments Off on How To Set A Cron Job

Admin: configuring Raspbian for the course

Note: this guide is only necessary for administrators setting up a fresh software install for the Raspberry Pi. This is only required if setting up a new SD card image based on a new Raspbian distribution. The course materials for

/ Comments Off on Admin: configuring Raspbian for the course

Admin: configuring Raspbian for the course

Note: this guide is only necessary for administrators setting up a fresh software install for the Raspberry Pi. This is only required if setting up a new SD card image based on a new Raspbian distribution. The course materials for

/ Comments Off on Admin: configuring Raspbian for the course

Registering your Raspberry Pi with CMU

Find your Pi’s hardware address open a terminal session on pi: either directly on the rPi or through SSH. type ifconfig look for the wlan0 section and copy the HWaddr (it will look something like b8:27:eb:3e:cf:b9) copy this address someplace handy;

/ Comments Off on Registering your Raspberry Pi with CMU

Registering your Raspberry Pi with CMU

Find your Pi’s hardware address open a terminal session on pi: either directly on the rPi or through SSH. type ifconfig look for the wlan0 section and copy the HWaddr (it will look something like b8:27:eb:3e:cf:b9) copy this address someplace handy;

/ Comments Off on Registering your Raspberry Pi with CMU

Program UDOO Arduino from External Computer

Compiling Arduino code on the UDOO is much slower than compiling on your laptop. Writing and compiling Arduino sketches on your laptop and then uploading them to the onboard UDOO Due will speed up your development process. To make this

/ 2 Comments

Program UDOO Arduino from External Computer

Compiling Arduino code on the UDOO is much slower than compiling on your laptop. Writing and compiling Arduino sketches on your laptop and then uploading them to the onboard UDOO Due will speed up your development process. To make this

/ 2 Comments

Interacting with Udoo Linux

Udoo Linux The ARM CPU on the Udoo runs a Linux operating system with familiar interfaces. There are multiple ways to directly interact with the Linux system on the Udoo: Monitor, keyboard, and mouse. The Udoo has USB and HDMI

/ Comments Off on Interacting with Udoo Linux

Interacting with Udoo Linux

Udoo Linux The ARM CPU on the Udoo runs a Linux operating system with familiar interfaces. There are multiple ways to directly interact with the Linux system on the Udoo: Monitor, keyboard, and mouse. The Udoo has USB and HDMI

/ Comments Off on Interacting with Udoo Linux