How To Run ChatGPT on your Arduino Projects

  Рет қаралды 25,179

ProfessorBoots

ProfessorBoots

Күн бұрын

Пікірлер: 55
@sagarneupane4724
@sagarneupane4724 8 ай бұрын
No Bullshit , Straight to the point and it was easy to get the code man , thanks , Keep it up
@andrewstallard1897
@andrewstallard1897 Жыл бұрын
Glad I ran into your channel. Just what I love to try and learn. Thanks for sharing your knowledge.
@maxouloulou24
@maxouloulou24 Жыл бұрын
Your videos are dope man! Keep up!
@professorboots
@professorboots Жыл бұрын
Thank you!
@NicksStuff
@NicksStuff 7 ай бұрын
Dude, you make amazing videos, don't use clickbait titles! ChatGPT does *not* *run* on the ESP32.
@TheRealSpaceC
@TheRealSpaceC 4 ай бұрын
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 4 ай бұрын
@@TheRealSpaceC Yeah, ChatGPT doesn't run on my computer either.
@LuongVanKhanh-d6m
@LuongVanKhanh-d6m Ай бұрын
how to use it with voice or communicate with chatGPT?
@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
@wenhaoye8773
@wenhaoye8773 Жыл бұрын
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?
@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.
@Blank_User239
@Blank_User239 Жыл бұрын
*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 Жыл бұрын
you need to bye the API key...
@kokobotofficial
@kokobotofficial 4 ай бұрын
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!
@mangominecraft7457
@mangominecraft7457 3 ай бұрын
no, just get the arduino one, its free
@flaquitoeclipro
@flaquitoeclipro Жыл бұрын
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
@flaquitoeclipro
@flaquitoeclipro Жыл бұрын
@@professorboots preciate it man, will you do a full video on the complete project and maybe a how too?
@Monsieur.Nobody.
@Monsieur.Nobody. 7 ай бұрын
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 Жыл бұрын
Can I use any ESP board?
@Avidiy
@Avidiy 11 ай бұрын
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 10 ай бұрын
Help
@Avidiy
@Avidiy 10 ай бұрын
It has been a month
@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 Жыл бұрын
how to fix the httpclient error
@sunilvijaya3781
@sunilvijaya3781 5 ай бұрын
can u come down from speed of light to speed of sound?
@myomyintnaing1271
@myomyintnaing1271 10 ай бұрын
is it possible to do it on arduino mkr series board or arduino nano 33 iot? Having some problems doing it on these boards.
@sarahmiller9188
@sarahmiller9188 Жыл бұрын
Thanks great stuff
@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 Жыл бұрын
I'm having the same issue, i guess it occurs when chatgpt response is too big
@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?
@acex727
@acex727 2 ай бұрын
​@@professorbootsye same here plz help🥲
@gake71
@gake71 11 ай бұрын
which is the wifi library
@YashSharma-gd1lm
@YashSharma-gd1lm 5 ай бұрын
How do I get apiUrl
@Chtn-u6e
@Chtn-u6e Жыл бұрын
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 11 ай бұрын
Im sorry but no I wanted to do it also, i suggest to buy alexa you can get it for 30 bucks
@Chtn-u6e
@Chtn-u6e 10 ай бұрын
@@andrejrac1319 cant take alexa to school for science fair
@andrejrac1319
@andrejrac1319 11 ай бұрын
I cant find httpclient library
@Dhanush06-d
@Dhanush06-d 9 ай бұрын
Bro im getting https error please help me bro
@Chtn-u6e
@Chtn-u6e Жыл бұрын
How do I make it respond to my voice
@professorboots
@professorboots Жыл бұрын
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 10 ай бұрын
I made a voice assistant using esp32 and chatGPT API
@dilshanherath5641
@dilshanherath5641 Ай бұрын
How?
@lumisensetechnologies9322
@lumisensetechnologies9322 8 ай бұрын
kzbin.info/www/bejne/fmmzgnWMpMSfa7c
@salvatoremurianni
@salvatoremurianni 7 ай бұрын
fantastic.. that´s an evolution of this project though. thanks for sharing
@ExcaliburCanon-eh3lu
@ExcaliburCanon-eh3lu 10 ай бұрын
😁😁😁
I tried the Cheapest Arduino Alternative (that Nobody heard of)
13:31
ChatGPT + Raspberry Pi -  A ChatGPT powered Raspberry Pi chatbot
6:35
Thomas the Maker
Рет қаралды 89 М.
How Many Balloons To Make A Store Fly?
00:22
MrBeast
Рет қаралды 115 МЛН
When Cucumbers Meet PVC Pipe The Results Are Wild! 🤭
00:44
Crafty Buddy
Рет қаралды 58 МЛН
Long Nails 💅🏻 #shorts
00:50
Mr DegrEE
Рет қаралды 15 МЛН
ChatGPT Creates Arduino Code
15:16
daveintheshop
Рет қаралды 3,6 М.
ChatGPT with Arduino and ESP32 | C++ and MicroPython coding
40:49
DroneBot Workshop
Рет қаралды 324 М.
Chat GPT 4 With arduino.
3:59
RoboTech X
Рет қаралды 2,1 М.
Machine Learning on Arduino Uno was a Good Idea
12:30
Nikodem Bartnik
Рет қаралды 319 М.
From Ideas to Code: Enhancing Arduino Programming with chatGPT!
13:47
12 Amazing ESP32 Projects explained in 9 minutes!
9:28
ToP Projects Compilation
Рет қаралды 387 М.
The coolest robot I've ever built!
19:40
Thomas Burns
Рет қаралды 4,9 МЛН
The BEST EVER IOT Project using ESP32 🔥🔥 | PCBGOGO
19:44
How to do Object Detection using ESP32-CAM and Edge Impulse YOLO Model
16:50
How Many Balloons To Make A Store Fly?
00:22
MrBeast
Рет қаралды 115 МЛН