255mph intro to C++ Templates

2015-06-20 21:37 by Ian

When writing programs (no matter the language [human or otherwise]), you will repeat yourself. Unavoidable. Templates are a C++ feature that allow us to write the form of the code once, and rely on the compiler to replicate it for each unique type we use with it.

Read more...

Comment

First r1 renders

2015-06-15 00:41 by Ian

These renders are of a left-handed unit, but very careful attention was given to design things to be achiral down to the last possible level.

Read more...

Comment

Murum Lux: IPLogika iPack P401 Modules

2015-05-20 02:30 by Ian

This is a brief recount of my experience using the iPack P401 Module.

Read more...

Arduino library for the MGC3130

2015-05-13 06:38 by Ian

This post will cover the theory-of-operation of a driver for Microchip's weird and wonderful MGC3130 e-field gesture sensor. I will be using Microchip's Hillstar dev kit for the MGC3130, a chipKIT Fubarino Mini, and MPIDE. But the library ought to work with any other Arduino-esque microcontroller provided it has Wire.h.

Read more...

Live data, wirelessly, with full quaternions

2015-05-13 00:27 by Ian

CPU not even breaking a sweat. All 17 IMUs are returning good data (with quaternions) in synchronized frames.

Read more...

Comment

MurumLux: Overview

2015-05-12 22:20 by Ian

This is a high-level overview of MurumLux (Latin: "Wall of light"). It is a demo piece I built using Microchip's current top-of-the-line microcontroller. The chipKIT team wanted something eye-popping and fun to use for the bay area Maker Faire (May 2015). This is what I rolled for them.

Read more...

WebRemote Relocation

2015-03-18 10:09 by Ian

I have consolidated my domain (sapienciaexmachina.com) into this one. This is the first post on the WebRemote category.

Read more...

Fixing deficiencies in the Arduino IDE

2015-03-15 18:43 by Ian

In this poast (yes: "poast"), I will show you how to include libraries within libraries in the Arduino IDE and not break functionality elsewhere.

Read more...

Armalite M15

2014-11-26 11:19 by Ian

A running log of my Armalite M15 configuration.

Read more...

Removing a lodged bullet

2014-11-26 11:16 by Ian

If you hand-load your own ammunition, at some point you will likely experience a lodged bullet. This isn’t a big deal if you handle it correctly. What follows is my experience removing a lodged bullet from the barrel of my Dan Wesson .357.

Read more...

Comment

Previous Next