Kelvin's Thunderstorm

Embedded geekery and similar pursuits

Browsing the tag Embedded

I have just completed a port of the Atomthreads RTOS to the STM8 microcontroller. Anyone interested in running an RTOS on the STM8 can download the source code from http://atomthreads.com. This has to be one of the easiest architectures I've ever ported an RTOS to. There are only six CPU registers and only three of these are general purpose registers for compiler use. Continue reading
Tagged with , , , ,
Last week I released Atomthreads, a free RTOS for embedded systems. This project grew from a task scheduler I created some time ago and subsequently extended with semaphore, mutex, queue and timer modules. The result was a lightweight and portable set of kernel sources which can be dropped in to any embedded systems project to add a thread scheduler. It has been useful to me so I decided to open source it in case it proves useful to anyone else. Continue reading
Tagged with , ,
I came across the STM8S Discovery board today, which is selling at the notable price of just £4.25 from Farnell (also £4.22 from Future Electronics). With this pricing, ST are clearly trying to stimulate interest in the STM8 architecture by appealing to the tinkerer market. It remains to be seen whether this can be converted into serious design wins. STM8S Discovery
I have recently connected up an Omnima Embedded Board to an Xbee device, using it as a low-cost and low-power controller for a home Xbee network. This article explains how to configure an Omnima with OpenWRT/Linux such that is capable of talking to an Xbee device using Python and Pyserial. Continue reading
If you're in the market for a low cost embedded Linux development board then look no further than the Omnima embedded controller. £23 gets you a MIPS platform with Ethernet and USB host ports, 16MB of RAM and (via OpenWRT) a wide-ranging repository of pre-packaged Linux applications and libraries. Compared to the likes of the Arduino, this is a lot of bang for your buck. EMBCompactCase-B
One of the convenient features of the eCos real time operating system is the ability to develop and test code on your Linux development PC without downloading to target hardware. This can be done using hardware emulation (via QEMU or VMWare) or just using the built in "Synthetic Target" support. I have documented here the various steps required to install and configure the Synthetic Target on Linux (Ubuntu). As… Continue reading

A burglar alarm that tweets when an intruder enters the house? What with the fashion for Twitter lately, I thought I'd give it a go, and this also gave me the excuse I'd been looking for to try out the Arduino hardware platform.

Arduino / Xbee Module

Continue reading