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

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 เม.ย. 2024
  • Learn how to create voice controlled appliances using Arduino without internet! This tutorial covers the Seeed Studio Grove Offline Voice Recognition board based on VC02 module for offline voice recognition, perfect for home automation projects.
    To try out free trial version of Altium, click here - www.altium.com/yt/techiesms
    Get the best quality components from Octopart: octopart.com/
    Altium 365 - www.altium.com/altium-365
    You can support me🙏🏻 and also get benefitted on Patreon :- / techiesms
    __________________________________________________________
    👨🏻‍💻 Important Links 👨🏻‍💻
    Seeed Studio Groove Offline Voice Recognition board - www.seeedstudio.com/Grove-Off...
    Documentation (Wiki Page) - wiki.seeedstudio.com/Grove-Of...
    __________________________________________________________
    Buy the components for your projects and support techiesms💡🔌
    Arduino Uno Board - techiesms.com/product/arduino...
    4 Channel Relay Board - techiesms.com/product/4-chann...
    and many more such components are available at www.techiesms.com
    __________________________________________________________
    ⏱ Time Stamps ⏱
    __________________________________________________________
    🎥 🎙 My Video Gear 🎙🎥
    Camera - Canon 750d
    Lens - 50mm f/1.8 STM Lens (amzn.to/32gqnsi), 24mm f/2.6
    Key Light - Godox SL60W (amzn.to/3522mHe)
    Fill Light/Back Light - Osaka Lightning Setup (amzn.to/2I5cdDi)
    Tripod - amzn.to/3uNhC4H
    Microphone - Zoom H1N(amzn.to/3Osh12A)
    Editing - Final Cut Pro X on MacBook Pro ( amzn.to/3vHcSyJ )
    __________________________________________________________
    Get connected with techiesms everywhere..
    Subscribe Main Channel :- bit.ly/techiesms_youtube
    Subscribe Shorts Channel :- bit.ly/techiesms_shorts
    Facebook :- / techiesms
    Twitter :- / imtechiesms
    Instagram :- / techiesms
    Website :- www.techiesms.com
    Telegram - @techiesms
    __________________________________________________________
    techiesms
    explore | learn | share
  • วิทยาศาสตร์และเทคโนโลยี

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

  • @sachinshah4594
    @sachinshah4594 หลายเดือนก่อน +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.

  • @michaeljansen5188
    @michaeljansen5188 หลายเดือนก่อน +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!

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

    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  หลายเดือนก่อน +1

      That’s also a very good idea

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

      Use any android smartphone

    • @electronicstv5884
      @electronicstv5884 10 วันที่ผ่านมา

      Or just use any Assistant like Google Assistant or Siri

  • @ashispanda4075
    @ashispanda4075 หลายเดือนก่อน +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  หลายเดือนก่อน

      Yes, we can do all of that using this

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

    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.

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

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

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

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

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

    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  หลายเดือนก่อน

      Like?

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

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

  • @Tech_Brigadier
    @Tech_Brigadier 28 วันที่ผ่านมา

    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

  • @brookrocket9209
    @brookrocket9209 หลายเดือนก่อน +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 หลายเดือนก่อน

      Please replay

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

      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 หลายเดือนก่อน

      Above is the code to test sampling frequency of esp32

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

    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

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

    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  หลายเดือนก่อน

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

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

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

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

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

    • @akinoye
      @akinoye 28 วันที่ผ่านมา

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

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

    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!

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

    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.

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

    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  หลายเดือนก่อน

      Definitely
      It’s possible with this module

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

    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💪

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

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

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

      This module won’t support local language

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

    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.

  • @gamerworld1534
    @gamerworld1534 หลายเดือนก่อน +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

  • @theatmanivarelectronicseng8577
    @theatmanivarelectronicseng8577 9 วันที่ผ่านมา

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

  • @gauravdashora5757
    @gauravdashora5757 หลายเดือนก่อน +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  หลายเดือนก่อน +1

      This indeed, a good idea

  • @Monsieur.Nobody.
    @Monsieur.Nobody. 25 วันที่ผ่านมา

    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?

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

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

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

    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  หลายเดือนก่อน

      Yes exactly
      No need of any kind of remote for this

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

    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!

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

    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  หลายเดือนก่อน

      Yes exactly

    • @techiesms
      @techiesms  27 วันที่ผ่านมา +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 27 วันที่ผ่านมา

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

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

    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

  • @efohelp1130
    @efohelp1130 18 วันที่ผ่านมา

    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?

  • @searchresearch7286
    @searchresearch7286 10 วันที่ผ่านมา +1

    Can we change commands with hex values

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

    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 😊

  • @EDISON_SCIENCE_CORNER
    @EDISON_SCIENCE_CORNER หลายเดือนก่อน +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  หลายเดือนก่อน

      Response is pretty pretty fast.
      Totally impressive

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

    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 หลายเดือนก่อน

      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

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

    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 🙏🙏❤❤

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

    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 😍

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

    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..

  • @user-ul3xc2dc1d
    @user-ul3xc2dc1d 9 วันที่ผ่านมา +1

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

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

    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.

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

    really a nice board from seed. and a really great video by you. I would surely be introducing this board in one of my home appliances control system. thank you for the video

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

    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  หลายเดือนก่อน

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

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

    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!🥰

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

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

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

    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

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

    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

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

    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  หลายเดือนก่อน

      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

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

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

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

    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 หลายเดือนก่อน

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

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

    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.

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

    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°

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

    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

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

    That's cool also super fast and responsive great for home automation projects

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

      Yes exactly

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

    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  หลายเดือนก่อน

      All the best

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

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

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

      We can customise

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

    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

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

    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  หลายเดือนก่อน

      Hahaha
      Definitely this project will stand out

  • @zareeharilmy5129
    @zareeharilmy5129 26 วันที่ผ่านมา

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

  • @starkluyim.3242
    @starkluyim.3242 หลายเดือนก่อน

    Thank you, sir, for creating this insightful video! It couldn't have come at a better time. I've been delving into Offline Voice Recognition modules for my college project aimed at developing a smart classroom, and your timely upload is immensely helpful.
    Moreover, could you kindly guide me on how to purchase this module?

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

      You can buy this form SeeedStudio website
      But if you can wait, I have order a cheaper alternative if this and will start selling this once arrived may be end of April.
      Follow us on Instagram to stay updated

    • @starkluyim.3242
      @starkluyim.3242 หลายเดือนก่อน

      Okay sure I will wait for it...
      Thank you so much for your response and I'll definitely follow your Instagram account.

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

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

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

    This module can be used in robots with custom commands and also used in interactive projects

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

    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😊

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

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

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

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

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

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

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

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

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

    Customising voice commands feature sounds nice

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

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

  • @shawonarefin9558
    @shawonarefin9558 25 วันที่ผ่านมา

    How can i use a esp32 module insteed of arduno

  • @basicelectronics6324
    @basicelectronics6324 หลายเดือนก่อน +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  หลายเดือนก่อน

      Good idea 👍

    • @thiensu1958
      @thiensu1958 18 วันที่ผ่านมา

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

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

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

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

    Amazing video sir, this type of tech can be used for making voice controlled robots

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

      Yes you can

  • @snopz
    @snopz หลายเดือนก่อน +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 😊

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

    Wow this is an amazing project would love to recreate this project.

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

      Which project?

  • @techmobo136
    @techmobo136 หลายเดือนก่อน +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  หลายเดือนก่อน

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

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

    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.

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

    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.

  • @spicer41282
    @spicer41282 18 วันที่ผ่านมา +1

    Thank you for this product intro!
    Sub'd and Liked!
    I do have 2 simple questions?
    Can you tell me if one of the 150 commands includes a default simple question & response built in for:
    "Hey Pudding what Time Is It?" and "Hey Pudding, what Day is it?"
    Which does not need any command coding.

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

    Arduino or Node mcu with temperature sensor and display the result in 2 digit 7 segment display also monitor the temperature in app. ,tutorial is there in your playlist ? If not pls make it bro if i get this module i will use to control the temperature pv and sv

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

    Thank you for sharing. It will be great for my smart clock project.

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

      How it will be used in smart clock?

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

      First of all thanks for the question. It's not actually just a smart clock but a smart companion for desk with multiple features.

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

    Can it be compatible with raspberry pi?

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

    nice knowing this technology thank you for introducing us with this nice technology

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

    I would utilise it switch on ambient lighting after I enter my home.

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

    Great sir i will use this modul in my car to scroll window and light and indicaters make a smart car

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

      Nice….

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

    Bro pls give link of indian retailer who has it in stock, home iot solutions integration will be nice

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

    Two months back I was searching for this module for project

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

    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  หลายเดือนก่อน

      But once command is leaked anyone can access

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

    Great video thanks for giving us everytime aa useful technology and guiding us with your precious knowledge easily and smoothly ❤️

  • @bappapan1297
    @bappapan1297 13 วันที่ผ่านมา

    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.

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

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

  • @athleticapes5707
    @athleticapes5707 19 วันที่ผ่านมา

    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

  • @user-fe9nn7ec7s
    @user-fe9nn7ec7s หลายเดือนก่อน

    I own a big shell fireworks license. I would create a device for firing different fireworks with different voice commands. For this, I would train an own model for this device with TinyML and TensorFlow Micro. I already have experience with the mltk from SiLabs. It would be very nice if I get a chance to get this kit! I'm also on the embedded world next week. If you are there, please let me know :).

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

    I will be installing this in my room with esp32 to control all light fans

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

    Great Job Sachin. How this will be used to control our normal home appliances. Make video on this

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

      Definitely sir
      I’ll be making more content using this

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

      @@techiesms Is this product available with you let me know the price on my mobile no. (you have my number) I would like to order it right now

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

      Is this product is available with you. What is the price. Please reserve one for me

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

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

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

    so would it be possible to use a custom wake word

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

      Yes

  • @tselvakumarmca17
    @tselvakumarmca17 20 วันที่ผ่านมา

    This is awesome, give some idea that we may use in educational field

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

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

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

    Hey can we do the similar Project but using ESP 32

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

      Yes

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

    I will use it to control spider robot from voice and it is so cool and I will learn lot of things.

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

      Yes definitely

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

    This offline voice controlled device is secure and next level

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

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

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

    yhaa using this module I can do my home automation project completely voice commands😗😗😗

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

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