converter

Light Meter Using I2C Level Converter LCD and TSL2561

Light Meter Using I2C Level Converter, LCD, and TSL2561using arduino

I recently needed to measure how different materials affect light transmission for a gardening project.  I decided this was the perfect opportunity to try out the new logic level converter to run both a 5v LCD and a 3.3v light sensor on a single i2c bus.  I used the following parts in this project: Arduino […]

Light Meter Using I2C Level Converter, LCD, and TSL2561using arduino Read More »

Playing with analog to digital converter on Arduino Due

Playing with analog-to-digital converter on Arduino Due

Today I’m going to present some of more advanced capabilities of ADC built in ATSAM3X8E – the heart of Arduino Due. I like the Arduino platform. It makes using complex microcontrollers much simpler and faster. Lets take for example the analog-to-digital converter. To configure it even on Atmega328 (Arduino Uno/Duemilanove) you must understand and set

Playing with analog-to-digital converter on Arduino Due Read More »

Temperature to Bits converter helps solve challenges in sensor measurement

Temperature-to-Bits converter helps solve challenges in sensor measurement

Although temperature is a fundamental aspect of our lives, it is difficult to measure accurately. Before the era of modern electronics, Galileo invented a rudimentary thermometer capable of detecting temperature changes. Two hundred years later, Seebeck discovered the thermocouple, a device capable of generating a voltage as a function of temperature gradients in dissimilar metals.

Temperature-to-Bits converter helps solve challenges in sensor measurement Read More »

Scroll to Top