- Get link
- X
- Other Apps
Posts
Showing posts from January, 2013
Bluetooth Tutorial 1
- Get link
- X
- Other Apps
![Image](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjNyX2ekWvAv4iyfmGZswNBdru5mJJKBjVhb1-tOtE5-gf4SxkWz1ePpR1vj3LtCJLzQtPbaW68m0PTmZKR62H_IcUt1mrWw0PFICDkfch1codmVRLKOYzIg2R7RCoymCUgLNQ1S76vCys/s400/HeaderDraft5.png)
Introduction: The bluetooth shield used in this project is a great way to detach the Arduino from your computer. What is even better, is that the shield allows you to control your arduino from your mobile phone or other bluetooth enabled device through simple Serial commands. In this tutorial we will connect a Grove Chainable RGB LED to the bluetooth shield directly, and send simple commands using the Bluetooth SPP app on a Samsung Galaxy S2 to change the colour of the LED (Red , Green and Blue) Parts Required: Freetronics Eleven or any compatible Arduino. Bluetooth shield Grove Chainable RGB LED Grove Wire connectors The Video : The Arduino Sketch: Arduino Code: You can download the Arduino IDE from this site . 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 ...
Sonar Project Tutorial
- Get link
- X
- Other Apps
![Image](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhXNB_zN1MysPveBQzeHYYjBTIOfuf3FJdIXUlDsjdhvvVMeg9BCO8cMxvde0U2pf-GYCroHHZ9-VfxPGAQimWsuTqKDBI-KgcY2DrARJRkLNbOz_hHTo29THxt1fw8TE4kRlvF5TpEkpE/s1600/HeaderImage.jpg)
Introduction: This project utilises the HC-SR04 ultrasonic sensor to scan for nearby objects. You can program the Arduino to sound an alarm when the sensor detects an object within a specific vicinity. Connecting it to a computer allows data to be plotted to make a simple sonar scanner. The scanning ability is made possible through the use of a hobby servo motor SG-5010, and an Adafruit motor shield v1.0. This project could easily be extended to provide object avoidance for any robotics project. This tutorial was designed so that you could see how the components interact, and also to see how you can use and expand the functionality of the motor shield. Parts Required: Freetronics Eleven or any compatible Arduino. Adafruit motor shield v1.0 HC-SR04 Ultrasonic Sensor MG-995 or SG-5010 Standard servo Mini Breadboard 4.5cm x 3.5cm Female header pins to allow easy access to the analog pins on the Motor Shield Piezo buzzer - to sound alarm 9V Battery and Battery Clip Wires to conn...