News

Posted in Arduino Hacks, Musical Hacks Tagged blue pill, optical sensor, optical theremin, stm32, theremin Optical Sensor Keeps Eye On Wandering Saw Blade May 24, 2021 by Tom Nardi 17 Comments ...
However, it is advisable that normal static precautions should be taken while handling this to prevent damage and/or degradation of the sensor which may be induced by ESD.)layman’s trick – soldering 4 ...
Wanting to experiment with using optical mouse sensors but a bit frustrated with the lack of options, [Tom Wiggins] rolled his own breakout board for the ADNS 3050 optical mouse sensor and in the p… ...
After some searching, I ended up using a microcontroller and a piece of code borrowed from the web that I tweaked and adapted. The microcontroller-based concept was chosen because I wanted to scale ...
Using motion detectors and an Arduino you can trigger lights, fans, ... Here is the Arduino code for the Parallax sensor. int motion_1 = 2; int light_1 = 13; void setup() ...