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 ...
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 ...
This articles describes how you can use I2C (TWI) communication, Arduino and temperature sensors to measure 3 different temperatures. It can be very helpful when you want to measure the outside, ...
Krejci’s design, while affordable, offers an 8×8 resolution, which is the maximum output of the AMG8833 infrared sensor array. DIY Arduino thermal camera. Watch this video on YouTube.
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() ...