How To Run ChatGPT on your Arduino Projects

  Рет қаралды 19,551

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

Пікірлер: 51
@andrewstallard1897
@andrewstallard1897 11 ай бұрын
Glad I ran into your channel. Just what I love to try and learn. Thanks for sharing your knowledge.
@sagarneupane4724
@sagarneupane4724 4 ай бұрын
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!
@myomyintnaing1271
@myomyintnaing1271 6 ай бұрын
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 8 ай бұрын
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?
@sarahmiller9188
@sarahmiller9188 8 ай бұрын
Thanks great stuff
@legacyvideos4318
@legacyvideos4318 11 ай бұрын
Can I use any ESP board?
@sunilvijaya3781
@sunilvijaya3781 Ай бұрын
can u come down from speed of light to speed of sound?
@Monsieur.Nobody.
@Monsieur.Nobody. 3 ай бұрын
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?
@gake71
@gake71 7 ай бұрын
which is the wifi library
@kokobotofficial
@kokobotofficial 29 күн бұрын
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!
@YashSharma-gd1lm
@YashSharma-gd1lm Ай бұрын
How do I get apiUrl
@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.
@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?
@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
@andrejrac1319
@andrejrac1319 7 ай бұрын
I cant find httpclient library
@Aidansstuff_
@Aidansstuff_ Жыл бұрын
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 11 ай бұрын
I'm having the same issue, i guess it occurs when chatgpt response is too big
@barath9606
@barath9606 5 ай бұрын
Bro im getting https error please help me bro
@Blank_User239
@Blank_User239 9 ай бұрын
*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 8 ай бұрын
you need to bye the API key...
@Aidansstuff_
@Aidansstuff_ Жыл бұрын
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
@Santhoshrajy
@Santhoshrajy Жыл бұрын
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?
@Avidiy
@Avidiy 7 ай бұрын
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 6 ай бұрын
Help
@Avidiy
@Avidiy 6 ай бұрын
It has been a month
@NicksStuff
@NicksStuff 3 ай бұрын
Dude, you make amazing videos, don't use clickbait titles! ChatGPT does *not* *run* on the ESP32.
@TheRealSpaceC
@TheRealSpaceC 25 күн бұрын
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 25 күн бұрын
@@TheRealSpaceC Yeah, ChatGPT doesn't run on my computer either.
@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.
@A_b_h_i_z_z_z
@A_b_h_i_z_z_z 6 ай бұрын
I made a voice assistant using esp32 and chatGPT API
@Dailydoseofcubing1
@Dailydoseofcubing1 8 ай бұрын
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 7 ай бұрын
Im sorry but no I wanted to do it also, i suggest to buy alexa you can get it for 30 bucks
@Dailydoseofcubing1
@Dailydoseofcubing1 6 ай бұрын
@@andrejrac1319 cant take alexa to school for science fair
@ExcaliburCanon-eh3lu
@ExcaliburCanon-eh3lu 6 ай бұрын
😁😁😁
@lumisensetechnologies9322
@lumisensetechnologies9322 4 ай бұрын
kzbin.info/www/bejne/fmmzgnWMpMSfa7c
@salvatoremurianni
@salvatoremurianni 3 ай бұрын
fantastic.. that´s an evolution of this project though. thanks for sharing
From Ideas to Code: Enhancing Arduino Programming with chatGPT!
13:47
- А что в креме? - Это кАкАооо! #КондитерДети
00:24
Телеканал ПЯТНИЦА
Рет қаралды 8 МЛН
World’s Largest Jello Pool
01:00
Mark Rober
Рет қаралды 63 МЛН
ChatGPT + Raspberry Pi -  A ChatGPT powered Raspberry Pi chatbot
6:35
Thomas the Maker
Рет қаралды 71 М.
Arduino Projects - 12 GREAT Ideas for you!!!
9:00
ToP Projects Compilation
Рет қаралды 355 М.
ESP32 Voice Assistant with ChatGPT: Your Personal AI Companion
8:26
The coolest robot I've ever built!
19:40
Thomas Burns
Рет қаралды 4,5 МЛН
Revolutionize Your ESP32 Projects with Live GPIO Pin Monitoring!
8:08
The Last Outpost Workshop
Рет қаралды 158 М.
Running ChatGPT on ESP32 with Audio Output 🔉🔊
10:50
techiesms
Рет қаралды 62 М.
chatGPT in your Arduino project?!
10:26
Programming Electronics Academy
Рет қаралды 12 М.
Arduino To ESP32: How to Get Started!
9:26
Robonyx
Рет қаралды 264 М.
Running ChatGPT on ESP32: AI Conversations at the Edge Made Possible
17:36
小宇宙不要那么小气嘛!#火影忍者 #佐助 #家庭
0:11
火影忍者一家
Рет қаралды 19 МЛН
Jumping off balcony pulls her tooth! 🫣🦷
1:00
Justin Flom
Рет қаралды 6 МЛН
REAL OR FAKE?
0:10
dednahype
Рет қаралды 8 МЛН