How To Run ChatGPT on your Arduino Projects

  Рет қаралды 18,010

ProfessorBoots

ProfessorBoots

Жыл бұрын

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/ProfBoots/ChatGPT-...

Пікірлер: 48
@andrewstallard1897
@andrewstallard1897 10 ай бұрын
Glad I ran into your channel. Just what I love to try and learn. Thanks for sharing your knowledge.
@sagarneupane4724
@sagarneupane4724 3 ай бұрын
No Bullshit , Straight to the point and it was easy to get the code man , thanks , Keep it up
@maxouloulou24
@maxouloulou24 Жыл бұрын
Your videos are dope man! Keep up!
@professorboots
@professorboots Жыл бұрын
Thank you!
@sarahmiller9188
@sarahmiller9188 7 ай бұрын
Thanks great stuff
@myomyintnaing1271
@myomyintnaing1271 5 ай бұрын
is it possible to do it on arduino mkr series board or arduino nano 33 iot? Having some problems doing it on these boards.
@wenhaoye8773
@wenhaoye8773 7 ай бұрын
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?
@NicksStuff
@NicksStuff 2 ай бұрын
Dude, you make amazing videos, don't use clickbait titles! ChatGPT does *not* *run* on the ESP32.
@Monsieur.Nobody.
@Monsieur.Nobody. 2 ай бұрын
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?
@legacyvideos4318
@legacyvideos4318 10 ай бұрын
Can I use any ESP board?
@sunilvijaya3781
@sunilvijaya3781 24 күн бұрын
can u come down from speed of light to speed of sound?
@vaishnavibywar620
@vaishnavibywar620 Жыл бұрын
could you please show how you've used lcd tft to give input and make a detailed vdo about it
@professorboots
@professorboots Жыл бұрын
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
@gake71
@gake71 6 ай бұрын
which is the wifi library
@ralfgalindo1436
@ralfgalindo1436 Жыл бұрын
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?
@omerfarukkat5508
@omerfarukkat5508 Жыл бұрын
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 Жыл бұрын
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.
@YashSharma-gd1lm
@YashSharma-gd1lm 15 күн бұрын
How do I get apiUrl
@Aidansstuff_
@Aidansstuff_ 11 ай бұрын
What specific HTTPClient Library did you use?
@professorboots
@professorboots 11 ай бұрын
I’ll have to check when I get home, but it’s one of the default ones under the arduino library tool.
@Aidansstuff_
@Aidansstuff_ 11 ай бұрын
@@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 8 ай бұрын
how to fix the httpclient error
@Blank_User239
@Blank_User239 8 ай бұрын
*I'm putting commands in the serial monitor but the response wont come, it keeps loading the answer but never actually geting it*
@saberhossian7405
@saberhossian7405 7 ай бұрын
you need to bye the API key...
@Aidansstuff_
@Aidansstuff_ 11 ай бұрын
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_ 11 ай бұрын
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 10 ай бұрын
I'm having the same issue, i guess it occurs when chatgpt response is too big
@andrejrac1319
@andrejrac1319 6 ай бұрын
I cant find httpclient library
@A_b_h_i_z_z_z
@A_b_h_i_z_z_z 5 ай бұрын
I made a voice assistant using esp32 and chatGPT API
@barath9606
@barath9606 4 ай бұрын
Bro im getting https error please help me bro
@Avidiy
@Avidiy 6 ай бұрын
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 5 ай бұрын
Help
@Avidiy
@Avidiy 5 ай бұрын
It has been a month
@Santhoshrajy
@Santhoshrajy 11 ай бұрын
bruh i am getting multiple library errors for this Especially HTTPClient package kindly help me out
@professorboots
@professorboots 11 ай бұрын
Is the code not compiling, or are you getting http error codes?
@Dailydoseofcubing1
@Dailydoseofcubing1 7 ай бұрын
How do I make it respond to my voice
@professorboots
@professorboots 7 ай бұрын
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 5 ай бұрын
😁😁😁
@Dailydoseofcubing1
@Dailydoseofcubing1 7 ай бұрын
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 6 ай бұрын
Im sorry but no I wanted to do it also, i suggest to buy alexa you can get it for 30 bucks
@Dailydoseofcubing1
@Dailydoseofcubing1 5 ай бұрын
@@andrejrac1319 cant take alexa to school for science fair
@lumisensetechnologies9322
@lumisensetechnologies9322 3 ай бұрын
kzfaq.info/get/bejne/fp6AhKWH1MXQZYk.html
@salvatoremurianni
@salvatoremurianni 2 ай бұрын
fantastic.. that´s an evolution of this project though. thanks for sharing
ChatGPT absolutely DOMINATES Arduino programming
18:47
Hanqaqa
Рет қаралды 232 М.
Running ChatGPT on ESP32 🔥🔥
12:05
techiesms
Рет қаралды 55 М.
MEU IRMÃO FICOU FAMOSO
00:52
Matheus Kriwat
Рет қаралды 27 МЛН
Неприятная Встреча На Мосту - Полярная звезда #shorts
00:59
Полярная звезда - Kuzey Yıldızı
Рет қаралды 6 МЛН
FOOLED THE GUARD🤢
00:54
INO
Рет қаралды 61 МЛН
Watermelon Cat?! 🙀 #cat #cute #kitten
00:56
Stocat
Рет қаралды 52 МЛН
Arduino and Chat GPT Experiments
8:26
Mr Innovative
Рет қаралды 41 М.
Running ChatGPT on ESP32 with Audio Output 🔉🔊
10:50
techiesms
Рет қаралды 59 М.
ChatGPT Creates Arduino Code
15:16
daveintheshop
Рет қаралды 1,8 М.
Try these 16 Brilliant ESP32 projects!!!
11:18
ToP Projects Compilation
Рет қаралды 543 М.
How to make Chat GPT AI Voice Assistant using Raspberry Pi 5
10:55
Top 20 Arduino Projects | Arduino project compilation
24:55
Mr Innovative
Рет қаралды 910 М.
From Ideas to Code: Enhancing Arduino Programming with chatGPT!
13:47
Optimizing Arduino Code: no setup(), no loop() ⛔
9:27
Wokwi
Рет қаралды 195 М.
Arduino Projects - 12 GREAT Ideas for you!!!
9:00
ToP Projects Compilation
Рет қаралды 346 М.
Он самый молодой профессиональный камнерез
0:19
🇹🇷Kemer Beach Antalya - Awesome Views - Türkiye
0:12
Benimle Gor
Рет қаралды 30 МЛН