I’ve assembled and coded up the LED Matrix shield that I designed. It’s running on an Intel Galieo, but should also be compatible with other Arduino UNO Compatible boards. Assembly pictures and video demos are included.
Category Archives: General Chat
Time travel will happen – and I can prove it.
About 14 years ago, around about the year 2000, I wrote an article for a magazine called ‘Develop‘ – it was a magazine for developers in the console game industry. The magazine printed it, but they called it the ‘the Oddview’ and the editor (Owain Bennallock) followed it with a sly comment that said something along the lines of “if anyone else has an odd view of the future, write in and let us know”. The thing is, my vision of the future came true. I have another vision of the future to share with you, I think you’ll find it interesting and maybe a little scary at the same time. It will come true and you will remember where you heard about it first.
Linux development – Book Recommendation.
If you want a great guide to Linux and Linux programming, look no further than “The Linux Programming Interface” by Michael Kerrisk.
It covers how linux works under the hood, and the history of linux as well as being a great in depth guide to Linux software development.
Virtual becomes Reality – The Galileo Project.
I few weeks ago I posted about how I designed an enclosure for Galileo boards. I used the ‘cloud’ based software known as Autodesk Fusion 360 to do the design work. I then ‘shared’ the data with a colleague in another country part of the UK. He very kindly printed the design out on his HP DesignJet and what was just a collection of bytes in a virtual web service is now a physical entity in the real world.
IoT DevKit Linux build, SD Card Image
I have now uploaded a copy of the SD Card image. You can find it here. It is compressed using bzip2 compression. It is designed for an 8GB SDHC Card. It will work on larger cards, but part of your card will be unused. This blog post explains how to burn it to an SD Card for use in Galileo. Continue reading
Enclosure for Galileo
I have designed a partial enclosure for Galileo. Using the STEP files below you can 3D Print it yourself.
I have not had one made yet, so cannot guarantee it’s a good fit, but I’m reasonably confident.
The STEP files for the enclosure are here.
The STEP files for the mockup of the board is available here.
Putting nano on Galileo
In this post I look at how to put my current favoured linux text editor, nano, onto Galileo.
My galileo is running the SD Card based linux image available from Intel’s IoT ADT page. This image includes all the dev tools required to build projects from source. You can use it to develop your own software, or you can use it to build software from source, as we are about to do with Nano. Continue reading
Getting Galileo on WiFi
A guide to getting Galileo on WiFi
The Intel Galileo development board has a full sized PCIe connector on the bottom.
Using this connector you can add a WiFi card to Galileo, so that it can joint your WiFi network, or even create one of it’s own. Galileo is compatible with a number of WiFi cards, and drivers for most of the popular Intel cards are included in the Linux distribution that runs on Galileo.
This guide shows you how I added Galileo to my wifi network.
Intel Galileo useful links
Some useful links to Intel Galileo information:
Here are some useful links to information about Intel Galileo, if you have more to add let me know.
- Intel Galileo Development Board Documents – Covers User guide, schematics, reference design, getting started guides and so on.
- Intel Galileo Software Downloads – Linux images, Arduino IDE etc.
- Intel Galileo discussion forum – Intel’s ‘makers’ forum.
- Intel IoT ADT – Internet of things, Application Development Toolkit.
- Intel Galileo Homepage – Intel’s entry page for Galileo
- Sergey Malinov’s blog. – Interesting blog page about Galileo.