Playing sounds on the #RaspberryPi

David Whale’s Raspberry Pi club is doing great things. This time, he and his young members played around with sound on the Pi. This involved working out a solution to an audio problem caused by an HDMI-to-VGA adaptor – very well worth reading if you use such an adapter and great fun to read anyway. They’ve also been looking at how to play sounds using PyGame in Python.

Read it here

#RaspberryPi workshop in Cambridge with the Raspberry Pi Guy (23rd Feb)

Matthew Timmons-Brown (aka The Raspberry Pi Guy) has is running a 4-hour workshop (split into two sessions) on Sunday 23rd February at the Centre for Computing History in Cambridge. The workshop is for people who have not long got their Pis and will introduce you to the Pi, the operating system, programming in Python and how to do things like control motors. You can find out more about it here and book tickets here.

New add-on board brings #Arduino to #Raspberry Pi in a simple way

Dawn Robotics, mostly known (as the name implies) for their robotics kits and parts, have released a new board called the Pi Co-op. Here’s what they say about it:

The Pi Co-op is an Arduino compatible microcontroller expansion board for the Raspberry Pi. The Pi Co-op makes it much easier to hook up electronics to the Raspberry Pi than using the GPIO pins directly, and provides a powerful programmable microcontroller that can take care of your low level hardware whilst the Pi focuses on the higher level computation. The Pi Co-op brings the worlds of the Raspberry Pi and the Arduino together, and means that you don’t have to make the false choice between an Arduino or a Pi for your next project. Use the best bits of both!

It has an onboard ATMega328p chip which has been programmed with the Arduino Uno bootloader (so it’s easily programmed from the Pi) and includes a 10-bit 8-channel analog-to-digital converter. All the inputs and outputs are broken out to headers. They’ve written a handy manual for the board and also created a script to set it up with the Pi. The price is very attractive – it’s available for £16.99 (inc VAT) with a £2 shipping charge if your total order comes in at less than £50.

It looks like a great board – very compact and neat and a great way to get into Arduino programming. In fact, it could be the most cost-effective way I’ve seen to bring the Arduino and Pi together.

Go to the Dawn Robotics site to find out more

New #RaspberryPi budget motor controller boards available from @4tronix_uk

4tronix are now offering a new motor controller board called the MicRoCon. I got one of these in the post the other day and I’ve soldered it together (very easy) but not had the chance to play with it yet. Here’s a list of features (quoted from the 4tronix site):

  1. 5V 1.5A regulator to power the robot and the Pi from 6V to 9V batteries
  2. Dual H-Bridge driver to drive 2 DC motors (or 2 sets of 2 if using paired motors on each side of the robot)
  3. All GPIO signals have 3-pin connectors (power, ground and signal)
  4. 4-pin male header to directly plug in an Ultrasonic distance sensor. Only uses a single pin on the Raspberry Pi GPIO
  5. 2 of the GPIO connectors are 5V Output-ONLY and can be used as servo drivers. Do not connect 5V inputs/sensors to these
  6. A 6-pin I2C breakout header is included with 5V, 3.3V and Gnd connections
  7. Includes mounting pillar and screws so it can be securely mounted to your Raspberry Pi (rev B only) – no more expansion boards flapping in the breeze!
  8. All of this is directly supported in Scratch GPIO 4 onwards using the same addon board definition as PiRoCon “piroconB” – many thanks to Simon Walters for some excellent work

So if you want to power your Pi and motors from a single power supply, this board’s for you.

As of right now, it is being offered at a bargain price of £7.55+VAT (normally it’s £10.80+VAT). There is a cheaper ‘lite’ version as well which doesn’t include the regulator (and presumably therefore can’t power the Pi at the same time). Oh, you can also get it soldered for you for £5+VAT. This is a great option, especially for those Pi people who don’t want to chance their arm at soldering.

Take a look at it on the 4tronix site and see if it’s for you!