Color/Colour Invaders!

I was recently inspired to try out by Hamster’s own ​Colour Invaders project. As the name suggests, this project is similar in design to the classic Space Invaders game or (more similarly) the ​Casio’s Number Invaders on the calculator. The idea behind the game is that different colored “invaders” start marching down the LED strip and you have to fire missiles that match the color of the oncoming invader. Naturally, as you successfully destroy more of the attackers, the faster they come towards your base. Here is what you need to get started.

Soda Can Theremin Video

We recently published a video about a simple Theremin built using the Analog Discovery and the Analog Parts Kit. A Theremin is an electronic musical instrument which essentially turns the user into a variable capacitor. The user can then adjust the frequency of the sound produced by the instrument by moving their hand in relation to an antenna. As the distance to the antenna changes, the capacitance also changes, thus changing the signal frequency. In the Theremin showcased in this video, a recycled soda can is used as the antenna.

Building Logic Gates with Transistors

This is a continuation of previous blogs about logic gates. Earlier you read about logic gates and their functions. Then you read about how to code logic gates in Verilog, VHDL, and C. Now its time to learn about creating logic gates with transistors. After reading all of these posts you’ll have learned about logic gate theory, coding logic gates in both hardware and software, and the physical hardware design of logic gates.

Coding Logic Gates

Earlier today, Josh (a fellow intern and blog contributor) wrote a blog post about logic gates. After reading through Josh’s post and gaining an understanding of the concepts and basic functions of those gates, I figured now would be the perfect time to learn some code. I am going to go over each logic gate and it’s code in Verilog (a hardware language), VHDL (another hardware language) and C (software language).