Это видео недоступно.
Сожалеем об этом.

How To Run ChatGPT on your Arduino Projects

Поделиться
HTML-код
  • Опубликовано: 19 авг 2024
  • How to integrate ChatGPT, a powerful language model, with your Arduino projects using a ESP32. Learn the steps to set up ChatGPT on Arduino, including hardware requirements, software dependencies, and libraries. Bring interactivity to your creative endeavors.
    Discord: / discord
    Download The Code Here:
    github.com/Pro...

Комментарии • 52

  • @andrewstallard1897
    @andrewstallard1897 Год назад +2

    Glad I ran into your channel. Just what I love to try and learn. Thanks for sharing your knowledge.

  • @maxouloulou24
    @maxouloulou24 Год назад +4

    Your videos are dope man! Keep up!

  • @NicksStuff
    @NicksStuff 4 месяца назад +5

    Dude, you make amazing videos, don't use clickbait titles! ChatGPT does *not* *run* on the ESP32.

    • @TheRealSpaceC
      @TheRealSpaceC Месяц назад

      Chat gpt runs in the cloud. You can use the ESP32 to send data to the OpenAi servers. Your computer does the exact same thing 👍

    • @NicksStuff
      @NicksStuff Месяц назад

      @@TheRealSpaceC Yeah, ChatGPT doesn't run on my computer either.

  • @sagarneupane4724
    @sagarneupane4724 5 месяцев назад

    No Bullshit , Straight to the point and it was easy to get the code man , thanks , Keep it up

  • @vaishnavibywar620
    @vaishnavibywar620 Год назад +4

    could you please show how you've used lcd tft to give input and make a detailed vdo about it

    • @professorboots
      @professorboots  Год назад +1

      Yeah for sure! I have a couple other videos lined up first, but that one is definitely on its way!

    • @vaishnavibywar620
      @vaishnavibywar620 Год назад

      @@professorboots thanx a lot

  • @kokobotofficial
    @kokobotofficial Месяц назад

    This is very helpful for one of my recent projects however I'd like to know before purchasing anything if I can write my code for my arduino project on the normal python app instead of one specifically for Arduino. Great video btw!

  • @sarahmiller9188
    @sarahmiller9188 8 месяцев назад

    Thanks great stuff

  • @Blank_User239
    @Blank_User239 10 месяцев назад +1

    *I'm putting commands in the serial monitor but the response wont come, it keeps loading the answer but never actually geting it*

  • @omerfarukkat5508
    @omerfarukkat5508 Год назад +2

    Can we take the data from the user with a microphone and then convert it to text and send it to chatgpt, and convert the return from text to voice and transmit it to the user with the help of a speaker?

    • @professorboots
      @professorboots  Год назад +2

      Yes this is definitely possible, but you’ll have to find a viable text to speech service to use. The esp32 won’t be able to convert it for you on its own sadly.

  • @wenhaoye8773
    @wenhaoye8773 9 месяцев назад +1

    Hi, thanks for this project. i found out very useful when using other opensource openai keys. but i wonder if u can help me clearify which library u r using for HTTPClient.h?? may u please tell the package name and author so that i can install correctly in arduino?

  • @ralfgalindo1436
    @ralfgalindo1436 Год назад +2

    you got a link to buy the esp32 you're using in the vid? I wanna make sure i get the right one

    • @professorboots
      @professorboots  Год назад

      I sure do! Here you go www.amazon.com/Teyleten-Robot-ESP-WROOM-32-Development-Microcontroller/dp/B08246MCL5/ref=mp_s_a_1_3?crid=2DZ1DLN3LYNXQ&keywords=esp32&qid=1687132611&sprefix=esp32%2Caps%2C185&sr=8-3

    • @ralfgalindo1436
      @ralfgalindo1436 Год назад

      @@professorboots preciate it man, will you do a full video on the complete project and maybe a how too?

  • @Aidansstuff_
    @Aidansstuff_ Год назад +2

    What specific HTTPClient Library did you use?

    • @professorboots
      @professorboots  Год назад

      I’ll have to check when I get home, but it’s one of the default ones under the arduino library tool.

    • @Aidansstuff_
      @Aidansstuff_ Год назад

      @@professorboots yeah I found the problem was because I didn't have the esp board selected so it didn't recognize the library

    • @muhammedsharwan62
      @muhammedsharwan62 10 месяцев назад

      how to fix the httpclient error

  • @sunilvijaya3781
    @sunilvijaya3781 2 месяца назад

    can u come down from speed of light to speed of sound?

  • @Monsieur.Nobody.
    @Monsieur.Nobody. 4 месяца назад

    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 Arduino? Or would you recommend some other platform for it?

  • @Santhoshrajy
    @Santhoshrajy Год назад +1

    bruh i am getting multiple library errors for this Especially HTTPClient package kindly help me out

    • @professorboots
      @professorboots  Год назад

      Is the code not compiling, or are you getting http error codes?

  • @YashSharma-gd1lm
    @YashSharma-gd1lm 2 месяца назад

    How do I get apiUrl

  • @Aidansstuff_
    @Aidansstuff_ Год назад +1

    I noticed that I'll randomly get "Error -11" when talking to ChatGPT on the serial monitor. It then attempts to try again but whenever it gets any kind of error and tries again it then always returns "Error 401" and gets stuck in a loop of trying again. I understand all the errors are HTTP status codes and I can look up what they mean. However there's no mention of an "Error -11" and I can't find anything by looking it up in forums. I thought maybe it's cause too much information is being sent in the "finalPayload" once the conversation has been going on for too long? I'm no expert, but is there anyone else having this issue?

    • @Aidansstuff_
      @Aidansstuff_ Год назад

      changed the model to "gpt-3.5-turbo-16k-0613" and this seemed to have fix the problem of error -11. I asked ChatGPT what error -11 is and it said "Error -11 typically refers to a segmentation fault in computer programming."

    • @Nemo0001
      @Nemo0001 Год назад +1

      I'm having the same issue, i guess it occurs when chatgpt response is too big

  • @legacyvideos4318
    @legacyvideos4318 Год назад +1

    Can I use any ESP board?

  • @myomyintnaing1271
    @myomyintnaing1271 7 месяцев назад

    is it possible to do it on arduino mkr series board or arduino nano 33 iot? Having some problems doing it on these boards.

  • @A_b_h_i_z_z_z
    @A_b_h_i_z_z_z 7 месяцев назад

    I made a voice assistant using esp32 and chatGPT API

  • @Avidiy
    @Avidiy 8 месяцев назад +2

    I dont have any answers with the code you provided, it shows "conected" even takes the input but does not give any output, i did recive my api key from chat gpt beta website, could that be the problem? please help, i need help ASAP

    • @Avidiy
      @Avidiy 7 месяцев назад

      Help

    • @Avidiy
      @Avidiy 7 месяцев назад

      It has been a month

  • @gake71
    @gake71 8 месяцев назад

    which is the wifi library

  • @andrejrac1319
    @andrejrac1319 8 месяцев назад

    I cant find httpclient library

  • @barath9606
    @barath9606 6 месяцев назад

    Bro im getting https error please help me bro

  • @Dailydoseofcubing1
    @Dailydoseofcubing1 9 месяцев назад

    How can I make it like Alexa, like if I say hey, chat gpt how's the weather? It would speak back to me

    • @andrejrac1319
      @andrejrac1319 8 месяцев назад

      Im sorry but no I wanted to do it also, i suggest to buy alexa you can get it for 30 bucks

    • @Dailydoseofcubing1
      @Dailydoseofcubing1 7 месяцев назад

      @@andrejrac1319 cant take alexa to school for science fair

  • @Dailydoseofcubing1
    @Dailydoseofcubing1 8 месяцев назад

    How do I make it respond to my voice

    • @professorboots
      @professorboots  8 месяцев назад

      Unfortunately the ESP32 doesn’t have a great way to respond to someone’s voice as there isn’t any language recognition model that’s powerful enough for it.

  • @ExcaliburCanon-eh3lu
    @ExcaliburCanon-eh3lu 7 месяцев назад

    😁😁😁

  • @lumisensetechnologies9322
    @lumisensetechnologies9322 5 месяцев назад +1

    ruclips.net/video/H8PQBVo_l5U/видео.html

    • @salvatoremurianni
      @salvatoremurianni 4 месяца назад

      fantastic.. that´s an evolution of this project though. thanks for sharing