Category Archives: Coding

Magical Music Machine

With a few musical rules, random number generators can create something not entirely unlike music… Continue reading

Posted in BASIC, Coding, Math, Music | Leave a comment

Comma Delimited

.csv files may not be flashy, but there’s almost nothing easier to use. Continue reading

Posted in Coding, Tools | Leave a comment

Printing Large Numbers on Arduinos

How to print unsigned 64-bit integers simply in Arduino C, using decimal long division. Continue reading

Posted in Arduino, C, Coding, HOW-TO, Math | Tagged , , , , , , , , , | Leave a comment

DIY scroll wheel

An Arduino Leonardo can be used to add scroll wheel functionality if your mouse doesn’t have it. Here’s how. Continue reading

Posted in Arduino, C, Coding, Digital, HOW-TO, User Interface Design | Tagged , , , , , , , , , , , , | Leave a comment