Category Archives: C

Gone fishin’

Automating Minecraft fishing with an Arduino Leonardo and a microphone sensor. Continue reading

Posted in Analog, Arduino, Audio, C, Digital, Games, Minecraft | Leave a comment

NodeMCU

New toys are always such fun, especially when you find a replacement for a component that has more features, better specs, and costs half as much. The Arduino Uno is deservedly popular. It makes introductory embedded system design easy, and … Continue reading

Posted in Arduino, C, Digital, Reviews, Tools, Toys | Tagged , , , , , , | Leave a comment

Recursion

“To know recursion, you must first know recursion.” (Original author unknown) Much of the fun of writing code is learning about all of the various algorithms and techniques that help get the job done. Some of these are relatively straightforward: … Continue reading

Posted in Algorithms, C, Coding, Math | Tagged , , , , | Leave a comment

Unity

Unity makes 3D physics simulations ridiculously easy to program. Continue reading

Posted in C, Coding, Games, Tools | Leave a comment