Category Archives: Arduino

Playing With DigiSpark

I was thinking about building a delay circuit quickly and effectively and with small footprint. The idea is to delay a signal either from a camera or from other camera triggering devices and then trigger a flash after the delay.

Beside my need to build such a circuit, it is also my goal to share it and make it DIYable. Therefore, using a small microchip came up to my mind. One such MCU is Attiny45 series by Atmel (now Microchip) as it is so popular and you can use an Arduino to program it. While searching for Attiny45, I came across something that I have forgotten — DigiSpark boards!  Continue reading Playing With DigiSpark

Reading Digital Caliper From Arduino

I have just encountered the need to read a digital dial indicator for another personal project. However, most of these digital dial indicators are “expensive” (normally cost about 30 – 100 USD), so I figure to just get a cheap digital caliper costing about 3 USD to start with. I totally understand that a cheap digital caliper might have different data protocols, but from what I gathered on the internet, most of these Chinese digital measurement tools use similar format — a clock and a data.

CaliperProofArduino output matches (closely) caliper reading. There are some discrepancy, but I think it the poor caliper that is displaying wrong data

Not able to find my USB logic analyzer and my oscilloscope is dead, I decided to use an Arduino as signal analyzer. read more