The BEST ESP32 project based on ChatGPT | IOT Projects | NextPCB

Поділитися
Вставка
  • Опубліковано 27 лис 2024

КОМЕНТАРІ • 290

  • @techiesms
    @techiesms  10 місяців тому +11

    If we ever make version 3 of this project, what will be your suggestions about adding/removing things in this project? Share your thoughts..

    • @Lointain-Cosmic-Horizons
      @Lointain-Cosmic-Horizons 10 місяців тому +3

      Make it offline. Even tho it seems a little hard

    • @Lointain-Cosmic-Horizons
      @Lointain-Cosmic-Horizons 10 місяців тому +1

      Great work anyways. As always I will keep buying products from you

    • @Lointain-Cosmic-Horizons
      @Lointain-Cosmic-Horizons 10 місяців тому +2

      The thing is ultimately it isn't free

    • @AmmarNegm
      @AmmarNegm 10 місяців тому

      you can do the same thing (generative language) for Gemini Pro and I have a good idea, you can make the project more beautiful by using OLED screen (SSD1306) and Wowki Animator.

    • @AmmarNegm
      @AmmarNegm 10 місяців тому +5

      Because Gemini API is free and I have another idea:2. ESP (I mean the ESP32 module that controls the speaker) should be in the box, but
      1. Let the esp (I mean the esp32 module that controls the microphone) be on a remote control and record the sound when you click the button.

  • @marcelverhoeven3514
    @marcelverhoeven3514 9 місяців тому +5

    As suggested below: use a wakeup word and create the possibility to 1. run an Internet radio 2. use ChatGPT for question/answer, 3 Perform an action with Servomotor. Integrate also the board DY-HV20 for predefined responses.
    Then this project will become a very good foundation for a ROBOT.
    Anyway: Sachin congrats: version 2 works!!

  • @xeuangammer9364
    @xeuangammer9364 9 місяців тому +8

    Custom PCB design isn't there on the description Can u please upload that

  • @lifescience4all
    @lifescience4all 10 місяців тому +7

    its look amazing ... this time your talking clearly and slowly thanks for this video last video i got so many errors. hope this time its work... i will update once its works...Please keep doing this kind of videos...

    • @techiesms
      @techiesms  10 місяців тому +2

      I try my best to minimise the errors
      So do try it out and let me know if you still get any error

    • @amalnp3934
      @amalnp3934 8 місяців тому

      Bro did that work

    • @lifescience4all
      @lifescience4all 8 місяців тому

      @@amalnp3934 not working bro

  • @rselvarajanMBA
    @rselvarajanMBA 10 місяців тому +30

    Unfortunately, ChatGPT API isnt cheap. You incur cost for both input and output , so a device running chatgpt as the interface will quickly run out of credits. A better alternative is to use Hugging chat which is free but it only has python library.

    • @omkarbansode6305
      @omkarbansode6305 10 місяців тому

      Thanks for the suggestion

    • @LooksmaxingYT
      @LooksmaxingYT 10 місяців тому +1

      Bro help me about Google api is there alternative

    • @snopz
      @snopz 9 місяців тому +2

      You can just scrape the library api and use it in c code instead of the openai api

    • @omkarbansode6305
      @omkarbansode6305 9 місяців тому +1

      @@snopz can you please explain it in little more detail if possible or provide with the some links please

    • @jaysalomon5298
      @jaysalomon5298 9 місяців тому

      I've tried multiple options , from llama based models , home start etc and a few local LLMs all native on my GPU but none of them compare to GPT APi, it is expensive but I've set my spend to £6 a month and use the cheapest 3.5 API and it's just unrivaled, I used it integrated into home assistant and no other LLM comes close , which is unfortunate for the time being

  • @sparshsinghg
    @sparshsinghg 9 місяців тому +9

    Is there a specific reason you chose to have two different boards for two different functions? Can’t both of them be uploaded into one?

  • @RomanFoltyn-n3r
    @RomanFoltyn-n3r 9 місяців тому +6

    Hello Techiesms!
    The project is working great - great job!
    The problem is low processor memory. only 2 seconds for the Questions task is too little. Longer responses are skipped because the receiving buffer is too small. I have a question whether it is possible to modify the program for ESP32 VROVER to extend the Voice Recorder (5 sec) and the receiving buffer for Text 2 Speech (Max Tokens 100).
    Then the device would be perfect!
    Warm greetings from Bavaria!
    Roman

  • @kaloprojects
    @kaloprojects 9 місяців тому +1

    just seen i made your 123.000's youtube abo lol :D, congratulation techiesms :) .. go on with this great work !, locking forward v.3

    • @techiesms
      @techiesms  9 місяців тому

      Thank you ✌️

  • @kaloprojects
    @kaloprojects 9 місяців тому +1

    Hi techiesms,
    your project is awesome .. can't wait for next steps. I will rebuild it for sure, doing some adjustments and enjoy ;). Any ideas for battery mod would be best anyhow. To your questions on eof videe (ideas for next steps), here my personal coins:
    1. stay with ESP32, not using Raspberry Pi, reasons e.g: (a) we can utilize the existing code, no Python needed, (b) no Pi (Unix OS) overhead needed, keep it small and beauty, and (c) much easier for battery powering .. just my coin (i jumped once to Pi, did not like it .. then went back to my sweet home ESP32 & Teensy ;)
    2. solving the input length issue would be most important (i feel 2 or 3 seconds are too short for nice chats)
    3. yes, solving the charging issue, would be awesome to have this beauty box totally portable !
    4. later on maybe a 'wake-up-key' phrase (just optionally, i will stay with a simple capacitive touch button for now)
    just my coins, I'm exited next steps ! .. cool work !

  • @techieviral9741
    @techieviral9741 10 місяців тому +2

    Thank you so much for this latest project.
    Hats off for your contribution to the hobbyist community. ❤❤

  • @amalnp3934
    @amalnp3934 9 місяців тому +4

    The audio.h Library shows an error like
    In file included from c:\Users\sreerama\Documents\Arduino\libraries\ESP32-audioI2S-master\src\Audio.cpp:15:0:
    c:\Users\sreerama\Documents\Arduino\libraries\ESP32-audioI2S-master\src\opus_decoder/opus_decoder.h:7:20: fatal error: memory.h: No such file or directory
    compilation terminated.
    exit status 1
    Compilation error: exit status 1

    • @eyesontheshow1376
      @eyesontheshow1376 8 місяців тому

      Same error did you find the solution...? Please help 🙏

    • @eyesontheshow1376
      @eyesontheshow1376 8 місяців тому

      @amalnp3934 did you find the solution of this error, please help

    • @saidevdhal
      @saidevdhal 8 місяців тому

      Download that directory or library

    • @rohitpujari2710
      @rohitpujari2710 8 місяців тому

      ​@@saidevdhalfrom where?

  • @leeronlacson813
    @leeronlacson813 9 місяців тому +2

    Hello! Can you provide the design of the PCB that you used?

  • @pushparajahpushpandan6268
    @pushparajahpushpandan6268 10 місяців тому +3

    Great project and why can not we use single DevKit for this?

  • @singhlaprit2117
    @singhlaprit2117 9 місяців тому

    use DC to DC converter and for the trigger use an accelerometer like lis2dw12 which has a power consumption of around 1 microamp, put deep sleep both esp32, and when someone taps on your project or shakes it it gives a trigger, same as your IR sensor, and both esp32 wakeup and ready for normal operations there same delay when wakeups like connect to the router and other process so indicate with light when the system is ready after no voice listening for certain period, go back to sleep overall power consumption should be around 20 uam ,if Load Switch IC use where ever needed and your low power consumption device is ready is may able to run 1 month on 1000 mah battery

  • @AmmarNegm
    @AmmarNegm 10 місяців тому +4

    You are great, you can do the same thing (generative language) for Gemini Pro and I have a good idea, you can make the project more beautiful by using OLED screen (SSD1306) and Wowki Animator.

    • @AmmarNegm
      @AmmarNegm 10 місяців тому +3

      For example, when receiving a response, let the OLED screen perform a certain animation, let a logo appear when it is started, etc.

  • @5013Lakshminarasimman.S
    @5013Lakshminarasimman.S 9 місяців тому +6

    how to get the pcb ??

  • @snopz
    @snopz 10 місяців тому +1

    You could use one single esp32 and link it to esphome and make a pipeline for the chat gpt and the tts and stt (tts and stt are free and open source in home assistsnt)
    And also you will be able to use wake word instead of the distance sensor.

    • @LooksmaxingYT
      @LooksmaxingYT 10 місяців тому +1

      Bro help me about Google api is there alternative

    • @LooksmaxingYT
      @LooksmaxingYT 10 місяців тому

      Bro help me about Google api is there alternative

    • @antonpegov2745
      @antonpegov2745 10 місяців тому +1

      What free tts and stt you mean? 😮

    • @snopz
      @snopz 9 місяців тому +1

      ​@@antonpegov2745piper(tts) and whisper(stt) they are both free and open source and included in home assistant as integrations

  • @prachidevram120
    @prachidevram120 10 місяців тому +2

    What about proximity sensor ?
    How it should be connected in circuit?
    Also, how is working the way its changing color ?

    • @eyesontheshow1376
      @eyesontheshow1376 9 місяців тому

      same question , Have you found a solution to this issue?

    • @AyomidePopoola-kr7qz
      @AyomidePopoola-kr7qz 2 місяці тому

      You should check the last video in the V1 series. The connection diagram was there.

  • @scienceoftheuniverse9155
    @scienceoftheuniverse9155 10 місяців тому +2

    Great as always. Really appreciate your great effort

    • @techiesms
      @techiesms  10 місяців тому

      Thank you so much 😀

    • @LooksmaxingYT
      @LooksmaxingYT 10 місяців тому

      ​@@techiesmsBro help me about Google api is there alternative

    • @naitik9534
      @naitik9534 10 місяців тому +2

      bro techsims can I make it work without pcb

    • @naitik9534
      @naitik9534 10 місяців тому +2

      through jumper wires

  • @FunnyGaming-up7gl
    @FunnyGaming-up7gl 7 місяців тому +4

    Where do I get the gerber file of the PCB?

  • @vuaxumu0lin3
    @vuaxumu0lin3 9 місяців тому

    Great, thanks for share. Love u.

  • @suvojitkumbhakar1724
    @suvojitkumbhakar1724 8 місяців тому +1

    @techiesms can i use Gemini api instead of chat gpt api ?

  • @TaytasMmm
    @TaytasMmm 3 місяці тому

    can you tell advantages to this project

  • @katspro-techug7687
    @katspro-techug7687 9 місяців тому +3

    Good work am replicating it but got issue with Speech_to_text. I followed video all steps but you didn't talk about network_param.h file. About "getting the certificate for your region". Both set of code uploadd fine for both esp32 but for the case is speechToText my esp32 crash (keeps on restarting when trying to communicate with Google STT api)
    Error: Processing your Audio File
    Json daata---
    Guru Meditation Error: Core 1 panic'ed (LoadProhibited). Exception was unhandled.
    Core 1 register dump:
    PC : 0x4000c677 PS : 0x00060a30 A0 : 0x800d1d11 A1 : 0x3ffb1c90
    A2 : 0x00000000 A3 : 0x3f4002cb A4 : 0x3ffb1d08 A5 : 0x000001d5
    A6 : 0x00000000 A7 : 0x3ffb86e0 A8 : 0x3ff44000 A9 : 0x00000000
    A10 : 0x00002a00 A11 : 0x3ff49040 A12 : 0x08000000 A13 : 0x00000007
    A14 : 0xffffffff A15 : 0x0000000a SAR : 0x0000001e EXCCAUSE: 0x0000001c
    EXCVADDR: 0x00000000 LBEG : 0x400014fd LEND : 0x4000150d LCOUNT : 0xffffffff
    ELF file SHA256: 0000000000000000
    Backtrace: 0x4000c677:0x3ffb1c90 0x400d1d0e:0x3ffb1cb0 0x400d2893:0x3ffb1f90 0x400d8054:0x3ffb1fb0 0x400899f6:0x3ffb1fd0
    Rebooting...

  • @TaytasMmm
    @TaytasMmm 3 місяці тому

    can you tell the some advantages of this project

  • @muthukrishnan8229
    @muthukrishnan8229 Місяць тому

    Hello can you provide the link of the pcb that has used

  • @kaloprojects
    @kaloprojects 7 місяців тому

    Hi techiesms .. let us know: could you solve the 2 sec record length issue meanwhile ? I would love to record e.g.5-10 secs. ANY idea so much welcome - thank you!

  • @mr.whitetech3887
    @mr.whitetech3887 8 місяців тому

    If Possible can We Change The Voice note Of The Assistant with The Help Of Other AI Softwares Like Eleven's lab To Change The Voice Note Of The Output?

  • @sanjayraju3084
    @sanjayraju3084 8 місяців тому +1

    Bro can you send the link of the PCB design you have build it

  • @Adrian-yz7oe
    @Adrian-yz7oe 10 місяців тому

    Great video! When its finished and polished it will bean awesome unit to buy

  • @waynesouth
    @waynesouth 7 місяців тому

    can you make ESP32 project based on ollama Stand alone GPT

  • @nawanivivek1
    @nawanivivek1 10 місяців тому +2

    I love this channel.... But only thing which bother me the promotion of Chinese PCB manufacturers.
    Your all videos are Chinese PCB manufacturers sponsored.... I know they are giant in this domain but try to promote Indian PCB manufacturers...Give preference to them. I can understand where it leads but nothing against your channel. we love the content. Just a humble request to promote Make in India or at least reduce Chinese content... Hope you flourish..cheers

    • @x-6790
      @x-6790 10 місяців тому

      Yes bro

    • @techiesms
      @techiesms  10 місяців тому +7

      I can understand your feelings.
      But you don’t know the other side of content creation.
      It is our job and it helps us to pay our bills. I’m not getting any kind of support from Indian PCB manufacturers or may be any Indian electronics company.
      So if I stop Chinese collaborations as well, may be I need to shutdown my channel because I don’t have any other job. My UA-cam channel is the only full time job I’m doing.
      And only a UA-camr will understand why I’m doing this collaborations, a normal people might not understand because even UA-cam algorithm is very difficult to serve. I can observe that daily someone is shutting down their UA-cam channel just because UA-cam algorithm is not promoting their videos , which doesn’t generate views and doesn’t generate revenue as well.
      That’s the only thing I can share with you and I hope you got some overview about what’s going behind.
      In the end , I’ll just request you all people that whichever creators videos you genuinely like please try to like on it, comment on it and share it. That’s the best way to say thank you to creators like us.
      And let’s hope in future I get some Indian Collaborations as well.

  • @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?

  • @TheBestClips221
    @TheBestClips221 10 місяців тому

    Great video, can you make a a video about esp32c6 and his zigbee ability inside arduino ide? There is no one video on that topic....

  • @mibrahim4245
    @mibrahim4245 10 місяців тому

    so did you solve the problem of slow response from Google Cloud Speech to Text ?
    did you provide it with the optimal audio resolution ?

  • @ArjunKohli
    @ArjunKohli 7 місяців тому

    How much google cloud account charge initial amount when we verify.
    Can we direct pay by netbanking that amount ?

  • @joshuaolaiya
    @joshuaolaiya 10 місяців тому +1

    How much does it cost to buy one from you including the schematics and code?

    • @joshuaolaiya
      @joshuaolaiya 10 місяців тому

      Isn't there free api instead of using Google cloud and OpenAI chatgpy

    • @saidevdhal
      @saidevdhal 8 місяців тому

      Code is free idk about schematics and iots are 1500 inr

  • @TomS699
    @TomS699 10 місяців тому +1

    Why are you using two esp32's ??? It has dual core

  • @estugit
    @estugit 2 місяці тому

    Hello Sir, can I use the schematic for gemini esp32?

  • @sukhrajhothi1542
    @sukhrajhothi1542 2 місяці тому +1

    PROCESSING YOUR AUDIO FILE
    CONNECTION FAILED!
    how do i fix this?

  • @TheAvidtech
    @TheAvidtech 10 місяців тому +1

    sir please upload fast and make a video on how to change the voice of ai and work like robot

  • @ZenHulk
    @ZenHulk 9 місяців тому

    I wish i could solder, maybe if i can get the cornea transplant someday.

  • @yuvraj_kumargupta
    @yuvraj_kumargupta 2 місяці тому

    How can I order a green board to assemble these kit.

  • @Trigon-j7t
    @Trigon-j7t 4 місяці тому

    Please upload the 2.1 version as soon as possible 😅

  • @VDVR-le4wx
    @VDVR-le4wx 6 місяців тому

    Hi sir very useful this video
    And then I am Studying college
    I have submit my Minor project
    In this Chatgpt based voice assistant project is ok or not
    It was successful completed and ahow the output clearly pls clear my doubt and pls reply

  • @mr.whitetech3887
    @mr.whitetech3887 8 місяців тому

    Waiting for the Next Version video !!!!

  • @26shalinilande56
    @26shalinilande56 7 місяців тому

    Project is amazing but I need help that speech to text works but text to speech doesn't work Plz give me suggestions. .??what should I do

  • @technowiz10
    @technowiz10 7 місяців тому

    Can we make this project by capturing photos using esp32 cam according to our prompt and processing it using open ai and get the result through a speaker

  • @amoghrao9260
    @amoghrao9260 8 місяців тому +1

    How can i get youyr PCB

  • @snopz
    @snopz 9 місяців тому +1

    Does anyone found anyway to increase recording time?

  • @mailoctho.success
    @mailoctho.success 6 місяців тому

    hello, i want this project to be able to combine voice to control multiple devices

  • @akshanshmohan2175
    @akshanshmohan2175 10 місяців тому +1

    Unfortunately, it is using ir sensor to wake it up. You have to add wake up word in the project so that the assistant can wake up without ir sensor. _try to add it fast and provide us_

    • @saidevdhal
      @saidevdhal 8 місяців тому

      Easy 🙌🏻

    • @Cepha-t5f
      @Cepha-t5f 7 місяців тому

      ​@@saidevdhal hi can i get the code for text to speech and speech to text ,iam getting error from github code

    • @saidevdhal
      @saidevdhal 7 місяців тому

      ​@@Cepha-t5f Are you working on this project ? currently

  • @marcelverhoeven3514
    @marcelverhoeven3514 9 місяців тому

    WiFiManager with SPIFFS data memory for the API keys

  • @MANITDANGAL1125
    @MANITDANGAL1125 8 місяців тому

    Why didn’t you use esp32 module only

  • @electriquefarmaci
    @electriquefarmaci 3 місяці тому

    Can u provide the PCB file so we can order from that website?

  • @kaloprojects
    @kaloprojects 5 місяців тому

    Hi techiesms ;) .. in case you still search for a ESP32 code to record audio with any length and store on SD card (2 sec .. 10 secs or minutes), let me know. I could finalize a code snippet myself for ESP32 not needing any Audio.h libraries). I also coded an SpeechToText API call (sending my wav from SD card to 'Deepgram' receiving an transcription text). Both togehter works perfect in my opinion. And will allow me to use one ESP32 only for the complete Assistant :) .. and funny: i might keep the 2 ESP still, because i love your Tx/Rx concept (my left ESP is doing Open AI only) .. my 2nd ESP is handling Recording & STT and TTS only (for any projects, not Open AI only)

    • @techiesms
      @techiesms  5 місяців тому +1

      Can you share me those codes on techiesms@gmail.com
      I’m still looking for that solution

    • @kaloprojects
      @kaloprojects 5 місяців тому

      @@techiesms will do ;) .. give me few days to cleanup final code, Deepgram Dev folks might publish my STT piece in their Github too (will let you know when done, assuming in few days too).

    • @techiesms
      @techiesms  5 місяців тому

      @kaloprojects thanks, will be waiting for your response

    • @techiesms
      @techiesms  5 місяців тому

      Any update ?

    • @kaloprojects
      @kaloprojects 5 місяців тому

      @@techiesms yes, see my email ;)

  • @Thuliolima2008
    @Thuliolima2008 10 місяців тому

    Very good 😮

  • @Indu-x1e
    @Indu-x1e Місяць тому

    Sir can you provide Gerber file.. of the project.. please

  • @vijayendragoud119
    @vijayendragoud119 9 місяців тому

    sir can you make evive - The Best DIY Prototyping Tool with in custam pcb desion and in limited buget it can fill all the dream who are intreasted in electroice plz help

  • @Alice8000
    @Alice8000 3 місяці тому +1

    I checked the code and there's a line that saves and uploads your API key to his google docs. BE CAREFUL!

    • @Drzafar2438
      @Drzafar2438 2 місяці тому

      oh my god

    • @techiesms
      @techiesms  2 місяці тому

      Please let me know on which line you think this is happening ?

    • @Drzafar2438
      @Drzafar2438 2 місяці тому

      @@techiesms Oh, you see the messages and ignore as well, But this was the message that urged you to open up!

    • @techiesms
      @techiesms  2 місяці тому

      If you get a lot of comments on a daily basis, it is normal to forget to reply some of the comments because we are not actively watching the comments all the time, everytime

  • @JaidevBali
    @JaidevBali 7 місяців тому

    can you post pcb documents?
    Thanks

  • @vimal_jayavel3007
    @vimal_jayavel3007 2 місяці тому

    where did get pcb ?

  • @arsalankhan5974
    @arsalankhan5974 10 місяців тому

    WHICH SOFTWARE YOU USE TO MAKE PCB DESIGN AND ALSO CAN A BEGINNER USE THAT .....???

    • @techiesms
      @techiesms  10 місяців тому

      Easyeda
      And yes it’s beginner friendly

  • @LooksmaxingYT
    @LooksmaxingYT 10 місяців тому +1

    Bro help me about Google api is there alternative credit card issues 😭

  • @SHEWALEATHARVAPRABHAKAR
    @SHEWALEATHARVAPRABHAKAR 3 місяці тому

    what is the estimated budget

  • @kalalakinto6830
    @kalalakinto6830 7 місяців тому

    How could I order the PCB board of the project

  • @gulipagijagan9522
    @gulipagijagan9522 3 місяці тому

    What is the difference between alexa and this assistant bro give me clarity 😊

  • @DaniM.N
    @DaniM.N 3 місяці тому

    Do you need permission or patent right license for doing your gadget sales business to open public ?

  • @sanchaykumar9903
    @sanchaykumar9903 10 місяців тому

    Can we use esp home and add wakeup word and keep rest code same?

  • @buvaneshprakash3970
    @buvaneshprakash3970 4 місяці тому

    Actually I am a school student how do I create a pcb and get its so hard, any easy way to get pcb easily...?

  • @DUBIX_INT
    @DUBIX_INT 9 місяців тому

    What changes do i need to make in the code to be able to use Google Gemini api instead of chatgpt api

  • @Mithusanth-xg8ys
    @Mithusanth-xg8ys 8 місяців тому

    How to connect a display with it for see pictures

  • @Pxxmprimegame
    @Pxxmprimegame 10 місяців тому +1

    "Compilation error: 'i2s_read_bytes' was not declared in this scope " anyone help me please!!

    • @techiesms
      @techiesms  10 місяців тому

      Share the screenshot of the error on our WhatsApp
      8200079034

    • @winn8888
      @winn8888 9 місяців тому

      Pretty sure this happens if you're using an esp32 board package version newer than 1.0.6. 'i2s_read_bytes' has been superseded in newer versions. If you downgrade to 1.0.6 using the board manager (see instructions in the video), that might help.

  • @anishpatil9843
    @anishpatil9843 7 місяців тому

    sir where can i find ur pcb design so i can order it

  • @darshanpdl
    @darshanpdl 9 місяців тому

    How many words does it respond at a time?

  • @vijayendragoud119
    @vijayendragoud119 3 місяці тому

    where is pcb desion link

  • @surflaweb
    @surflaweb 10 місяців тому

    Good job

  • @yourbrotherdeepak7699
    @yourbrotherdeepak7699 7 місяців тому

    Agar es assistance ko bna banaya kharide to kitne ka pad jayga

  • @sanjeebkumar8997
    @sanjeebkumar8997 9 місяців тому

    What about rpi small version

  • @20shubhampatil77
    @20shubhampatil77 7 місяців тому

    I am getting error into speech to text section actually I am not getting the text results what should I do

  • @niwanthanaweendrajith6555
    @niwanthanaweendrajith6555 10 місяців тому

    Hi your painless mesh library is not working pls check it😢

  • @sarlasingh8851
    @sarlasingh8851 5 місяців тому

    The STT part runs fine but the TTS part gives me the error :
    architecture or board not supported

    • @josephgeorge3204
      @josephgeorge3204 Місяць тому

      check your esp version.
      ESP Version - 2.0.14 for text to speech and 1.0.6 for speech to text

  • @antonpegov2745
    @antonpegov2745 10 місяців тому

    Why we need two ESP? We have multicore esp’s now, RTOS for multitasking, so why still use this two big guys?

    • @SA-oj3bo
      @SA-oj3bo 9 місяців тому

      They even not work at the same time, I also wonder why he used 2 ESP's..

  • @vijayendragoud119
    @vijayendragoud119 9 місяців тому

    sir can you make a evive starter kit at low cost

  • @Shorts01-f3h
    @Shorts01-f3h 2 місяці тому +1

    Kitna me de dega bhai❤❤❤

  • @joshuaolaiya
    @joshuaolaiya 10 місяців тому

    Isn't there free api instead of using Google cloud and OpenAI chatgpy

    • @saidevdhal
      @saidevdhal 8 місяців тому

      I can make one 😉

    • @Charliedave4332
      @Charliedave4332 4 місяці тому +1

      @@saidevdhal Did you come up with anyone?

    • @saidevdhal
      @saidevdhal 4 місяці тому

      @@Charliedave4332 yup

  • @amoghrao9260
    @amoghrao9260 8 місяців тому

    Can we replace google cloud ai with chtgpt api

  • @BhuvanGowda-e1w
    @BhuvanGowda-e1w 9 місяців тому +1

    Can I get the PCB design

  • @trinankurbera
    @trinankurbera 10 місяців тому +1

    I could bot find the gerber file so please upload it.

  • @paulinbiju2611
    @paulinbiju2611 9 місяців тому

    Can we train the chatgpt api to answer our questions in a particular way

  • @nizaralshabibi3372
    @nizaralshabibi3372 10 місяців тому +1

    How much the amount does google cloud take for verification ?

    • @techiesms
      @techiesms  10 місяців тому

      INR 2

    • @nizaralshabibi3372
      @nizaralshabibi3372 10 місяців тому

      ​@@techiesms Do they take money from my credit card after registration ,or do I have to pay money after the 2 INR?

    • @saidevdhal
      @saidevdhal 8 місяців тому

      ​@@nizaralshabibi3372that's automatic the will take it until the verification completes then they will refund

  • @jhansidurgasreechapala1237
    @jhansidurgasreechapala1237 7 місяців тому

    I'm having an error "[HTTPS] begin...
    [HTTPS] Connection established![HTTPS] GET...
    [HTTPS] GET... failed, error: connection refused" like this if i running .can anyone suggest what to do

    • @ENVYxMajestics
      @ENVYxMajestics 7 місяців тому

      I'm also facing same problem, pls someone solve these questions:)

  • @bakhodirgaybullayev
    @bakhodirgaybullayev Місяць тому

    how to download garber file?

  • @usmanumer9871
    @usmanumer9871 10 місяців тому

    maza a gaya

  • @shivendrapratapsingh5188
    @shivendrapratapsingh5188 10 місяців тому

    Sir also make a video on google bard AI

    • @techiesms
      @techiesms  10 місяців тому

      Do you have any links about their API?

  • @jhansidurgasreechapala1237
    @jhansidurgasreechapala1237 7 місяців тому

    It's a great project so i tried it but i don't know what i have done wrong can you suggest me please.i am getting this error "[HTTPS] begin...
    [HTTPS] Connection established![HTTPS] GET...
    [HTTPS] GET... failed, error: connection refused". please help me

    • @ArjunSingh21bee049
      @ArjunSingh21bee049 7 місяців тому

      Have found the solution to this problem?? I am facing the same issue the speech to text part is working but the chatgpt response is indicating connection refused

    • @jhansidurgasreechapala1237
      @jhansidurgasreechapala1237 7 місяців тому

      @@ArjunSingh21bee049 no ,not yet

    • @RohitKumar-cz5rt
      @RohitKumar-cz5rt 7 місяців тому

      same error if you find yet let me know

    • @dsavaratkar4557
      @dsavaratkar4557 6 місяців тому

      Ya same error, plz if any one has solution for ir

  • @PavolFilek
    @PavolFilek 10 місяців тому

    Nice

  • @SA-oj3bo
    @SA-oj3bo 9 місяців тому

    Two ESP's not work at the same time, I wonder why you used 2 ESP's..

  • @millioncraze2773
    @millioncraze2773 5 місяців тому

    can anyone tell me how i get the mother board

  • @SelvaKumarD-bu9uk
    @SelvaKumarD-bu9uk 9 місяців тому

    In text to speech code i am getting an error in runtime which is memory.h no such file director is found plz help me out

    • @jatinpal2945
      @jatinpal2945 9 місяців тому +1

      how did you solve this ?

    • @saidevdhal
      @saidevdhal 8 місяців тому

      Download the directory

    • @SelvaKumarD-bu9uk
      @SelvaKumarD-bu9uk 8 місяців тому

      can you plz help me to this project plz give me your contact @@saidevdhal