First demo of my display screen project coming up

It seems a long time ago, but my plan when I first worked through installing and using node.js on a Raspberry Pi was to put the groundwork in place for a system of multiple information displays, centrally managed and connected over a network. The Raspberry Pi is great choice for this sort of thing, as …

Continue reading ‘First demo of my display screen project coming up’ »

Another university visit – Loughborough

Not much of a blog today, as I have spent the whole day travelling. Either driving the 150 miles each way from home to Loughborough University, or walking (and more walking) round what they claim is the largest university campus in Europe. It certainly felt that way! As well as visiting general facilities (Students’ Union, …

Continue reading ‘Another university visit – Loughborough’ »

A new meeting place for the Ipswich Makerspace

Yesterday I went along to another meeting of the Ipswich Makerspace. This time we were in a larger hall at Holy Trinity Church, just across from the small room we met in last time. We had a few more people turn up, but there’s still plenty of room to grow! This week we had a …

Continue reading ‘A new meeting place for the Ipswich Makerspace’ »

Dangerous Prototypes bench power supply

Generic PC components are astonishingly cheap, due mainly to economies of scale and the continuing demand for the newest and greatest. This gives a lot of opportunities for anyone with an interest in tinkering. Take for example the PC power supply unit. Since the introduction of the ATX connection standard about 20 years ago, pretty …

Continue reading ‘Dangerous Prototypes bench power supply’ »

Compute Module has arrived

This is exciting. A Raspberry Pi Compute Module Development Kit (a.k.a “Model C”) arrived in the post today. At last I have a “Raspberry Pi” with a decent number of GPIO pins. Just as when the Original Pi launched, there is not much information or third-party support yet. In particular, I’d love to see a …

Continue reading ‘Compute Module has arrived’ »

Arduino serial communication finally working

After several attempts ( blogged here, here, and here ) at getting an Atmel AVR chip on a daughter board to communicate with a Raspberry Pi, I am now excited to report that I have it working. I turned out here were several things wrong: I needed to stop the Raspberry Pi serial port console …

Continue reading ‘Arduino serial communication finally working’ »

Using a timer interrupt with KDS and K64F

Another demo that I saw while at the Freescale Tech Day was also pretty simple, but already moving a step beyond the traditional Arduino examples. It’s just blinking a LED, but rather than the “brute force” approach of switching the pin then forcing a wait before switching it again (the algorithm in the classic Arduino …

Continue reading ‘Using a timer interrupt with KDS and K64F’ »

An inspiring day at Reading University

Yesterday I drove my daughter over to Reading for a university open day. Even though it feels as though she has just started A-levels, it’s time to think about what happens after sixth-form. Things kicked off at the university at 09:30, so we left a little before 07:00 to drive the 130 miles or so. …

Continue reading ‘An inspiring day at Reading University’ »

More serial port foolishness

So I’m still banging my head against the difficulty of making a simple serial connection between my Raspberry Pi and an ATMega chip on a daughter board. And I still have not got it working properly. Overnight it occurred to me that I ought to have turned off the serial port login on the Raspberry …

Continue reading ‘More serial port foolishness’ »

A first project with FRDM-K64F and Kinetis Design Studio

Today, I thought I’d have a go at running one of the simple demonstrations I saw at the recent Freescale Tech Day in Milton Keynes. I have a FRDM-K64F development board which I bought a few weeks ago, and my fresh installation of the KDS IDE. The K64F is a lovely board with a powerful …

Continue reading ‘A first project with FRDM-K64F and Kinetis Design Studio’ »