Voice Controlled Appliances using Arduino without Internet | Giveaway | Arduino Projects

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 พ.ย. 2024

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

  • @drelectronics13
    @drelectronics13 7 หลายเดือนก่อน +27

    Another use apart from IOT is , we can use it as personal assistant for blind people ,like they can just ask like- to call someone, to ask current time , or just turn esp32 cam module on to guide them through path etc , so they are less dependent on others and will always feel like having someone around ❤

    • @techiesms
      @techiesms  7 หลายเดือนก่อน +2

      That’s also a very good idea

    • @dhruvgulati1667
      @dhruvgulati1667 7 หลายเดือนก่อน +5

      Use any android smartphone

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

      Or just use any Assistant like Google Assistant or Siri

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

      I agree with others that using a cellphone is a better option, but I like your thinking!
      There is bound to be a disability use case for this technology. 🤔

  • @michaeljansen5188
    @michaeljansen5188 7 หลายเดือนก่อน +2

    This is awesome! I'm going to automate my dads house with this - he has severe arthritis and can barely get out of bed these days. And he doesn't trust anything to do with the internet, so I haven't been able to use the normal services like Google or Alexa. This will be perfect!

  • @brookrocket9209
    @brookrocket9209 7 หลายเดือนก่อน +3

    -->Can I do signal processing of voice signal with this board?
    -->Can we get audio data?
    -->What is sampling frequency of this board if it is more than 40khz is good for below projects
    -->because I tested sampling frequency of analogRead(); function of esp32 is approx maximum of 13khz that's not so good for making sound based project
    If yes, then we can make sound reactive led or make spectrum analyser
    By performing FFT

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

      Please replay

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

      unsigned long newTime;
      int x;
      void setup() {
      pinMode(15,INPUT);
      Serial.begin(115200);
      }
      void loop() {
      newTime = micros();
      for (int i = 0; i < 10000; i++) {
      x=analogRead(15);
      }
      float conversionTime = (micros() - newTime) / 10000.0;
      Serial.print("Conversion time: ");
      Serial.print(conversionTime);
      Serial.println(" uS");
      Serial.print("Max sampling frequency: ");
      Serial.print((1.0 / conversionTime) * 1000000);
      Serial.println(" Hz");
      }

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

      Above is the code to test sampling frequency of esp32

  • @sachinshah4594
    @sachinshah4594 7 หลายเดือนก่อน +2

    This would word well for elderly people. Sometimes they have trouble seeing things in dark and when they enter a dark room it becomes difficult for them to see even the switch to turn on. Also if something like sofa, chair is in the way, it can also injure. So voice command activated lights especially for elderly people who have troubling eyesight is a good use case for this.

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

    I definitely use it for my father's room and toilet at night as he is 87 years old and it will help him to on/off switches like light and fan during midnight. Every night he wakes up at midnight and goes to toilet. In the very morning as temperature falls his also needs to be switched off fan.

  • @prasanna2386
    @prasanna2386 7 หลายเดือนก่อน +2

    I would make a smart specs with voice assistant based on the computer vision in esp32 and with a camera module for obj detection.

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

    In my opinion, the biggest USP of this is super fast recognition that too offline. i never purchased any google home or alexa device because of mainly the privacy. I can finally start with voice controlled boards at my home which i thought would never be possible offline.

  • @gauravdashora5757
    @gauravdashora5757 7 หลายเดือนก่อน +1

    Develop voice-controlled healthcare devices such as pill dispensers, medical monitoring systems, or assistive devices for individuals with limited mobility. Voice commands could be used to schedule medication reminders, record health data, or summon assistance.

    • @techiesms
      @techiesms  7 หลายเดือนก่อน +1

      This indeed, a good idea

  • @ashispanda4075
    @ashispanda4075 7 หลายเดือนก่อน +2

    Excellent ! This will certainly be a game changer as dependency on internet connectivity for voice control application will not be a requirement. I look forward to use this as a voice command to MQTT messenger for my Openhab home automation server for complete offline control. Currently I use Alexa to implement voice control and need the internet aways.

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

      Yes, we can do all of that using this

  • @brookrocket9209
    @brookrocket9209 7 หลายเดือนก่อน +1

    // This is the code for testing sampling frequency of esp32
    unsigned long newTime;
    int x;
    void setup() {
    pinMode(15,INPUT);
    Serial.begin(115200);
    }
    void loop() {
    newTime = micros();
    for (int i = 0; i < 10000; i++) {
    x=analogRead(15);
    }
    float conversionTime = (micros() - newTime) / 10000.0;
    Serial.print("Conversion time: ");
    Serial.print(conversionTime);
    Serial.println(" uS");
    Serial.print("Max sampling frequency: ");
    Serial.print((1.0 / conversionTime) * 1000000);
    Serial.println(" Hz");
    }

  • @gamerworld1534
    @gamerworld1534 7 หลายเดือนก่อน +1

    if i get this i will use this to do home automation in my mamas house cause i have used node mcu and alexa in my house so he said he to wants same kindoff thing but he doesn't have alexa so i will use this for him as my 12th boards are over gonna make crazy ai things by watching ur videos....which are really informative and mind blowing

  • @automising
    @automising 7 หลายเดือนก่อน +1

    I'll try in my local language, it's really surprising for people here.!!! Thank you for such a great video...!!!

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

      This module won’t support local language

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

      @@techiesms I WANNA CHNAGE THE NAME PUDDING TO JARVIS HOW CAN I DO IT?

  • @swarnimdeveloper
    @swarnimdeveloper 7 หลายเดือนก่อน +2

    Woah !! Thats literally one of the coolest things I've ever seen..💙

  • @shksk007-tamil
    @shksk007-tamil 7 หลายเดือนก่อน

    I will complete automate my home, This is what I needed, This makes my home data will be not leaked to the internet.

  • @searchresearch7286
    @searchresearch7286 7 หลายเดือนก่อน +1

    Can we change commands with hex values

  • @marvetoons1625
    @marvetoons1625 11 วันที่ผ่านมา

    Can this be used to create a device that can answer questions like using Gemini in the other video?

  • @snopz
    @snopz 7 หลายเดือนก่อน +1

    I would use it as a wake word for my chat gpt robot school project so I can wake up the robot and even make it move with other commands.
    thanks for this useful and informative video about this module ❤
    I hope ill win 😊

  • @MdTarekRahman-f4s
    @MdTarekRahman-f4s 7 หลายเดือนก่อน +1

    Hello I am a computer engineering student. And I want to try this type project. Your video is very nice.

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

    This module could be a huge upgrade to my existing home automation which works with Alexa and google in presence of internet as of now. This module helps me to operate my home in offline as well.

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

      And how does your Grove Offline Voice module recognize speech in a noisy environment? I spent a lot of time on ReSpeaker Core v2, installed noise reduction from the NoiseTorch-ng project. Speech in a noisy environment was almost clear, only speech could be heard, and music and noise were cut out, but with Rhasspy noise reduction does not work and speech recognition in noisy environments works very poorly, recognition often works falsely

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

    I was searching some extraordinary project like thik Arduino type and seriously I'm satisfied 😊😊😊

  • @basicelectronics6324
    @basicelectronics6324 7 หลายเดือนก่อน +1

    I made an bot which is inspired by techisms video of ESP32 and chatgpt, and now i wake up this my bot by using touch sensor, so after buying this I wake up this my bot using my customized voise commands that's set !

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

      Good idea 👍

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

      Good luck - your customized commands firmware won’t give you serial output

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

    This is an awesome module to be a part of my fully offline home automation system which consist of 3 indoor plants, desk rgb lighting, and home appliances.

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

      Definitely
      It’s possible with this module

  • @MrLV-kz3yp
    @MrLV-kz3yp 7 หลายเดือนก่อน

    Me tamne puch uu hatu
    1-2 years pela ke alexa ne offline chalvi sakyy voice commands deva
    Aee aaje possible thay gauu
    Thank you ❤
    Tamne haju pan yad hatu
    Supper 👍

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

      Hahaha
      Chalo 2 varas pachi j bhale pn tamne tamaro man gamto project madigayo

  • @EDISON_SCIENCE_CORNER
    @EDISON_SCIENCE_CORNER 7 หลายเดือนก่อน +1

    NICE info. I think Response is faster than the DF robot voice recognition module. If yes Great for voice controlled bot. Will try this for that🎉🎉

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

      Response is pretty pretty fast.
      Totally impressive

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

    How does this work if you have multiple devices nearby? Can you interact with a specific one keeping the others on standby waiting to be called when needed?

  • @VarshiniSakthivel-s5z
    @VarshiniSakthivel-s5z หลายเดือนก่อน

    Is this only work for light or else we can connect with a pen like voice recognising pen. I just need a model for voice recognising pen

  • @shubhgajjar8782
    @shubhgajjar8782 7 หลายเดือนก่อน +1

    Sir please could you make video on 'How to make AI smart glasses like Meta-Rayban".

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

    That was a good test hearing all the bloody people beeping! Love your energy mate, most excited Indian electronics channel I follow.
    What I could create is a custom designed bluetooth soundbar for hotels that greet them on the TV and automate the hotel room, they would be happy knowing they are only connected to the front desk not the internet.

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

    We could use it as a voice recogniser for arduino robotic arm, car, or even in weather station to display the specific parameters or data on the lcd screen or by high level programming could even let the speaker speak out the data. By far the robotic arm projects could be really amazing as we can use it to perform various inbuilt functions like picking up etc. And yes the arduino car project would be fun as we could emote the robot car according to voice commands. Thank you

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

    After watching your video i got an idea of making a personal assistant which is connected to arduino iot cloud home automation and act as an important days reminder assistant(i.e birthdays,anniversary's,etc.) and bro you are doing a great job with these projects keep uploading💪

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

    I have a heavy sliding pocket door that is hard for me to open sitting in my wheelchair. This would be great to give a voice command to open a motorized door and then turn on the lights as I enter the room. I have a big skylight that I want to motorize also and to voice command it would be too cool . It could be connected to a power supply through a relay board to power up the computer and monitors. Too bloody cool!

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

    For security purposes: I would like to set this up to remote cameras or wired cameras so I can direct it to what to do, zoom in or zoom out. and if possible rotate 180° or 360°

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

    I would have made a Home automation system connected to cloud and this module is best and that is what i was looking for this. there are a lot's of other use cases where this could be used things we can do from this

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

    Yeah, with your style of work, we can make a voice command assistant in our systems or lab !!

  • @anandb.photography
    @anandb.photography 7 หลายเดือนก่อน

    I would like to make entire home voice controlled. Btw it's really amazing

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

    We can make racing car control using this, from any means we can transfer our voice to the car, like using two phone, one at the car and one with us and controlling through voice commands, it will be amazing 😍

  • @iOT_India
    @iOT_India 7 หลายเดือนก่อน +1

    Hello Bhiya, If I get this board I will work on offline voice control drone, robot and home automations.

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

    I don't want the wake up command to start. Once any speech is detected it should give the output. So how to do this

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

    I think its even faster than google while recognizing voice and giving instant reply

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

      Yes
      As it is working in the controller itself and doesn’t need to send the data to cloud

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

    Sir I have question, how can we use ESP board like ESP32 as IR remote for AC and TV to control with Blynk IOT from anywhere in the world as you have shown the Cadio IR universal Remote thank you

  • @Monsieur.Nobody.
    @Monsieur.Nobody. 7 หลายเดือนก่อน

    G'day I am wondering if it can do Speech to Text, and how small can it really get? I saw the XIAO Esp32 being tiny.
    I have a project that requires wireless, real-time Speech to Text capabilities, and 4 programmable buttons on it... in the smallest form factor possible... Max one index finger size.
    Do you reckon it can be done with Esp32's or am I better off looking somewhere else?
    what would you suggest?

  • @er.himanshu99
    @er.himanshu99 7 หลายเดือนก่อน

    Few months back i was searching for this module toturial because of cheap price but didn't found much . Thank you so much sir for this 😊🙏

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

      I have a cheaper alternative of This which I’ll soon be putting on TH-cam. Stay tuned….

    • @er.himanshu99
      @er.himanshu99 7 หลายเดือนก่อน

      @@techiesms are you talking about AI Thinker VC-02 module?

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

      @@techiesms please post it as soon as possible or post a yt Shorts

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

      Please, I need the cheaper alternative urgently. Thanks. ​@@techiesms

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

    This would be great for home automation as well as voice recognition smartwatch projects ☺️

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

    Awsome module. Loved the way it is responding without delay. Thinking of creating magic wand with this which will listen to specific hidden commands.

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

      Like?

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

    This board serves as a central hub for the home automation system that I am developing.

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

    It is an amazing and fast voice module. I am planning to replace my existing home automation project which uses Google home with this one

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

    Sachin ji, i think this is very useful device voice recognition module for making a personal robot sir. In future days i want to putting our own voice for our satisfaction. Any way this is a beautiful device for offline. Thank you sir😊

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

    Hello sir... my self Naitik I'm a big fan of you...
    And for this product I will make first of all turn on and ac then bath light and also use in my car like turn on music system, sunroof, fog lamp and more..

  • @SivaK-uz7cx
    @SivaK-uz7cx 7 หลายเดือนก่อน

    Hey nice video, really makes me think about incorporating this module into our daily tasks. From managing smart home appliances to building connected devices and beyond, this module opens up a whole new world of creativity. I have been aching to experiment with voice-controlled robotics, and this offer seems like the perfect opportunity to get in that area. Just thinking about the applications makes me enthusiastic - from building a robot companion to automating everyday tasks at home. But what really excites me is the potential for inclusion and accessibility. Being able to interact with technology through voice commands could make a world of difference for people with different abilities, and I’m interested in exploring how we can help make technology available to everyone.

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

    Can I use rasberry board instead of aurdino

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

    Can you please tell me all components which you have used in thia project

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

    Another application we can automate my working desk like turning on the monitor turning on the charger and turning my pc and by adding display we can play with temperature weather info

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

    Nice little device it can be used as a automation controller. And also if we connect it with the ESP 32 to internet then it is easy to convert many IoT application control by voice.

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

    How much power does it require? Can I power it using an indoor solar panel?

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

    One of the projects for voice command head phones using hc12 module to send commands to remote device, cover all applications like home appliances controls sos call and drivers assist etc..,

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

      Could you please share a page where a project like that has been implemented? Sound very interesting. Thanks in advance.

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

    This VC02 module looks like the missing piece for my voice control project! Been itching to ditch the clunky buttons and finally get hands-free. Fingers crossed to win and supercharge my tinkering!

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

      All the best

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

    if i get this i would make an IOT project that turns our classrooms projector ON from above and add / integrate chatgpt for asking questions on the topic that i don't understand in the class that teacher taught.

  • @saikirangaikwad2971
    @saikirangaikwad2971 7 หลายเดือนก่อน +1

    Bro make full video on esp8266 with code nd it should work online with google assistant and offline too for 8 mod relay......

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

      Well
      I will try to make that

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

    we actually made a robo with some motors in our school (human size) we originally used if else staements for it to answere the questions and our school is thinking to buy it but cant fine any were to buy it

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

    Thank you for doing this video actually iam working on home automation project for my home IR. But this board is far better than IR ❤❤

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

      Yes exactly
      No need of any kind of remote for this

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

    After watched this video I leaned new technology I'm making esp32 home automation project I definitely attached this also

  • @techmobo136
    @techmobo136 7 หลายเดือนก่อน +1

    if i get the board i will integrate with my Ai assistant hira which is a python based program working on my laptop . i would give it a life and also connect it with open ai api to give it chatgpt's power alsong with iot features. ❤ from kolkata

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

      All the best for the giveaway result. Kindly follow us on Instagram to check the result coming next Sunday
      instagram.com/techiesms

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

    Another request for you that it would be better if you could compare the similar kind of voice recognition modules like gravity module or any other offline recognition modules like that.

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

    Can I use the voice module from dfrobot for the above?

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

    I would use it as a wake word for my chat gpt robot school project so I can wake up the robot and even make it move with other commands.
    thanks for this useful and informative video about this module 🙏🙏❤❤

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

    Love it! Great product, awesome video! I would use this for a voice command robot car with sensors for avoidance, room temperature and the like. It would also be great for json feeds and I can see investigating using it for that!

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

    Nice one. Would like to automate tv remote pressing using servos.. integrate with voice commands

  • @14yours
    @14yours 7 หลายเดือนก่อน

    Wow. You made another game changer device. I always watch your video. I can make this for my son’s science project. I think it gonna be the winner project

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

      Hahaha
      Definitely this project will stand out

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

    There's no video on how to use the message widget

  • @The.Candidate
    @The.Candidate 7 หลายเดือนก่อน

    Nice But what we can make this so the possibility is numerous upto allowed command limit. What i can see here is most of us can use in our project. Like me i can use this in my auto balance robot where it is balancing object on top of his head like a bottle of water(small one) and rom around.

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

    I would make a automatic door which opens and as well as close itself when it receives a command

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

    Bro I've a doubt in case disturbances will be there at a particular place how to recognise it our voice . what's the solution for to overcome this problem?
    Can you please tell me I'm doing project.

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

    I want to use this board to command (music) synthesizers to set specific filter settings using voice commands.

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

    Este código valdría para el VC-02 O solo para el modelo que estas explicando en el video.. Mi modelo es el que explicastes en el video " Add Custom Voice Control to any Project using this Module without Internet".. GRacias

  • @sumitsharma4485
    @sumitsharma4485 6 หลายเดือนก่อน +1

    // initialize digital pin LED_BUILTIN as an output.
    pinMode(LED_BUILTIN, OUTPUT);
    }
    // the loop function runs over and over again forever
    void loop() {
    digitalWrite(LED_BUILTIN, HIGH); // turn the LED on (HIGH is the voltage level)
    delay(1000); // wait for a second
    digitalWrite(LED_BUILTIN, LOW); // turn the LED off by making

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

      Please send me your details

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

      Ok I give you one Arduino boad

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

      Send your details on email

  • @Tanveer.mohammad
    @Tanveer.mohammad 7 หลายเดือนก่อน

    Can it be compatible with raspberry pi?

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

    I would like to used develop a smart door lock system utilizing the VC-02 offline voice recognition module for enhanced security and convenience. The system will allow users to unlock the door using their pre-registered voice commands, eliminating the need for physical keys or internet connectivity.

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

      But once command is leaked anyone can access

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

    I think I will use it to make a train to go around rooms on command and deliver things, with a few of these modules

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

    Customising voice commands feature sounds nice

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

      Just subscribe our channel
      As we will be uploading that content soon

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

    We can use to make a assistant for our research room to on/off divices

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

    I was searching like this bord for making voice commands robot thanks for sharing this video ❤

  • @Takwa...
    @Takwa... 7 หลายเดือนก่อน

    Dear Sachin, Excellent!. It's a very good module with like no delay. So it will be great control my home automation without sending data in cloud!!
    Hope you have a great day!🥰

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

    Two months back I was searching for this module for project

  • @francegall-web9819
    @francegall-web9819 7 หลายเดือนก่อน

    I have spent four years of research since 2019 on the particular Chinese chip, JX108. The thing is, if you have loud music in your space, even background noise turns itself on, and this made it completely amateurish.

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

      Need to try that and check with this module

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

    Voice-Controlled Music Player: Build a device that plays music from various sources (e.g., streaming services, local files) and responds to voice commands for playback control, playlist selection, and volume adjustment.

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

    Will this work for more than one person?
    I am trying to build a voice activator for a clay pidgen thrower, but there are more than one person who will use it.

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

      Yes it will work

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

    Dear Sachin : excellent. It will be great to control my automation logic in-house without sending data to cloud as Home Automation using Alexa and Google cloud etc is not recomended at all in real implementations. As our usage pattern , data everything is used by them...My Bingo is Custom Voice command 😊..cant wait for it really

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

      Yes exactly

    • @techiesms
      @techiesms  7 หลายเดือนก่อน +1

      Congratulations!! You are selected as a lucky winner for this giveaway contest.
      Kindly mail us at techiesms@gmail.com for further communication

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

      @@techiesms Oao 🙏😊 Such a great news that too on the Poila Boisakh (Bengali New Years Day) 😊. Thanks a lot Sachin 👍

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

    sir, how to create customized wake word in vc-02 can you please guide me

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

    How about the the message thing

  • @followinglove777
    @followinglove777 7 หลายเดือนก่อน +1

    Sir can I add Custom commands into this module? If yes, so how many custom commands can be saved in this module. Please let me know...🥺

    • @techiesms
      @techiesms  7 หลายเดือนก่อน +1

      150 custom commands

    • @followinglove777
      @followinglove777 7 หลายเดือนก่อน +1

      @@techiesms Thank You so much Sir 😊, but how do I add my own commands means the procedures to add the commands, if you tell me the process, I will be very thankful to you ❤️.

    • @techiesms
      @techiesms  7 หลายเดือนก่อน +1

      @followinglove666 I’ll be putting video about this next month

    • @followinglove777
      @followinglove777 7 หลายเดือนก่อน +1

      @@techiesms Thank you so much Sir for your support 😊

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

    so would it be possible to use a custom wake word

    • @techiesms
      @techiesms  7 หลายเดือนก่อน +1

      Yes

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

    Great to see what a microcontroller can do.
    Are voice commands fixed, or is there a way to customize it?

    • @techiesms
      @techiesms  7 หลายเดือนก่อน +1

      We can customise

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

    I will use this device as home automation and my own personal assistant

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

    Thanks for the video, its a nice introduction to the product.. I can integrate this board into my aquarium automation PCB. Presently controls are done through bluetooth commands from phone. We be Fun to use voice commands 😊

  • @Tanveer.mohammad
    @Tanveer.mohammad 7 หลายเดือนก่อน

    Can it be compatible with PI boards, if yes kindly let me know how it can be.

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

      It works in UART
      So can be configured with RPi as well

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

    The response time is way faster than I expected😮.. also the accuracy.. the command r changeable then we can make our own bot with this.. without using any pi or other single board computer.. I have a question is that possible to change the accent of this thing .. and is that possible to add input devices such as sensor with this things..

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

      We can’t change accent
      And about input device, I don’t think we can add but still I’ll confirm and let you know in the next video

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

    How can i use a esp32 module insteed of arduno

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

    I will use it to interface to an IOT based plant monitoring system.

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

    Is it one way? Can i send audio from arduino/serial?

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

    This is Amazing , i will use this to control the Light and some automations