Tag: Programming
All the articles with the tag "Programming".
-
The Hand-MIDI Interface Project - Adafruit Feather 32u4 with Magnetometer
Michael Earls
A few months ago, I had an idea to create a new musical instrument that mounted on a glove. I used a cycling glove that I had from that time that I bought the Trek bike and rode it twice (long story). I bought the following parts from Adafruit : Stainless
-
Pong on the Mojo Revisited
Michael Earls
In my previous post , I briefly discussed the implementation of a pseudo-pong game on my Mojo FPGA developer board. I was able to implement the VHDL version that I linked to later in the post and it works much better. The biggest challenge I had with it was converting the
-
Creating PONG on the Mojo FPGA
Michael Earls
I recently found an old VGA monitor on the side of the road and it inspired me to see if I could get my Mojo FPGA board to output a VGA signal. I took the monitor apart and wired its VGA cable directly to my Mojo. I read up on
-
Moon Phase Calculator for the Pebble Watch (C Source)
Michael Earls
This blog entry contains a moon phase calculation in C as well as a link to a Pebble smartwatch program.