Archive for the ‘Embedded’ Category

Embedded, Home Automation

No comments

This story begins like so many others, buying crap online from the Amazon’s Amazon, Mercado Libre. In this case, I bought a bunch of cheap solid state relay modules based on the G3MB-202P module by OMROM for my hobby home automation projects. Innocent me, I never thought of testing these out before using them(they look […]

Embedded, Programming, Ubuntu

No comments

These are instructions on how to set up a usable development environment on Ubuntu Linux 13.10 64 bits, complete with GDB debugging over J-Link, for the EFM32 series development boards by Energy Micro. Start by download the Simplicity Studio beta installer for Linux: mkdir -p ~/simplicity cd ~/simplicity wget http://cdn.energymicro.com/dl/packages/studio_linux.tar.gz tar -xvf studio_linux.tar.gz cd energymicro […]