Tag Archives: C

Arduino On The Go

Modern smartphones can use USB On-The-Go for all kinds of things. Continue reading

Posted in Android, Arduino, C, Coding, Toys | Tagged , , , , , , , , , , , , | 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

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