Linux Format

EMBEDDED COMPUTING Getting hands-on with embedded hardware

Single board computers (SBCs), typically credit-card sized or smaller, are now a familiar part of the computing scene, thanks in no small part to the Raspberry Pi family of products. The Pi has spawned lookalikes from several companies, which have also attracted their supporters, but perhaps less well-known are those SBCs intended exclusively for embedded applications. Our aim here is to introduce this category of SBCs, and to illustrate how you could put them to work using a starter kit that you can pick up for just a few pounds.

To start, though, just in case this is a new concept to you let’s describe what we mean by an embedded application. This is one that works in the background in such a way that the user might not even be aware that they’re using a computer, in the broadest sense of the word. So, for example, household appliances such as microwave ovens or washing machines are generally controlled by embedded software.

If you’ve delved into the Raspberry Pi, you’ll no doubte be aware that it has several GPIO (General Purpose Input Output) pins. These can be used to interface to external components such as pushbuttons, LEDs, motors, sensors and such like, so they could be used to control a robot or a whole range of other real-world devices. In this sense the Pi could be considered as a platform for embedded computing, but it’s quite different from those SBCs that are intended exclusively for embedded use.

The Pi is a general-purpose SBC; in fact many people use it to learn to code, and completely ignore its interfacing capabilities. This dual nature has one important consequence: Raspberry Pi computers

You’re reading a preview, subscribe to read more.

More from Linux Format

Linux Format1 min read
Ultimate Desktop Upgrade!
LXF316 will be on sale Tuesday 28th May 2024 Word processors that can help craft that novel you’ve always been talking about and organise large projects. Revive the old roleplaying system for a digital age as we recreate our own play-by-mail gaming
Linux Format3 min read
Original Prusa XL
The wait for a bigger 3D printer from Prusa Research has ended, and it certainly overdelivered. Instead of simply upsizing its classic i3 design, Prusa chose to create a completely new Core XY tool changer with a 360x360 mm build plate. The machine c
Linux Format5 min read
Some Ansible Advice For Around The Home!
Of late, this writer has been busy creating new virtual hosts for different things and decided that it would be an ideal time to get stuck into Ansible. Things have evolved in system management since Bash. Ansible is a great way to deploy software c

Related