Tag: Arduino Projects

21 July, 2015

Stepper Motor with Mobile App

After a long period without publishing articles, I returned to resume my Arduino projects , this time I want to share with you this little application that allows to control a stepper motor 360 degrees using the famous AppInventor .   The mobile application have a central image that represents a knob that rotates 360 degrees, move this knob the stepper motor rotates to the […]

23 February, 2015

Types of sensors in arduino modules

Today Arduino has taken great strength within the community of developers of electronic applications and disseminated a variety of modules that allow that arduino projects  will be much more agile and fun, that’s why then describe a list of sensors that can fit through modules to an Arduino development board. What kind of sensors are in the Arduino modules? By being open hardware, the community contributes […]

19 February, 2015

Problems with the Arduino Nano and USB port?

I recently bought a development board Arduino NANO, wanted to use for a project that needed a small size and Arduino NANO was the perfect candidate for the Arduino project. By taking the card and connect it to my computer, I thought it would recognize immediately as another card Arduino, but I got the surprise that the device does not recognize by my computer, so […]

17 February, 2015

Detection of color with Arduino and mobile Application

The detection of color is not an easy process, but there are elements that allow to get a bit of color that our eyes see, in this Arduino project I wanted to share a test of a color sensor reference TCS3200. Really what makes this sensor is to detect the intensity of light and convert it into a frequency and logically each color reflects a […]

29 December, 2014

Sort M&M with Arduino and iPhone

For chocolate lovers and Arduino, I want to share an article that I found browsing, a curious Arduino project. It is a small machine that uses an Arduino and an iPhone to sort M&M color without a color sensor to intervene, just the iPhone camera and an application that determines the color used. How to Sort M&M with Arduino and iPhone? This curious machine works […]

20 October, 2014

DC motor speed control from Mobile App

In our projects is common to use DC motors in robotics, conveyor belts, in drones, among many other Arduino projects and we want to make a test of DC motor speed control from mobile App using an application created in AppInventor and will make a serial communication via a BlueTooth module HC-06 compatible with Arduino.   Steps and materials for DC Motor speed Control from mobile App […]