Control TV functions using Analog input and Arduino
Have you ever wanted to use a good old knob to control your TV volume instead of repeated button pushing? Or make it controlled by light? Do you want your remote to be replaced by an awesome arduino...
View ArticleAnalog Input Shield
Analog Input Shield description: The Analog Input Shield gives you 48 analog inputs, with +5V and Ground next to every input pin. Analog Input Shield specification: Integration: it’s a shield, so it...
View ArticleMonsterMux 32 Channel Analog Multiplexer Shield
MonsterMux 32 Channel Analog Multiplexer Shield description: The MonsterMux32 Arduino-Compatible Shield Kit allows you to connect up to 32 analog channels into a single analog input pin on the Arduino...
View ArticleStribe Multiplexer Shield
Stribe Multiplexer Shield description: Based on the 4051 analog switch, this Shield lets you read up to 13 analog channels, and provides the connections for the Stribe1 ribbon cable and data line...
View ArticlePebble Shield
Pebble Shield description: A multi-purpose shield designed for classroom use and for quick prototyping of a wide variety of projects. Provides a significant prototyping area for custom projects, and a...
View ArticleArduino Analog Inputs
This week is all about analog inputs for the arduino. I’ll show you how you can use a voltage divider circuit (see episode 3) and a variable resistor to make an analog sensor. We’ll also use a Sharp IR...
View ArticleClock One – Digital plus Analog Clock An Arduino
For some strange reason I have a fascination with various types of electronic clocks (which explains this article). Therefore this project will be the start of an irregular series of clock projects...
View ArticleAnalog audio panel for PC using Arduino
Have you ever struggled with audio settings in control panel in middle of a VoIP call? Or, wondered if the other guy can hear you properly? I have. My work requires great deal of remote conference...
View ArticleAnalog In with an Arduino
Overview In this lab, you’ll learn how to connect a variable resistor to a microcontroller and read it as an analog input. You’ll be able to read changing conditions from the physical world and convert...
View ArticlePlaying 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...
View ArticleAnalog to Digital Conversion in ARDUINO
Analog to digital conversion module of ARDUINO UNO has 6 input ports. The number of the port varies with your ARDUINO model but the coding remains the same. The analog reading in the analog inputs are...
View Articleanalog input
This program will allow adjust the speed of a blinking LED with analog input. Follow this patch to connect a potentiometer to your Arduino board. Then put an the long lead of an LED in pin 13 of your...
View ArticleBasic Projects using chipKIT Uno32
Happy Tuesday, everyone! I tend to get excited about products that enable beginners to be really creative, and today’s product highlight is one I think is worth getting excited about! A few things that...
View ArticleHSM-20G temperature & humidity analog sensor + Nokia5110 LCD
Temperature and humidity measurement are always a nice addition to hobbyist projects. In my previous post, I’ve discussed the DHT11 sensor, which is capable of measuring both temperature and humidity....
View ArticleArduino Analog Inputs
This week is all about analog inputs for the arduino. I’ll show you how you can use a voltage divider circuit (see episode 3) and a variable resistor to make an analog sensor. We’ll also use a Sharp IR...
View ArticleClock One – Digital plus Analog Clock An Arduino
For some strange reason I have a fascination with various types of electronic clocks (which explains this article). Therefore this project will be the start of an irregular series of clock projects...
View ArticleAnalog audio panel for PC using Arduino
Have you ever struggled with audio settings in control panel in middle of a VoIP call? Or, wondered if the other guy can hear you properly? I have. My work requires great deal of remote conference...
View ArticleAnalog Read Voltage using Arduino
This example shows you how to read an analog input on Pin 0, convert the values from analogRead() into voltage, and print it out to the serial monitor. Circuit: image developed using Fritzing. For...
View ArticlePlaying 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...
View ArticleTrinket Powered Analog Meter Clock
Trinket lends itself very well to building clock projects, its small and easy to hide behind a larger display. And clocks don’t need a lot of logic, this example only has maybe 20 lines of code. Adding...
View Article