Author Archives: e8johan

Open Source, Open Hardware, Openess

The open source movement, which I disrespectfully use as a term for the free software movement, has gone from a obscure group of nerds to the force powering smart-phones, the internet and large parts of our lifes. Taking away the … Continue reading

Posted in Uncategorized | Comments Off on Open Source, Open Hardware, Openess

Annual Reader Poll

Read more to see the poll.

Posted in Uncategorized | Comments Off on Annual Reader Poll

MSPism – an MSP430 with Radio

Theo Labs is working on the MSPism board. It is an MSP430-based board providing ISM radio. The radio portion is provided by, for instance, this board. The software for the board is currently under heavy development. The end goal is to create … Continue reading

Posted in Uncategorized | Comments Off on MSPism – an MSP430 with Radio

Summarizing BeRTOS

Over the last couple of weeks, we have been looking at the BeRTOS free real-time operating system and its function modules. In this entry, we summarize the articles and community resources for future reference. The BeRTOS is an exciting project, … Continue reading

Posted in BeRTOS, Series | Comments Off on Summarizing BeRTOS

OpenRISC Reference Board

ORSoC and the OpenRISC architecture has interested me for years. Basically, it is a soft CPU produced without targeting a specific FPGA architecture (as Nios and MicroBlaze does). It is a RISC design with support from gcc. From version 3.1, … Continue reading

Posted in Uncategorized | Comments Off on OpenRISC Reference Board

BeRTOS Drivers

One of the aspects that sets BeRTOS apart from a bare metal approach to developing small embedded systems is the hardware abtraction layer, HAL, and the available drivers. In addition to providing a real-time kernel, BeRTOS comes with a set … Continue reading

Posted in BeRTOS | Comments Off on BeRTOS Drivers

Soldering Guide

The EEVblog is a great resource if you are interested in electronics and making. Among all the video blog entries, there is a two part guide to soldering. A good place to get started from. Follow the links here to … Continue reading

Posted in Electronics | Comments Off on Soldering Guide

Raspberry PI PCB

The Raspberry Pi project continues to make progress. A couple of days ago, the gerbers and finals layouts for the PCBs was released. Being credit card sized, the board looks rather crammed, but thanks to the central SoC, the biggest … Continue reading

Posted in Uncategorized | Comments Off on Raspberry PI PCB

BeRTOS by Example

In this installment we will look at an example project based on BeRTOS. The goal is to learn a bit about how processes works and at the same time play around with the drivers provided by BeRTOS. For new readers, … Continue reading

Posted in BeRTOS | Comments Off on BeRTOS by Example

DIY USB HID

The Teensy development board is an Arduino cousin. It is based on the ATMEGA from Atmel, has a real small physical size (18x31mm) and development tools for Windows, Linux and OS X.

Posted in Electronics, Platforms | Comments Off on DIY USB HID