Smart Gloves for Deaf & Dumb

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 มี.ค. 2017
  • This is a video on SMART Gloves for Deaf & Dumb People.
    We would love your feedback. Post a review to our profile.
    g.page/emtron/review?rc
    Hey, check out the products I am selling on Amazon
    www.amazon.in/shops/A2PM457RZ...
    Hardware
    ATmega32A Microcontroller
    ATTiny2313
    5 Flex sensors
    16*2 LCD
    APR33A3 Voice Recorder & Playback
    HT12E
    HT12D
    434MHz RF Transmitter & Receiver
    MOC3021
    BT136
    3.7V LiPo Battery
    DC-DC Converter
    Software
    Programming IDE : Atmel Studio7
    Programming Language : Embedded C
    Compiler : AVR GCC
    Programmer : ATMEL AVR ISP MKII
    Download the project Details from GitHub
    github.com/BSP-Embed/Smart-Gl...
    Thanks for watching. Please like, share & subscribe.
    www..com/c/bspembed?sub_confirmation=1
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 363

  • @_MukteshwariMirge
    @_MukteshwariMirge หลายเดือนก่อน

    I want to build this project without the home automation part. Which parts of the code should i change?

  • @AbhaySingh-qs8fk
    @AbhaySingh-qs8fk 8 หลายเดือนก่อน

    Can anyone help me to program my atmega32a.
    I did not get what file is to be selected.

  • @_MukteshwariMirge
    @_MukteshwariMirge 2 หลายเดือนก่อน

    How do we burn hex file on microcontroller?

  • @vjraja100
    @vjraja100 5 ปีที่แล้ว

    In the 434Hz RF Rx module, terminal 3 (Linear Out) is connected to VCC and not terminal 4 right?

    • @Emtron_Technologies
      @Emtron_Technologies  5 ปีที่แล้ว

      Vcc to 5V, Gnd to Gnd, Dout (linear out) to Din of Decoder.

  • @mrigankamouliacharya8672
    @mrigankamouliacharya8672 5 ปีที่แล้ว

    If I wish to change the display port as follows PB0=RS ; PB2= EN ; and Data Pin= PB4-PB7. what changes should I do and which section of the program,please guide.

  • @kolhatkarchinmay
    @kolhatkarchinmay 7 ปีที่แล้ว

    awesome...but how you are programming Apr33a3 externally?? it needs to be loaded with voice using microphone.

    • @Emtron_Technologies
      @Emtron_Technologies  7 ปีที่แล้ว +1

      Yes, You have to program it through switches(externally). It can hold upto 8 channels. Can you elaborate on your doubt ?

    • @kolhatkarchinmay
      @kolhatkarchinmay 7 ปีที่แล้ว +1

      BSP Embed actually I got confused becoz you have return the sentences in the program..now I realize those are to be displayed on the lcd.
      thanks for clearing my doubt..keep up the good work..

  • @aryanmodi4608
    @aryanmodi4608 6 ปีที่แล้ว

    i am not getting the connections of flex sensor. Do we have to give 5 volt to one pin and take the output though the other pin while connecting it to ground?

    • @Emtron_Technologies
      @Emtron_Technologies  6 ปีที่แล้ว

      Flex sensor is connected to uC ADC through potential divider network. One end of Flex sensor is connected to 5V & other end to 33K. The other end of resistor is connected to Ground. The junction point Flex sensor & resistor is connected to ADC.

  • @mrigankamouliacharya8672
    @mrigankamouliacharya8672 5 ปีที่แล้ว

    What will happen if I didn't write the fuse bit as mention by you (i.e.D8FF)? Because once I write this fusebit microcontroller stop responding to my usbasp programmer.There is another problem I have faced that after burn your HEX file into microcontroller.Display just showing only block nothing else.I have checked all the connection tried with different developement boards.

    • @Emtron_Technologies
      @Emtron_Technologies  4 ปีที่แล้ว

      0xD8FF, Fuse bytes will not stop you from programming usbasp. It will sets external crystal oscillator & other settings. Their usb be problem with your hardware.

  • @vjraja100
    @vjraja100 5 ปีที่แล้ว

    In the APR33A3 module, in the circuit diagram are the connections from 3-10 to M8 to M1 respectively?

    • @Emtron_Technologies
      @Emtron_Technologies  5 ปีที่แล้ว

      Yes.

    • @bhargavchauhan6722
      @bhargavchauhan6722 5 ปีที่แล้ว

      Bro from where did u get apr33a3 module??

    • @vjraja100
      @vjraja100 5 ปีที่แล้ว

      Bhargav Chauhan Amazon.
      Here’s the link: Robocraze 8 Channel Voice Recorder and Playback APR33A3 RC-A-325 www.amazon.in/dp/B0784LD33N/ref=cm_sw_r_cp_api_i_yyzyCb224D5JV

  • @bandiyamuna958
    @bandiyamuna958 5 ปีที่แล้ว

    Sir would you please explain how exactly smart gloves work. Whether they work based on bending angle or based on number of fingers bending

  • @vjraja100
    @vjraja100 5 ปีที่แล้ว

    Unable to get a hold of the BS250 transistor.
    Can you suggest any replacement?

  • @devshreemehta1270
    @devshreemehta1270 6 ปีที่แล้ว +1

    I have one more doubt sir why we have chosen a atmega microcontroller and not pic microcontroller or arm ...

    • @Emtron_Technologies
      @Emtron_Technologies  6 ปีที่แล้ว +2

      Compiler for AVR Atmega32a is Free (Open source), Easily available, Low cost and rich in features.

  • @vjraja100
    @vjraja100 5 ปีที่แล้ว +1

    You have given the Value of R21 in the RF receiver as “R”?
    What should I use here?

  • @satyaprasanthni8982
    @satyaprasanthni8982 6 ปีที่แล้ว

    if i want to use 3 flex sensors. should i have to make any changes in the programe or can i dump same program. to get 8 voice out put

    • @Emtron_Technologies
      @Emtron_Technologies  6 ปีที่แล้ว

      You have to make changes in the program. 8 different gestures for 8 voice O/P

  • @bhargavchauhan6722
    @bhargavchauhan6722 5 ปีที่แล้ว

    sir just got stuck on one problem, the project is not going into device mode can u give the possible reasons? also can u say the resistance values displayed on screen when we go to device mode?

    • @Emtron_Technologies
      @Emtron_Technologies  5 ปีที่แล้ว

      You can calibrate the gesture for device mode during Initialisation.

  • @bhargavchauhan6722
    @bhargavchauhan6722 5 ปีที่แล้ว

    @BSP Embed sir i am not getting apr33a3 module in my locality and also i thought of making one but the apr33a3 ic is bit costly so is there any replacement for it?? Or i havr to use that only
    Does the code changes if i use any another audio recorder playback ic??

  • @yashsharma116
    @yashsharma116 5 ปีที่แล้ว

    Hi. I have replicated the entire transmitter circuit but on power on my lcd gets stuck with all black boxes in its top row. I have burned the same hex file provided by you. Please help me fix this issue. It's urgent.
    Thanks

    • @Emtron_Technologies
      @Emtron_Technologies  5 ปีที่แล้ว

      Check the LCD connections to the controller. System produces a beep sound during power up (If the controller is programmed correct & properly configured).

  • @bhargavchauhan6722
    @bhargavchauhan6722 5 ปีที่แล้ว

    Sir if i calibrate the glove and after that if i restart the device again would it retain previous calibration or it would restore the default one in code?

  • @satyaprasanthni8982
    @satyaprasanthni8982 6 ปีที่แล้ว

    tell me about calib switch. i want to know the switch position whether the position is always on or off.

    • @Emtron_Technologies
      @Emtron_Technologies  6 ปีที่แล้ว

      It's a tactile switch. it will always be in Logic 1, When you press, It will asserted to LOW 0.

  • @iankehnsanchez2582
    @iankehnsanchez2582 5 ปีที่แล้ว

    sir, I can also put the APR33A3 Voice Recorder & Playback into the ATTiny2313 right?

  • @MohitTomar_
    @MohitTomar_ 6 ปีที่แล้ว

    Sir your video is very useful and u have demonstrated it in good manner ..But sir i have a doubt that how you are changing the mode from vioce recognition to device control ...Please explian it

    • @Emtron_Technologies
      @Emtron_Technologies  6 ปีที่แล้ว

      Thanks for watching. By using ZERO gesture symbol. It mentioned in the video. I think you missed it.

  • @devshreemehta1270
    @devshreemehta1270 6 ปีที่แล้ว

    sir why we have used that attiny 2313 and which compiler we have used for it and why didn't v use atmega32 der instead of that attiny

    • @Emtron_Technologies
      @Emtron_Technologies  6 ปีที่แล้ว

      ATTiny2313 is a 20Pin IC, which is sufficient for this application. I used Atmel Studio (AVR Gcc) compiler for both microcontrollers.

  • @GoodLuck-yu5fi
    @GoodLuck-yu5fi 5 ปีที่แล้ว

    can we use avr isp programmer instead of atmega mkii?...
    Also can we use progisp instead of avrdudes?

  • @aryanmodi4608
    @aryanmodi4608 6 ปีที่แล้ว

    sir, where did you connect the output of dc dc converter. Is it in the lcd.If yes where exactly?

    • @aryanmodi4608
      @aryanmodi4608 6 ปีที่แล้ว

      It is not clear in the circuit diagram provided in the link.

    • @Emtron_Technologies
      @Emtron_Technologies  6 ปีที่แล้ว +1

      Converter provides 5V from LiPo battery, which is the power supply for the entire circuit. It is connected to all modules(LCD, uC, RF Tx, Voice board).

  • @nightstone1
    @nightstone1 2 ปีที่แล้ว

    sir, can you tell how to connect the flex sensor with cable?, are they soldering?

    • @Emtron_Technologies
      @Emtron_Technologies  2 ปีที่แล้ว

      Check the circuit diagram.

    • @nightstone1
      @nightstone1 2 ปีที่แล้ว

      i mean in minute 0:23 the pin flex sensor connect to cable on covering black , how u coonect them

    • @Emtron_Technologies
      @Emtron_Technologies  2 ปีที่แล้ว

      @@nightstone1 Flex sensor has two wires. one pin connected to 5v and other pin is connected to 10K resistor. It's like potential divider network.

  • @suryaaitha2074
    @suryaaitha2074 4 ปีที่แล้ว

    instead of atmega microcontroller we can use wemos d1 esp8266 microcontroller...
    if we use wemos what are the changes to made in program...is it ok for all interfacing...
    and y it is only restricted to 8 values in calibration...what is the device it is restrictibg for

    • @Emtron_Technologies
      @Emtron_Technologies  4 ปีที่แล้ว

      You required 5 channel ADC to interface Gloves. Wemos d1 , ESP don't have enough ADC channels.

  • @biginepallivandana9988
    @biginepallivandana9988 6 ปีที่แล้ว

    Where did you connect the adc from flex sensors?

    • @Emtron_Technologies
      @Emtron_Technologies  4 ปีที่แล้ว +1

      Flex sensor is connected to an ADC through potential divider network.

  • @devshreemehta1270
    @devshreemehta1270 6 ปีที่แล้ว

    sir which software did you use for simulation of the project can I use any software like Proteus or multisim or I have to use some specific software...

    • @Emtron_Technologies
      @Emtron_Technologies  6 ปีที่แล้ว

      I have not used any simulation software. You can use Proteus.

    • @devshreemehta1270
      @devshreemehta1270 6 ปีที่แล้ว

      BSP Embed ... K thnkuu sir

    • @vijaykapoor6804
      @vijaykapoor6804 6 ปีที่แล้ว

      sir code downloaded from your below given link has lot of error sir can u send me exact prg since im not familiar with prg language

  • @tamirattesfaye3068
    @tamirattesfaye3068 ปีที่แล้ว

    please show how to code the project
    in the description many code are there but difficult to understand
    also your email address

  • @aryanbarnawal3061
    @aryanbarnawal3061 6 ปีที่แล้ว

    after making all the connections our LCD is turned on but it is not intializing. It is just showing a line of blocks. What could possibly be the reason?

    • @Emtron_Technologies
      @Emtron_Technologies  6 ปีที่แล้ว

      Check LCD pins connections WRT the PORT defined in the program. And check weather the microcontroller is running ?

    • @mrigankamouliacharya8672
      @mrigankamouliacharya8672 5 ปีที่แล้ว

      Hi Aryan, Are you able to solve this problem? I am facing the same problem. Can you please share your experience.

  • @aryanmodi4608
    @aryanmodi4608 6 ปีที่แล้ว

    Bs250 is not available and we need it urgently. Is there any other alternative of Bs250?

    • @aryanmodi4608
      @aryanmodi4608 6 ปีที่แล้ว

      Can we use CL100S npn medium power transistor or BC107B npn transistor or bc337 NPN general purpose transistor? Suggest

    • @Emtron_Technologies
      @Emtron_Technologies  6 ปีที่แล้ว +1

      You can use BC337

  • @dczeditography
    @dczeditography 4 ปีที่แล้ว

    Which IC kit is using for programming ATmega 32

  • @sridevipoluparthi9466
    @sridevipoluparthi9466 6 ปีที่แล้ว

    Is it possible to increase the signs with this same project?
    Or do we need any further modifications?

    • @Emtron_Technologies
      @Emtron_Technologies  6 ปีที่แล้ว

      You can easily increase signs with NO modification in hardware.

    • @sridevipoluparthi9466
      @sridevipoluparthi9466 6 ปีที่แล้ว

      Thank you for reply.
      Can we use AP8942A instead of APR33A3?

    • @aryanmodi4608
      @aryanmodi4608 6 ปีที่แล้ว

      Can You (BSP Embed) please explain how we increase the no of signs storage from 8 to let say 20?

    • @Emtron_Technologies
      @Emtron_Technologies  6 ปีที่แล้ว

      If you can program(or Embed) voice into AP8942A, Then you can. And the voice length is 42 seconds.

    • @Emtron_Technologies
      @Emtron_Technologies  6 ปีที่แล้ว

      Use different gesture & ADD the ADC values for the gesture into the lookup table.

  • @devshreemehta1270
    @devshreemehta1270 6 ปีที่แล้ว

    sir the circuit diagram is implemented as it is on the hardware means m just learning this things sry for this silly doubt plz rply if u can....

    • @Emtron_Technologies
      @Emtron_Technologies  6 ปีที่แล้ว

      Yes, you are right. Thanks for watching. Please learning.

  • @orr4945
    @orr4945 ปีที่แล้ว +1

    Nice project!, can you please provide us with a link for buying the glove?

    • @Emtron_Technologies
      @Emtron_Technologies  ปีที่แล้ว

      its a custom made glove. Use any glove and attach a flex sensor to it.

  • @abubakrbhatti1288
    @abubakrbhatti1288 4 ปีที่แล้ว

    sir i want github link for this project i cant find one in the description kindly help me

    • @Emtron_Technologies
      @Emtron_Technologies  4 ปีที่แล้ว

      Sorry for the inconvenience to you. We have removed the code from the GitHub due to some technical issues.

  • @abdullahmamun2396
    @abdullahmamun2396 5 ปีที่แล้ว

    sir i have a doubt ,, is all codes are being uploaded into microcontroller ????

    • @Emtron_Technologies
      @Emtron_Technologies  5 ปีที่แล้ว

      You have to compile all the code to generate one Hex file. For compiling you need to use ATMEL Studio 7

  • @dczeditography
    @dczeditography 4 ปีที่แล้ว

    How do we program the Atmega32 and ATtiny2313 ?

  • @devshreemehta1270
    @devshreemehta1270 6 ปีที่แล้ว +1

    Thnkuu so much for replying to my every doubt .... n sry to disturb u ... thnkuuu

  • @sanjaydheeran3740
    @sanjaydheeran3740 5 ปีที่แล้ว

    I would like to know value of the resistors used in whole circuits........and I have doubt in building a circuits.....

  • @lohith2419
    @lohith2419 ปีที่แล้ว

    Sir hello calibration means like we can assign anything different statement also like hello,how r u ?.What is u r age ?.

    • @Emtron_Technologies
      @Emtron_Technologies  ปีที่แล้ว

      Yes, You can assign different values, according your project requirements.

  • @madhugoswami5141
    @madhugoswami5141 4 ปีที่แล้ว +1

    hi sir
    i want this coding asap
    and im unable to understand the coding u have provided

  • @harikrishnan7636
    @harikrishnan7636 5 ปีที่แล้ว

    Can we use msp430 instead of ATMega32a microcontroller??

    • @Emtron_Technologies
      @Emtron_Technologies  5 ปีที่แล้ว

      Yes you can use. But you have to port the code to MSP.

    • @boopalans5985
      @boopalans5985 5 ปีที่แล้ว

      BSP Embed sir how can we get the code for msp 430 ... We are not familiar with that... So can help us?

  • @sridevipoluparthi9466
    @sridevipoluparthi9466 6 ปีที่แล้ว

    We are doing project on this...could you please send me the .hex file for this project.we tried the program bt it's throwing an error at app.h files.please help me with this

    • @nithinreddygovindugari4261
      @nithinreddygovindugari4261 6 ปีที่แล้ว

      Sridevi Poluparthi can you please tell me where you bought the tools required . I am doing the same project

    • @Emtron_Technologies
      @Emtron_Technologies  6 ปีที่แล้ว +1

      Will send you the Hex file ASAP.

    • @sridevipoluparthi9466
      @sridevipoluparthi9466 6 ปีที่แล้ว

      Please send me the hex file as early as possible..
      Please

  • @vandanmshah
    @vandanmshah 5 ปีที่แล้ว

    What to set the fuse bit values for atmega32A

  • @jaswanthvishalp6896
    @jaswanthvishalp6896 5 ปีที่แล้ว

    Wat if I need to load more sign language values sir

    • @Emtron_Technologies
      @Emtron_Technologies  5 ปีที่แล้ว

      You have add digital values of the pattern in an array.

  • @rajeeshramankutty7614
    @rajeeshramankutty7614 5 ปีที่แล้ว

    sir, how i program atmega 32 and atttiny without any constraints of bend angle ? pls mail me the complete project details . because i am very impressed with this project and i brought all the components but i am confused in the coding part. pls attach the complete project to my mail.

    • @Emtron_Technologies
      @Emtron_Technologies  5 ปีที่แล้ว

      You have to use AVR ISP Programmer to program ATMega32 & ATTiny.
      You can download all the details from GitHub.

  • @i_abhayjha
    @i_abhayjha 5 ปีที่แล้ว

    Can you help me with program files of this project.

    • @Emtron_Technologies
      @Emtron_Technologies  5 ปีที่แล้ว

      All the files(.c, .h and even the Hex file) are available in the GitHub. Link is given in the description.

  • @rasaqsodiq7897
    @rasaqsodiq7897 4 ปีที่แล้ว

    Can I build something Like this using labview

  • @achuthm8263
    @achuthm8263 3 ปีที่แล้ว

    Flex sensors used are of 2.2" or 4.5"??

  • @ravalitalluri6572
    @ravalitalluri6572 6 ปีที่แล้ว

    sir, can u plz explain me how to use bluetooth in this poject, and how much cost for doing this project....

    • @Emtron_Technologies
      @Emtron_Technologies  6 ปีที่แล้ว

      Instead of RF Module use HC05/HC06 bluetooth module And make it battery operated. Currently i'm busy with other projects, so couldn't do it.

  • @nareshrao7491
    @nareshrao7491 ปีที่แล้ว

    sir , Instead of microcontroller can i use raspberry pi, if yes, how it

  • @tarabnaveed6952
    @tarabnaveed6952 5 ปีที่แล้ว

    Do we apply 5V to each flex sensor?

  • @vrushabhmoon6375
    @vrushabhmoon6375 4 ปีที่แล้ว

    how to dump code in atmega32A using atmel studio and which program file we have to use???

    • @Emtron_Technologies
      @Emtron_Technologies  4 ปีที่แล้ว +1

      In the Atmel studio. create a new project, select a target controller. (In this case its ATMEGA32A). Include the .c and provide the path for .h files. and in the build tab. Build the solution. Which will create an Hex file. This Hex file will be programmed into the controller.

    • @vrushabhmoon6375
      @vrushabhmoon6375 4 ปีที่แล้ว

      @@Emtron_Technologies can you make a short video tutorial of it please

    • @Emtron_Technologies
      @Emtron_Technologies  4 ปีที่แล้ว +1

      @@vrushabhmoon6375 Sure, Will try to do it. But don't wait for our video tutorial.

    • @vrushabhmoon6375
      @vrushabhmoon6375 4 ปีที่แล้ว

      @@Emtron_Technologies then can you plz give me a step by step guide of atmel studio
      Actually i am new to atmel studio i dont know anything about it

    • @vrushabhmoon6375
      @vrushabhmoon6375 4 ปีที่แล้ว

      @@Emtron_Technologies or can you give the hex file of both the transmitter and reciever??

  • @praveen0802
    @praveen0802 5 ปีที่แล้ว

    How to store the program in atmega 32...

  • @MohitKumar-ct6te
    @MohitKumar-ct6te 6 ปีที่แล้ว

    i wanna do ths as my final yr project..cn u plz help me ..i need to buy ths project..whats the cost

    • @Emtron_Technologies
      @Emtron_Technologies  6 ปีที่แล้ว

      Currently i'm busy with our projects. You can built yourself, as all the details are available in the video description.

    • @VijayYadav-em8mu
      @VijayYadav-em8mu 6 ปีที่แล้ว

      hii mohit kumar apne ye project bnya tha kya agr bnya tha plz help me agr apke pas h project h ya kuch bi related info shrare plz its request
      mail id:raovijaydelhi@gmail.com

  • @biginepallivandana9988
    @biginepallivandana9988 6 ปีที่แล้ว

    How much does the project cost if we order you and how many days it will take

    • @Emtron_Technologies
      @Emtron_Technologies  6 ปีที่แล้ว

      Sorry. I'm busy with other projects. Don't have enough time to make it.

  • @MdHasan-uz2mn
    @MdHasan-uz2mn 4 ปีที่แล้ว

    How much this project costs to complete? In rupees or dollar, please

  • @lohith2419
    @lohith2419 ปีที่แล้ว

    Sir how can I contact u iam thinking to make my mini project on this can u tell me how much cost did the components took

  • @devshreemehta1270
    @devshreemehta1270 6 ปีที่แล้ว

    sir where that rf33 voice recorder connected

    • @Emtron_Technologies
      @Emtron_Technologies  6 ปีที่แล้ว

      It's APR33A3, Voice recorder & playback. It's connected to PORTB.

    • @vinaykumargunda31
      @vinaykumargunda31 6 ปีที่แล้ว

      i am doing the same project can you say me where i can get the components for this project

  • @ahmadyogaswara7921
    @ahmadyogaswara7921 6 ปีที่แล้ว

    if i want to use that glove to motor driver how to do it?

  • @suryaaitha2074
    @suryaaitha2074 4 ปีที่แล้ว

    hlo..
    here u have stored up to only 8 symbols in calibration...why we cant store more than 8 symbols...
    actually why we are storing 8 symbols.in calibration mode....

  • @terrymorrow1870
    @terrymorrow1870 4 ปีที่แล้ว

    Hey I want you to tell me the meant for both word DEAF and DUMB?

  • @poojashastry717
    @poojashastry717 6 ปีที่แล้ว

    sir instead of flex sensor can we use accelerometre sensor

    • @Emtron_Technologies
      @Emtron_Technologies  6 ปีที่แล้ว

      Yes you can use.

    • @sushmitamanakatti2572
      @sushmitamanakatti2572 4 ปีที่แล้ว

      hello maam did u do this project ? i am in need of help would you help me please send me your email. I,m a student

  • @swapnilkatke1152
    @swapnilkatke1152 6 ปีที่แล้ว

    I want to make the same device can you help and what's the total cost of the device?

    • @Emtron_Technologies
      @Emtron_Technologies  6 ปีที่แล้ว

      Thanks for watching. Please send me a mail to bsp.embed@gmail.com

  • @biginepallivandana9988
    @biginepallivandana9988 6 ปีที่แล้ว +1

    how can i understand and dump the code into the circuit

    • @Emtron_Technologies
      @Emtron_Technologies  6 ปีที่แล้ว

      If you know c programming, You can easily understand the code. You can dump using AVR ISP Programmer.

    • @biginepallivandana9988
      @biginepallivandana9988 6 ปีที่แล้ว

      BSP Embed thank u

  • @castorkajois1705
    @castorkajois1705 6 ปีที่แล้ว

    sir thanx alot for good demostration

  • @ahmadyogaswara7921
    @ahmadyogaswara7921 6 ปีที่แล้ว

    Excuse me, I want to ask. what is the benefit of making this tool?

    • @Emtron_Technologies
      @Emtron_Technologies  6 ปีที่แล้ว

      Its useful for the deaf & dumb people. BTW, Thanks for watching.

  • @sridevipoluparthi9466
    @sridevipoluparthi9466 6 ปีที่แล้ว

    Instead of ATTiny2313 microcontroller is there any alternative to use?
    Please tell me the component specification if it possible.

    • @Emtron_Technologies
      @Emtron_Technologies  6 ปีที่แล้ว

      You can use any controller. Please check the circuit diagram. Link is given in the description.

  • @nehabramhe8622
    @nehabramhe8622 29 วันที่ผ่านมา

    how to upload a which code i am confused so please help please

    • @Emtron_Technologies
      @Emtron_Technologies  29 วันที่ผ่านมา

      You have to compile all the c code to generate Hex file, Then upload that hex file.

    • @nehabramhe8622
      @nehabramhe8622 27 วันที่ผ่านมา

      @@Emtron_Technologies dont know which upload a code becasue i use a first time microchip studio

  • @vjraja100
    @vjraja100 5 ปีที่แล้ว

    Specifications for the SMPS please?

  • @alaahamid1048
    @alaahamid1048 ปีที่แล้ว

    May I know how much code was written?

  • @Upendrakumar-ux5dr
    @Upendrakumar-ux5dr 5 ปีที่แล้ว +1

    Sir how total project will cost? I want to make it for my major project please reply?

  • @bhargavchauhan6722
    @bhargavchauhan6722 5 ปีที่แล้ว

    Which file is to be burn on the avr?? The transmitter and receiver hex file?? And can u help me how to program the avr?

    • @Emtron_Technologies
      @Emtron_Technologies  5 ปีที่แล้ว

      There are two units. Transmitter & Receiver. You have to program/burn Transmitter.hex to Tx & same for receiver.

    • @bhargavchauhan6722
      @bhargavchauhan6722 5 ปีที่แล้ว

      I dont have an usbasp but i want to use arduino as isp can u guide me?

    • @Emtron_Technologies
      @Emtron_Technologies  5 ปีที่แล้ว

      You will get an tutorial on TH-cam using arduino as programmer.

    • @bhargavchauhan6722
      @bhargavchauhan6722 5 ปีที่แล้ว

      @@Emtron_Technologies but can i dump the same hex file using arduino...coz arduino ide only uploads its own c files which u write on the screen

    • @Emtron_Technologies
      @Emtron_Technologies  5 ปีที่แล้ว

      You can check this tutorial. www.instructables.com/id/Programming-AVR-With-Arduino-As-ISP-Without-Bootlo/

  • @luminous6703
    @luminous6703 5 ปีที่แล้ว

    I am also working on this same project using arduino mega. I could'nt figure out the code for this. Can anyone please tell the code for it?

    • @Emtron_Technologies
      @Emtron_Technologies  5 ปีที่แล้ว +1

      Will make the same project with Arduino in our upcoming episodes.

    • @luminous6703
      @luminous6703 5 ปีที่แล้ว

      @@Emtron_Technologies our final year project work is going on..so can you please tell the code alone for it?. .
      luminouskokis@gmail.com

    • @Emtron_Technologies
      @Emtron_Technologies  5 ปีที่แล้ว

      Sorry, We have other projects inline.

  • @SkylasH7
    @SkylasH7 4 ปีที่แล้ว

    Sir i am unable to open the github file can u please help me with that.

  • @ramandeepsrivastav9991
    @ramandeepsrivastav9991 5 ปีที่แล้ว

    im also working on same project with the help of arduino.Can u help me to understand talkie library.

    • @Emtron_Technologies
      @Emtron_Technologies  5 ปีที่แล้ว

      Sorry, I haven't used that library.

    • @ramandeepsrivastav9991
      @ramandeepsrivastav9991 5 ปีที่แล้ว

      @@Emtron_Technologies okk , but plz try it once . it will be vry kind of you if you help me to understand it. thnx

    • @amirthav2674
      @amirthav2674 4 ปีที่แล้ว

      Hii can u plzz help me to build this what

  • @prasannapatil4196
    @prasannapatil4196 7 ปีที่แล้ว

    superb

  • @vjraja100
    @vjraja100 5 ปีที่แล้ว

    Is there any way to program without using ATMEL AVR ISP MKII?

    • @vjraja100
      @vjraja100 5 ปีที่แล้ว

      If yes, do you suggest I buy this or is there a cheaper alternative?

    • @vjraja100
      @vjraja100 5 ปีที่แล้ว

      Can i use USBASP AVR ISP Programmer?

    • @Emtron_Technologies
      @Emtron_Technologies  5 ปีที่แล้ว

      Yes you can use USBASP.

    • @vjraja100
      @vjraja100 5 ปีที่แล้ว

      @@Emtron_Technologies Thank you so much for the prompt reply.
      You have a separate circuit for regulated supply. (Conv from 230V to 5V)
      Is it okay if I use a 5V source directly? (Using Power supply module?)

    • @Emtron_Technologies
      @Emtron_Technologies  5 ปีที่แล้ว

      Yes you can use.

  • @Nomankhan-jv1nk
    @Nomankhan-jv1nk 6 ปีที่แล้ว

    sir i am doing this project as my final year project. but sir i want to print all english alphabets(26). so i cant use APR33A3 because it has only 8 channel. so what should i do?? any suggestion??

    • @Emtron_Technologies
      @Emtron_Technologies  6 ปีที่แล้ว

      You have to use I2C base MP3 player Module with SD card interface.

    • @Nomankhan-jv1nk
      @Nomankhan-jv1nk 6 ปีที่แล้ว

      mayank mehndiratta still working brother it will take some time

  • @KrishanKumar-qk9sh
    @KrishanKumar-qk9sh 5 ปีที่แล้ว +1

    sir can you explain the function of CALIB SWITCH in detal

    • @Emtron_Technologies
      @Emtron_Technologies  5 ปีที่แล้ว

      It's for calibrating the sign languages. To enter into the calibration mode. Press & Hold the switch during power up.

  • @nanu1793
    @nanu1793 5 ปีที่แล้ว

    I'm trying to recreate the same idea but with arduino UNO... and I'm struggling *.*
    Can anyone PLEASE help me with the code??

    • @allmightqs1679
      @allmightqs1679 5 ปีที่แล้ว +1

      What help do you need?

    • @nanu1793
      @nanu1793 5 ปีที่แล้ว +1

      @@allmightqs1679 Thank you so much, I figured it out

    • @mrigankamouliacharya8672
      @mrigankamouliacharya8672 5 ปีที่แล้ว

      Hi, I am also interested to make it through Arduino, can you please share your experiences or code

  • @amalp.k1381
    @amalp.k1381 5 ปีที่แล้ว

    Can I use 2.2 inch flex sensor?

    • @Emtron_Technologies
      @Emtron_Technologies  5 ปีที่แล้ว

      Yes, you can use.

    • @amalp.k1381
      @amalp.k1381 5 ปีที่แล้ว

      BSP Embed sir I like to do this project for science fair....if u can help us plss mail is to amalpklive@gmail.com ... this is a great project sir...i like to make it!

  • @shekinahsardonyx1396
    @shekinahsardonyx1396 5 ปีที่แล้ว

    Can i know the values of resistors used

  • @maynardsoriano4209
    @maynardsoriano4209 5 ปีที่แล้ว

    Can i ask about all the cost of this project sir? ist high? cause we will make a proposal like this in our school

    • @Emtron_Technologies
      @Emtron_Technologies  5 ปีที่แล้ว

      Sorry, Currently we are not in the position to sell these projects.

  • @ahmadyogaswara7921
    @ahmadyogaswara7921 6 ปีที่แล้ว

    what type of rf module are you using?

    • @Emtron_Technologies
      @Emtron_Technologies  6 ปีที่แล้ว

      RF 434 MHz 4Pin Transceiver Pair.

    • @ahmadyogaswara7921
      @ahmadyogaswara7921 6 ปีที่แล้ว

      is the noise in the rf module is it big enough?

    • @Emtron_Technologies
      @Emtron_Technologies  6 ปีที่แล้ว

      I have used Encoder (HT12E) & Decoder (HT12D) module to minimize the noise.

    • @ahmadyogaswara7921
      @ahmadyogaswara7921 6 ปีที่แล้ว

      if i change transmiter and receiver using bluetooth module how?

    • @Emtron_Technologies
      @Emtron_Technologies  6 ปีที่แล้ว

      You can use HC05 Bluetooth module on both transmitter & Receiver.

  • @turgahmuthu6073
    @turgahmuthu6073 5 ปีที่แล้ว

    can i use the same coding if i use arduino??

    • @Emtron_Technologies
      @Emtron_Technologies  5 ปีที่แล้ว

      No, You can't use directly. You have to modify it for arduino.

    • @turgahmuthu6073
      @turgahmuthu6073 5 ปีที่แล้ว

      hai sir..how to transmit multiple flex sensor value to receiver side..i have tried with one..but 2nd flex sensor value cannot been sent using rf arduino

  • @aarthigopal9007
    @aarthigopal9007 4 ปีที่แล้ว

    Sir, would I be able to purchase this product?

    • @Emtron_Technologies
      @Emtron_Technologies  4 ปีที่แล้ว

      Sorry, currently we don't have an facility to sell these projects.

  • @vijaykapoor6804
    @vijaykapoor6804 6 ปีที่แล้ว

    sir from which book u had taken the circuit

    • @Emtron_Technologies
      @Emtron_Technologies  6 ปีที่แล้ว

      Developed own using an idea.

    • @vijaykapoor6804
      @vijaykapoor6804 6 ปีที่แล้ว

      sir i have a doubt that how to program a tiny2313A

    • @vijaykapoor6804
      @vijaykapoor6804 6 ปีที่แล้ว

      and in which software we can program a attiny 2313A

  • @bandiyamuna958
    @bandiyamuna958 6 ปีที่แล้ว

    may I know the cost of components for doing this project

    • @Emtron_Technologies
      @Emtron_Technologies  6 ปีที่แล้ว

      Approximately 3000 Rupees.

    • @bandiyamuna958
      @bandiyamuna958 6 ปีที่แล้ว

      Sir there in the project how u have recorded your voice for 4 gestures. Can we use any no. of gestures?

    • @Emtron_Technologies
      @Emtron_Technologies  6 ปีที่แล้ว

      Recorder manually. It has microphone in the APR board. And you can have any number of gestures.

  • @omkarchavan8991
    @omkarchavan8991 5 ปีที่แล้ว

    Such a nice project 👌👌

  • @eliyaskhan6970
    @eliyaskhan6970 4 ปีที่แล้ว

    How to buy this project I want to buy what is the cost of it please

  • @vandanmshah
    @vandanmshah 5 ปีที่แล้ว

    Can i directly burn your hex file in the mcu? Will it work?

    • @Emtron_Technologies
      @Emtron_Technologies  5 ปีที่แล้ว

      Yes, You can. It will work.

    • @vandanmshah
      @vandanmshah 5 ปีที่แล้ว

      I have been trying to burn it using AvrDude but doesn't work. Can u please help

    • @Emtron_Technologies
      @Emtron_Technologies  5 ปีที่แล้ว

      Check the hardware connection.

  • @harisb1676
    @harisb1676 5 ปีที่แล้ว

    can i implement this using arduino?
    pls help me..!!

  • @crystalkids7602
    @crystalkids7602 5 ปีที่แล้ว

    Is their a way I can this gloves from you. Pls ans fast

    • @Emtron_Technologies
      @Emtron_Technologies  5 ปีที่แล้ว

      Sorry, currently we don't have an facility to sell these projects.

    • @crystalkids7602
      @crystalkids7602 5 ปีที่แล้ว

      @@Emtron_Technologies so van you tell me very briefly how to make it

    • @Emtron_Technologies
      @Emtron_Technologies  5 ปีที่แล้ว

      You can download all the details from GitHub. Link is given in the video description.

  • @sanjaydheeran3740
    @sanjaydheeran3740 5 ปีที่แล้ว

    I need a complete circuit diagram...

    • @Emtron_Technologies
      @Emtron_Technologies  5 ปีที่แล้ว

      Circuit diagram is available in the GitHub. Link is given in the video description.

  • @riyanshuanand7160
    @riyanshuanand7160 6 ปีที่แล้ว +1

    woh awesome

  • @praveenboddu3629
    @praveenboddu3629 4 ปีที่แล้ว

    How much is estimated cost of this project?

  • @sohebshaikh6526
    @sohebshaikh6526 4 ปีที่แล้ว

    Sir show us the connection being made !!plz

  • @mdafzalahmed4675
    @mdafzalahmed4675 7 ปีที่แล้ว

    sir
    HV u work on GSM