Category: Arduino Projects

Arduino Projects and tutorials with diferent shields

13 September, 2014

BarCode Scanner + Arduino USB Shield

In the world industry , a lot of products are identified by barcodes, is one of the most effective methods to identify products, papers, stickers, among many other things, is for this reason that implementing a system for reading bar codes independent of a computer allows greater flexibility to these devices, is why I wanted to bring this little test that will allow many projects related […]

12 September, 2014

USB Shield Arduino + Servo Control PS3

The USB port is perhaps one of the ports most used,  thousands of devices work through a USB port, but we are accustomed to external devices using this port and we think that can only be connected to a desktop PC or laptop, but there are cards that allow us to perform the same function of a PC and control devices using this port and […]

7 September, 2014

Arduino Ethernet W5100 and Servo Motor

Again we have a test of Arduino, this time we are conducting a test of the W5100 Ethernet module, which has the ability to connect our Arduino projects to the Internet and our local area networks (LAN). What should you keep in mind to control a servo motor with an Arduino Ethernet W5100 ? The next test is to connect a servo motor to the […]

13 August, 2014

LED Lighting

In recent years we have heard a lot about LED lighting and the boom that has had this technology, so I wanted to make a small comparison test between an LED bulb and a fluorescent light bulb, with a light output in both bulbs 600Lm. what I did was connect the two bulbs to a power meter and verify what the manufacturer tells me about […]

5 August, 2014

HC-SR04 Sensor

The HC-SR04 sensor has become very popular among users of Arduino, because its easy implementation, is one of the most used modules in robotics. The HC-SR04 sensor is an ultrasonic sensor that detects obstacles in front of him, from a minimum distance of 2cm to 4m, operating at a frequency of 40Khz, has a measuring angle of about 15 degrees. It has an entry called […]

4 August, 2014

Arduino Ethernet W5100

Never been easier to connect one of our projects to the network, really the ease with which we can connect our Arduino projects to the network is very rewarding when working with this shield. Just enough to assemble the shield to a development card, either an Arduino Uno R3 or Arduino Mega 2560 and load the test program found in the Arduino development software. The […]