Category Archives: Arduino

Bearing Raceway Speedometer

A TTGO board, 3D printed enclosure, and some optoelectronics are turned into a speedometer for steel bearing balls. Continue reading

Posted in 3D Printing, Arduino, C, Coding, Digital | Leave a comment

TTGO T-Display I2C pin location

I2C is broken on the TTGO T-Display. Fortunately, there’s an easy fix. Continue reading

Posted in Arduino, C, Coding, Digital, Troubleshooting | 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