While working on something, I get distracted and maybe take a break randomly while working on the task at hand. On the other hand, I can get completely engrossed in what I’m working on and forget to ...
Ever wanted to find out how fast different diecasts stack up to each other in time attacks? I did, so I made this. This hot lap timer uses an ultrasonic sensor to read a passing car and record its ...
このプログラムでは、Arduinoと液晶ディスプレイを使って「水晶玉占い」のような機能を実現しています。傾斜スイッチが反応するたびにランダムな答えが表示される仕組みです。 #include <LiquidCrystal.h> LiquidCrystal lcd(12, 11, 5, 4, 3, 2); const int switchPin = 6; int ...
Arduino enthusiasts and makers looking for a project to keep them busy over the next couple of weekends might be interested in this Arduino flying start lap timer, which has been featured over on the ...