Hi, I'm Bill. I'm a software developer with a passion for making and electronics. I do a lot of things and here is where I document my learning in order to be able to inspire other people to make ...
A new software tool enables quicker integration of infrared sensors by optimizing product design’s evaluation, development, testing, and validation phases. More specifically, the tool streamlines ...
"Majestic Fjord" by Katie Farr got an honorable mention in the infrared landscape category of Kolari Vision's Life in Another Light infrared photography contest. Kolari Vision revealed the winners of ...
LG Innotek (CEO Moon Hyuksoo) announced on December 23 the development of a “Automotive RGB-IR In-Cabin camera module” equipped with a five-megapixel RGB (red, green, blue)-IR (infrared) sensor. This ...
Higher resolution and wider field of view, enabling driver and passenger monitoring with a single camera Minimized module size using "wedge bonding" process, increasing space utilization and design ...
Hamamatsu Photonics is pleased to announce the launch of the C17212-011, a RoHS-compliant mid-infrared detector module equipped with a built-in preamplifier. This compact and user-friendly module is ...
This could enable a more secure face unlock. Google used this technology on the 2019 Pixel 4 model. Google Pixel 11 May Get Improved Face Unlock A report by Android Authority, citing leaked documents ...
Arduino Nicla Sense Env is a new sensor module with temperature, humidity, and gas (TVOC, NO2, O3) sensing that follows the launch of the Arduino Nicla Sense ME (Motion & Environment) module over ...
Today, We will review the Cytron Maker Uno RP2040 development board combining the Arduino UNO form factor with the Raspberry Pi RP2040 microcontroller that makes it programmable with the Arduino IDE ...
Abstract: COVID-19 and its genetic mutations pose a challenge to the world and affect the economic system of countries. Recently, countries were forced to reduce restrictions on airports, universities ...
if (digitalRead(IR_out)==1){digitalWrite(on_board_LED, HIGH);} if (digitalRead(IR_out)==0){digitalWrite(on_board_LED, LOW);} ...