Category Archives: Coding

Cool math: Conway’s Game of Life

Conway’s Game of Life is an interesting introduction to Cellular Automata. Continue reading

Posted in Coding, Digital, Math, Science | 2 Comments

Arduino motor control shield

Adafruit’s Motor Control Shield for Arduino makes motor control easy… Continue reading

Posted in Arduino, C, Coding, Digital, Electronics, Reviews, Robotics | 1 Comment

FPGAs for microcontroller geeks

An brief introduction to FPGA-based design, from a microcontroller geek’s perspective. Continue reading

Posted in C, Coding, Digital, EET205, FPGAs, VHDL | Tagged , , , , , | Leave a comment

C pointers explained

C pointers are useful, but the syntax can be confusing. Here’s an introduction with a few examples. Continue reading

Posted in C, Coding, HOW-TO | Tagged , , , , , , , , | 4 Comments