PWM dimming of an LED on the #RaspberryPi

A father-and-daughter team wants to control servo motors using PWM (Pulse Width Modulation) on the Raspberry Pi. As a demonstration of how possible this is, they’ve started out by using PWM with an LED to fade it up and down. To do this, they’ve used the Occidentalis distro from Adafruit (although this was probably overkill as you can do similar on plain ol’ Raspbian).

Read about their experience here.

Complete #RaspberryPi course from Intertech

Training company Intertech has been very generous and published the complete set of course materials from their Complete Raspberry Pi Training class.

Here are the segments:

  1. Set-up the Pi, install the operating system and get the training files onto the Pi.
  2. Learn some basic Linux commands, get into the X-windows GUI and safely shutdown the Pi.
  3. Learn to program in Java by writing a Hello World program.
  4. Create and run a Java Swing program under X-windows.
  5. Use a simple Java networking program to explore networking concepts.
  6. Use Java to play sounds on your Pi.
  7. Build a traffic light circuit on a breadboard and program it using Java.
  8. Connect a switch to a breadboard and read input using Java.
  9. Add a light sensor to a breadboard and use Java to read light levels.
  10. Connect a temperature sensor via breadboard to the Pi and use C to take readings.