Saturday, January 25, 2014


HOME    I  ALL IN ONE TAB

      Vande matharam tone generated from Arduino Uno R3        


"   HAPPY REPUBLIC DAY   "


               Vande Mataram (Bengali: বন্দে মাতরম্‌, Sanskrit: वन्दे मातरम्) - Vande Mātaram - literally - "I bow to thee, Mother" - is a poem from Bankim Chandra Chattopadhyay's 1882 novel Anandamath. It was written in Bengali and Sanskrit.

It is a hymn to the Mother Land. It played a vital role in the Indian independence movement, first sung in a political context by Rabindranath Tagore at the 1896 session of the Indian National Congress.

In 1950 (after India's independence), the song's first two verses were given the official status of the "national song" of the Republic of India, distinct from the national anthem of India, Jana Gana Mana.

Download the files for "vande matharam " tone generation in arduino uno r3 on proteus vsm software. 


Simulation files :

1. proteus design file - DOWNLOAD
2. Hex code file        - DOWNLOAD
3. FILE BUNDLE    - DOWNLOAD  (Contain all files you need)

THANK YOU FOR DOWNLOADING ...
HOME    I  ALL IN ONE TAB

Arduino tone generation 



        Using arduino tone library in arduino we can make midi tone in arduino uno r3 board . Here i introduced the small project to hear midi tone from arduino uno r3 using proteus vsm simulation. download the proteus design file and hex code for tones to generate tone from arduino uno r3

Simulation files :

1. Protues design file - DOWNLOAD
2. Hex files
                                  a) Vande matharam       - DOWNLOAD
                                  b) Mission impossilble   - DOWNLOAD
                                  c) thumbi vaa                - DOWNLOAD
                                  d) Lollipop                    - DOWNLOAD
                                  e) Thriller                      - DOWNLOAD

More hex files will upload soon

HOME    I  ALL IN ONE TAB


Humanoid Robotic Hand Using Arduino 



           Humanoid robotic hand is the artificially created mechanical hand visually similar to human hand, it can moves like human hand with the help of motors and  motors are controlled by  advanced microcontroller with programming. The simulation of humanoid robotic hand with proteus vsm software as shown in video .
Here i used 21 servo motos with 21 corresponding potentiometer.

The proteus design and hex files are given below :

1. Proteus design file     - DOWNLOAD      ( password will release soon )
2. Programme code file  - DOWNLOAD

                                                                                                                                                     THANK YOU FOR DOWNLOADING

Explanations :

1. Robotic arm controller - Arduino Mega 2560
    


      The Arduino Mega 2560 is a microcontroller board based on the ATmega2560 . It has 54 digital input/output pins (of which 15 can be used as PWM outputs), 16 analog inputs, 4 UARTs (hardware serial ports), a 16 MHz crystal oscillator, a USB connection, a power jack, an ICSP header, and a reset button. It contains everything needed to support the microcontroller; simply connect it to a computer with a USB cable or power it with a AC-to-DC adapter or battery to get started. The Mega is compatible with most shields designed for the Arduino Duemilanove or Diecimila. 

     
2. Controlling Humanoid robotic hand - Using 21 potentiometers



              Using 21 potentiometer we can control all 21 servo motors at the each joints in the robotic hand . Here we know potentiometer produce analog signal ( varying current and voltage) due to variation of motion . The analog signals from controlling hand it send to the microcontroller (here arduino mega 2560) and this analog value convert to digital value at microseconds , The value of the digital signal between 0 - 1024 positions it mapped to 0 - 255 value and send to the servo motors with PULSE WIDTH MODULATION (PWM) signal with duty cycle 0  -255.

3. Robotic hand design


Please look the motors position and it movement directions.


4. Humanoid Robotic Arm helps the 5 - year old boy in south africa




Wednesday, January 1, 2014

Line Following Robot Using IR Sensor with Atmega16 IR LED PROTUES DESIGN AVR


HOME    I  ALL IN ONE TAB


Line Following Robot Using IR Sensor with Atmega16


               LDR sensors makes error signal from unwanted light source presented at surrounding therefore robot cannot travel on track . Infrared sensor gives more accuracy  path detection than LDR sensor  

               protues design file and hex code are given below . download and run the simulation to know the working of line following robot using atmega16 microcontroller

Simulation Files :

            1. Protues design file - DOWNLOAD
            2. Hex code file         - DOWNLOAD

Requirements:
          
            1. Microntroller - Atmeg16
            2. Lcd Module   - LM016L
            3. Gear Motor    - 100rpm
            4. IR - LED        - 3
            5. IR - PHOTOTRANSISTOR-3
            6. Motor Driver - L293D
            7. LED - 2 (Yellow)

            Here i used 3 IR LED with it's corresponding IR PHOTOTRANSISTOR for sensing track conditions on surface. figure below shows the working of IR led with IR phototransistor




                       The IR LED is just like any other LED, in that a current-limiting resistor is useful to control the device current and therefore the light intensity. With a 100 ohm resistor and the approximately 1.5V forward voltage drop of the IR LED, we'll have a LED current of about 35mA. That's fairly high, but more light emitted will yield more light coming back to our sensor.

                        The phototransistor is a device with an exposed silicon junction. When light passes through the plastic casing, most non-IR wavelengths are simply absorbed by the plastic, but the infrared light makes it to the sensor within. Each photon striking the silicon junction causes an electron to flow. Because this is a phototransistor and not a photodiode, this current is multiplied by the transistor's current gain, so each photon may actually cause perhaps 10 to 100 electrons to flow. This current has nowhere to go except through the 10K resistor, and as the current passes through the resistor, the voltage across the resistor rises (V=IR). This change in voltage is read by our microcontroller's Analog to Digital Converter (ADC).