Tag: Arduino Projects

16 September, 2014

Text from Mobile Phone via Bluetooth to LCD

Within what we can do with Arduino and as electronics enthusiasts, today it is important that our projects have a communication with mobile devices, whether tablets, smart phones and laptops. Now look how to send Text from Mobile Phone via Bluetooth to LCD In this article we will perform, as always, a little test for you can to give a little more flexibility to your Arduino projects. […]

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 […]

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 […]