Use WICD to set-up wifi on a Raspberry Pi with Raspbian Jessie Lite

Daniel Bull, who created the excellent CamJam EduKit 3 3D printed chassis, wanted to set-up wifi on his Pi Zero. He downloaded Raspbian Jessie Lite (the cut-down version of Raspbian now offered by the Raspberry Pi Foundation) but found that WICD, his usual method of setting up wifi in a command-line environment, didn’t work. After 3 hours of messing around, he discovered that it conflicted with dhcpcd5. Removing this made WICD work again. He has posted about it on G+ but here are the instructions anyway:

To install WICD:

sudo apt-get install wicd-curses

To remove dhcpcd5:

sudo apt-get remove dhcpcd5

Once you’ve done those two commands, WICD will be up and running again.

Packt offering free Raspberry Pi robotics e-book today

Packt Publishing have been offering a free e-book a day for a while now. Today is the turn of Richard Grimmett’s Raspberry Pi Robotics Projects.

Here is a contents listing direct from their web page:

1: GETTING STARTED WITH RASPBERRY PI
2: PROGRAMMING RASPBERRY PI
3: PROVIDING SPEECH INPUT AND OUTPUT
4: ADDING VISION TO RASPBERRY PI
5: CREATING MOBILE ROBOTS ON WHEELS
6: MAKING THE UNIT VERY MOBILE – CONTROLLING THE MOVEMENT OF A ROBOT WITH LEGS
7: AVOIDING OBSTACLES USING SENSORS
8: GOING TRULY MOBILE – THE REMOTE CONTROL OF YOUR ROBOT
9: USING A GPS RECEIVER TO LOCATE YOUR ROBOT
10: SYSTEM DYNAMICS
11: BY LAND, SEA, AND AIR
To claim your free e-book, you will need to visit this page and login to their site. Definitely worth keeping an eye on that page every day to see what is on offer!

Controlling a garage door over the internet using a Raspberry Pi

Don Howdeshell (who previously taught his daughter not to wake her parents up at an un-godly hour using a Pi) wanted to allow his wife to control the garage door from the Android tablet mounted in her car. So, he interfaced a Raspberry Pi with the mechanism and hey, presto, that is in fact what he managed to do. Read about the build on his blog.