Give your Arduino project a chatGPT AI brain - for ALMOST free

Поделиться
HTML-код
  • Опубликовано: 26 янв 2025

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

  • @programmingelectronics
    @programmingelectronics  Год назад +11

    Check out the code, wiring diagram, and materials needed for this project here:
    bit.ly/chatGPT-terminal

  • @judgeworks3687
    @judgeworks3687 Год назад +38

    I used chatGPT to write arduino sketches for a few projects, last month but haven’t had a chance yet to see if the code works (it was for some art installation projects). If the code does work I’m extra appreciative as the chatGPT also explained the code and how is works in natural language. Also I asked chatGPT to explain how to safely wire the hardware (lights, motor etc) and it walked thru those directions too. Again I haven’t checked the code and builds yet to see if they work-hopefully later this month.

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

      Very cool! It is an amazing new tool.
      I did some very preliminary testing, and was impressed - not to say it's perfect - far from it.

    • @stalincat2457
      @stalincat2457 Год назад +3

      Yeah I am planning to use an arduino to listen in on the communications of an old, pre-obd car. Ofcourse this is a nightmare of a first project so I hope GPT-sensei can help me trough it.

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

      @@stalincat2457 cool project!

  • @ridwanmulyana99
    @ridwanmulyana99 Год назад +7

    I want to try something more advanced with my project idea. The concept is to enable the ESP32 to respond to voice commands, eliminating the need for typing. The output will be played through a speaker via the RobotDFPlayer module. If integrated into a vehicle, it will resemble KITT, the famous car from the show "Knight Rider

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

      That’d be great! A real life KITT!!! I was kicking around a voice interface as well…

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

      I'm looking to do the same for a different project i have been using the DFrobot Speech Synthesis module which has worked well

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

      @@bryanhumphrey3377 very cool!

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

    Hi ! I use Teknic Clearcore with extension board for my project. It have industrial quality 24V inputs/outputs. Asked Chat GPT to generate code in C to use switches to turn on/ off leds / outputs using arrays and debounce.
    I got code, need to rename IO names, added some setup lines and code worked. Used Arduino UI.
    Of course, there is much more to do in this particular Clearcore controller program, but AI is jawdropping.

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

    U can add voice text api so the big keyboard can be removed

  • @jsmythib
    @jsmythib Год назад +8

    chatGTP changes SO MUCH. I still cant believe how well it writes simple, specific code on request. It even generated ascii art for me inside a script(I know its weird!). I want more. Even if my own fate rests in the legacy bin :)

  • @robertrobert5583
    @robertrobert5583 Год назад +41

    That's brilliant. I had an idea that I would have to learn java script to use the api so I am looking forward to seeing how you used c++ / arduino. Might be able to use a SIM module to go totally mobile too.

    • @programmingelectronics
      @programmingelectronics  Год назад +6

      Thanks so much! Love the idea of using a SIM.

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

      IS there complete info how to setup this chatgpt thing? What to buy, how to connect the cables, the code to run, etc?
      Watching this tutorial I see at least 5 different components, which ones are they, how to buy them? And instructions to setup everything would really help people with no code knowledge how to get this started.

    • @bieltorres1815
      @bieltorres1815 Год назад +3

      the code please

  • @seowithkm
    @seowithkm Год назад +7

    This is amazing.
    Reminded me good old days of engineering school. I'll give it a try.

  • @SashaSasha-tt1jc
    @SashaSasha-tt1jc Год назад +1

    NO WAY!
    LITERALLY HAVE THE EXACT SAME KEYBOARD, LIKE YOU!

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

    How to connect the keyboard with the breadboard

  • @bennguyen1313
    @bennguyen1313 8 дней назад

    I'd like to control my custom Android database editor application using voice commands.. something like "Hey Ben, sum the number in column c"
    But I'm wondering if my application should record the command and send it to an AI service to do voice transcription.. (otter ai, vizard, rev, etc)
    or is there an existing library/api that can be leveraged instead? For example, maybe Google Assistant can be integrated into my Flutter app, but what if in the future I'm using an esp32, arduino, etc. ?

  • @no.one.4
    @no.one.4 Год назад +1

    Can you replace the keyboard with a microphone, and the screen with a speaker? That would be awesome

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

    please stabilize the camera, it is make me nauseous xD but i love the video!

  • @gregmansker6176
    @gregmansker6176 Год назад +5

    I really enjoyed the live podcast we (you) had about this. Not sure I see the advantage to this set up other than the size and the fact that it could be done. It would help me more if I could talk to it and get the written answer back. with out a doubt I need to get in and try it more.

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

      Thanks Greg!
      So here's what I'm thinking...as you said - not very practical as is, but I want to explore connecting the response in some meaningful way to an output on the Arduino.

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

    It would be very useful , if you put a brief explanation and how to make it.

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

      Did a walk through here: I hope you find it helpful!
      www.programmingelectronics.com/chatGPT-terminal

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

      @@programmingelectronics thank you so much.😃

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

    On an arduino nano, I need a servo triggered and led to go high when a pir or ultrasonic sensor is triggered. I need the servo to stop, or add a lond delay instead of looping.
    Its a booby trap for backyard racoons thst sre lil terrors.
    The servo is pulling a party popper. I might even double the servo if it works.
    Do I just ask and include the pin numbers?

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

      Sounds like a fun project!
      You'll need to select pins that are PWM enabled for your servo control. Also, you'll probably want a separate 5V power supply for the servos instead of trying to power them through the Nano. Best of luck!

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

    Dudeee, that's help me a lot, thanks. Can you replace the keyboard for the micro and the display for the loudspeaker so it can talk to you like siri.

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

    What did u use to connect the keyboard cable to the breadboard?

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

      A USB breakout like this:
      www.amazon.com/Breakout-MELIFE-Adapter-2-54mm-Pinboard/dp/B07W7XMV3W/

  • @Larimuss
    @Larimuss Месяц назад +1

    I just had this idea today, but with the robot Amazon arduino remote control, has a speaker, just add mic, then use API for text 2 speech too

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

      Neat! I think a lot of folks are trying this kind of thing.

    • @Larimuss
      @Larimuss 24 дня назад +1

      Yeah seems like a fun project to start. And I can run some cool models locally using ollama api, but I’m just not sure if these little things can handle voice recognition as well but I’ll see how it goes my robotics is trash and electrical suck lol. So I’ll start with the basics. But def need to pickup and esp32 with wifi or wifi module

    • @programmingelectronics
      @programmingelectronics  24 дня назад

      @@Larimuss Good luck! Would love to hear how it goes!

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

    I just watched this video, again. Since, the last time I was here there has been some changes. Watching the keyboard and the screen setup. I was thinking about the Adume Movi Speech synthesizer and how it could replace the keyboard and screen. I think it would be cool with the Movi and chatgpt3. I just wonder if the chatgpt would interfere with the code or any previous machine learning code implemented already in the syntax. I mean it would be cool to have chatgpt but still need code for array of servos, led, and ultrasonic sensor and sound sensor in addition to Movi. Then, would chatgpt block any of that. I don't know.

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

    can you say what all pressers would work for this with there purchase link

  • @BlueeBubble
    @BlueeBubble 11 месяцев назад

    Hey, is it possible to have ai and Arduino do a real time voicr synthesizer? Be able to record voice and then upload online to ai and be able to repeat the same voice back?

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

      thank u for that comment. did u figure it out? i had thought of the same, but now i realize that this is not as easy as i expected

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

    Would it be able to do something like this with a dstike deauther watch? As an extra feature.

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

    Great job is this included in you course?

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

      Thanks James! Not yet, but we are kicking around spinning it up into a full blown course that walks in detail through the implementation.

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

    Hey, really like this project, thanks for sharing !
    Is there a component that could register voice commands instead of typing them on a keyboard ?
    Thank you :-).

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

      This is a great idea Alexandre, and we are definitely looking into a cost effective implementation of voice to text.

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

    Sir, what did you use to connect the ps2 keyboard on the esp32 s2?

    • @programmingelectronics
      @programmingelectronics  8 месяцев назад +1

      I have the the PS2 go to a PS2 to USB adapter which I then connect to a USB breakout board. This post has the circuit layout:
      www.programmingelectronics.com/chatGPT-terminal/

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

    what if I create a gpt to behave in a certain way + voice in & voice out to skip the keyboard? I would use this for my cyberpunk diorama to talk with the scifi house lol

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

    is it using local php server post/get ? or build in php web server..? or esp32 wired as handler, just string exchange only

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

    Plzz bring a full video about the connections

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

    The point is, can we get the chatgpt to write code directly into the ide. This means if we have an event based system, let's say either for led or servo connected either esp32 cam or ultrsonic sensor. Which means that when triggered, chatgpt would respond with a new code. More awesome chatgpt could be hands free type of voice assistant like alexa with this system.

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

      OTG programming is possible in ESPs.

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

      This is an amazing idea

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

    how to make this thing , can you provide circuite diagram and code

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

    I need mcp4022 digital potentiometer with arduino uno how to control. Please argent

  • @hypnoticatrance
    @hypnoticatrance 7 месяцев назад +1

    Now make it speech to text and text to speek and i would be happy to see this project and sketches etc. :)

  • @The.2.Minute-Man
    @The.2.Minute-Man Год назад

    Hi from Aussie really enjoyed your video the only thing I would ask is no back ground music .... Liked

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

    Technically you could do this with voice activation, and have it respond in any voice you want. in b4 someone does exactly that.

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

    Could you make the esp32 talk?

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

      Yes, for sure! in fact, I bought a voice synth module that'll probably hook up for the next iteration...

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

    In the off chance ya see this I was curious if we could do the same with GPT 4chan?

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

    How about voice assistant to chatgpt can we connect to arduino?

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

    Is it possible to add voice to text and text to voice for this project?

  • @ps0007-V3
    @ps0007-V3 Год назад

    Sir can use a voice input instead of keyboard

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

    Awesome! Is it possible to use a regular Arduino uno?

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

      You could use a UNO R4 WiFi, you just need a board that connects to the internet, and it would take a little code rework.

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

      @@programmingelectronics will the Xbee wireless work for this alongside with the arduino ?

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

      @@anthonyrickardii6198 I do not believe Xbee is normally used to connect to a WiFi access point, but I could be wrong.

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

    is there a way to integrate voice to it

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

    What components where used?

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

    Can you post the complete tutorial of this project
    It might be very helpful to beginners.
    I'm also a beginner
    After seeing your video I think I want to make this project.
    Can you plz help me

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

    Nice project 🎉 did you choose to do it in C++ because it had the needed libraries, or speed or preferred language instead of microPython?

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

    Hii bro
    Can u do it by chancing the oled display with speakers

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

    Get the arguing to be programmed by the openai api interface so that it will RE-program the arguing on the fly. Then we can start talking skynet.

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

    very informative, thank you! Can the arduino code(API) part generated by chatgpt though?

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

      You could try for sure! It would be interesting to see if it could right the API call - or at least help you get started.

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

    omg, I wish I had that as a toy when I was a kid, it would have been the coolest thing ever!

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

    Can you share a link to your sketch?

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

    Great info, Thank you. Next step, make it recognize voice, and respond in audio.

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

    When are you going to release the code and schematics? im really looking forward to testing this out! how large is the code and how much flash and sram is used? curious to know if it will work on lower end esp32 without asmuch sram and flash

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

      Check out the code, wiring diagram, and materials needed for this project here:
      bit.ly/chatGPT-terminal

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

    Is it possible to operate the program offline without wifi?

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

      Good question! No this one depends on using the openAI API, so it needs wifi

  • @mahadevikharade1683
    @mahadevikharade1683 7 месяцев назад +1

    Wow, how your English is so great 👍👍😊

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

    can you please please share the codes and the schematic diagram

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

    Have you thought about using a camera for the input device and have AI describe what is seen. Thinking of glasses for the blind.

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

    It would be nice to have a ChatGPT terminal implemented as a kind of REtroarch Core so it could run in Retropie emulator frontend as a "game" with CRT filters and such to put it like a cool cyberdeck chat bot. 😂

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

    Dude this Idea is really amazing

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

    Can I do the same with an ESP8266?

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

    I want to use it in esp-wroom-32.
    Please help..

  • @tetter-tech
    @tetter-tech Год назад +2

    How can I get the EPS32?

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

    Bro how to build the chat server using raspberry pi?

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

    WHERE WAS THIS VIDEO WHEN I NEEDED IT THE MOST UGGHH

  • @HeshamEllaban1
    @HeshamEllaban1 Год назад +5

    Great idea! thanks for the video

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

      Check out the code, wiring diagram, and materials needed for this project here:
      bit.ly/chatGPT-terminal

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

      @@programmingelectronics thank you ❤❤

  • @Jibs-HappyDesigns-990
    @Jibs-HappyDesigns-990 Год назад +1

    sounds like U'r making a link controller. good luck!! it looks super portable!! kids should love this!! thanks!! good luck all !!

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

    Never knew ESP32 was capable of all this. Where is the full video with full tutorial and code? This is a life changing video.

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

    This is neato, gonna have to try this myself later, if I still have any developer credits on OpenAI, but last I checked, it looked like I had zero..
    I've been doing projects like this, with a Raspberry Pi Pico lately, pretty fun little devices to work with.. Tho I have to say, the lack of storage and RAM is quite a challenging constraint to work within, especially if working with what MicroPython leaves left-over. :/
    I wonder if a Raspberry Pi Zero W could work for a voice-operated AI Home Assistant using ChatGPT, if I wire a little mic & speaker to it or something.. I got a couple old ones lying around that might be better for the purpose than any microcontroller, as far as I'm aware.. heh

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

      Thanks! Yes, I may be reaching for Pi to get things like smooth voice-to-text and a clear sounding voice response.

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

    i really like the idea !!! can you share the details and the code with us pleaase ⁉

  • @b58-chaitanyasapkal68
    @b58-chaitanyasapkal68 Год назад

    May I know the connection and coding detail of this project?

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

    It's cool, but what's the purpose of this? Is it just for fun or do you see a bigger picture?

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

      Right now just a proof of concept. I’m trying to think of useful ways to use chatGPTs computational ability to do something interesting in an embedded device for me. Im asking myself, is there a situation where I can present chatGPT with some input data (like a sensor reading). Along with maybe some context, and it could respond in a numerical way that my I can program my device to respond to. Im still a bit fuzzy on what this is going to look like, just following some roughs ideas right now.

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

      @programmingelectronics Maybe you can get it to turn on your coffee machine, unlock your front door or open your garage door along with starting your vehicle 5 minutes after your coffee machine starts with just a single keystroke. Now that would be cool and make for a fun video.

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

      @@XInfantryman Cool idea!

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

    Fantastic project, thank you. Can you share the code and parts list for this project?
    Also, can you show/discuss the process of signing up for a Developer Account and getting a key?

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

      Definitely will Ed! I am getting the code up to speed for the most recent chatGPT api.

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

      Awesome, I look forward to it.

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

      @@programmingelectronics did you share the code yet? please im curios to try it

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

      @@bimokayoba if the code is ever shared pls pls pls let me know too

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

      @@vaishnavibywar620 still not shared :(

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

    sir where is code , i want to make it for my college project please reply fast...

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

    i see your using the FeatherS2 - ESP32-S2 Feather Development Board, is there any drawbacks to using other boards. i noticed the memory is bigger on the version vs some of the others and was also wondering if that makes a difference on this specific project. also i thing if the nextion displays could be programed with this that would be even better as you can use photoshop to make custom displays with many cool features easy. i want to start this project i just dont know whats the best esp32 to buy. this version by adafruit you are using is about 40$+ online currently. fantastic work and i hope to see this integrated into a watch one day :). maybe use two oled screens to display twice as much? i seen some esp32 with oled build in and wondering if that would be a good rought

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

      Great questions Bio Greenz! I used the Unexpected Maker Feather S2 mostly because that is what I had lying around, and I’ve found it’s a great dev board for the esp32 because it usually connects well with my IDE and uploads consistently, plus it has the integrated power Jack for using a lithium battery which I really like.
      I think you’re right on the display, that’d be neat. I’m familiar with the oled library so I went with that.

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

      @@programmingelectronics thank you for the valuable feedback. sounds like battery connection is super handy. after a lot of research the feather s2 is the way to go but should work on cheaper esp32 as well. i hope to order one soon to test it out. i was able to get ps2 keyboard working through arduino nano and compostie out from nano but not together. been hoping to type on tv screen but it looks like vga is better than rca composite. getting the code to work with chat gpt is amazing when it works but i haven't had any luck combining keyboard and tvout cause of code compiling issues. thanks for the great inspiration! wnded up hacking 2 keyboards :)

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

      @@biogreenz6613 I am finishing up the current version - and am playing around with the idea of adding a voice synthesizer as well. Someone in the comments mentioned the DFRobot gravity voice synth, and I bought one so I'll be trying to add that in addition to the oled output.

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

      @@programmingelectronics cant wait to see, working on a few projects myself, one with plants. i seen a few voice modules that might be of possible benefit to your voice control project on electronicnoobs channel. i see your project as possibly revolutionary cause it would be probably the lowest power needed to run chat gpt from home. i want to see it on a watch with voice 100%. that will bring everyone into the future i think. that would literally redefine smart watch. im sure it will be integrated into iwatch ect but homebrew is where its at and thank you for leading the way!

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

      @@biogreenz6613 Thanks for the recommendations!

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

    Is the source code and schematic diagram ready yet?

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

      Check out the code, wiring diagram, and materials needed for this project here:
      bit.ly/chatGPT-terminal

  • @billyjack8130
    @billyjack8130 Год назад +3

    This is how we get Cylons

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

    Project idea: animatronic head with huskylens eye that recognizes you. Program it so you can talk to the head this get converted to text which gets sent to chatGPT and the reply is said over speaker.

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

    Can you use a regular keyboard

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

      Great question AEX! You might be able to, but you'd have to add a layer that could read the USB keyboard commands and send them to your Arduino, and then map them. To me it looked easiest to use a PS2 keyboard with a supporting library for it.

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

    can you do that with the google text to speech ? that would be cool ai. btw love your videos

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

      Thanks Kaizen! Yes, I agree it would be neat to go from speech to text and and then get responses as speech too!

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

    You could've been hugh dillon's brother in the movie Hardcore Logo, the one that's into electronics, if he had a brother.

  • @DannyHarper-ml5qw
    @DannyHarper-ml5qw Год назад

    Hey can I pick your brain about a similar topic?

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

    Hi,
    Thank you so much for this !! ..
    could you plz share the source code?

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

    Hi. Thanks for this video. Did you poste the code somewhere? Please, where do I can find this code?

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

      Check out the code, wiring diagram, and materials needed for this project here:
      bit.ly/chatGPT-terminal

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

    You need to set up a voice interface..

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

    Bro can you show how to do this in your video I would really like to try it 🎉

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

      I am planning on it soon - trying to put some finishing touches on it, and updating for chatGTP 3.5 and 4, instead of the completions API I was using before. I have most of it working, but what to clean up the code some.

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

    What if instead of a keyboard and a screen you use a microphone and a speaker? Shouldnt it be able to hold conversations

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

      Great idea! Yes, I have been kicking around the same idea - just need to implement it...

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

    will you ever make a tutorial of this😅

  • @patdowling5
    @patdowling5 Год назад +6

    Really enjoyed this video - the format here is excellent 👌 especially the run through of the idea and then straight to the breadboard ! Great stuff - greetings feom Ireland - ps the podcast is fantastic too 👍 Pat

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

    Make a video on TTGO T-Display!
    I have some ideas. Are you online?

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

    Why not connect to meta messenger and use a bigger screen

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

      Neat idea!
      I am just playing around with a proof of concept right now and I had a bunch of tiny OLED screens sitting around. Plus it can be battery powered with a small lithium battery, kind of fun.
      I'm actually kind of interested in seeing how to use the text response as something of a control mechanism for a device.

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

      @@programmingelectronics definitely looks like a fun project bro
      I may try with android there's a few apps that might work using WiFi or even make app to talk to the ESP I've just not got into it that much I need esps in my life they look useful
      And technically cus of that tiny screen your goin down the route of wearables, watches,
      I only have 1 screen think same as your using but I wanted to make wireless speed, voltage, current, watts, meter for my ebike using Bluetooth and Arduino think better with esp 👍

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

      @@davey2k12 very cool!

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

    can you send the code for the project

  • @0miker0
    @0miker0 Год назад +1

    I didn’t know it was possible to connect a keyboard to an ESP32 and just start typing.

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

      It takes a little work to get it working, but there are Arduino libraries to help!
      The key is using an old PS/2 style keyboard, and not a USB keyboard

  • @ИванИванов-п8н9х
    @ИванИванов-п8н9х Год назад +1

    You just made terminal for GTP...

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

    Can i get code of this project plz😢😢

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

      Check out the code, wiring diagram, and materials needed for this project here:
      bit.ly/chatGPT-terminal

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

    Amazing enjoyed it 😍, what about using tiny microphone as input instead of keyboard!

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

    Where I can find code?

  • @proluxelectronics7419
    @proluxelectronics7419 Год назад +131

    This is how SkyNet started...🤬🤬

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

    I'm from India in tamilnadu....this very use full...please send your circuit diagram and coding

  • @DesertVox
    @DesertVox Год назад +3

    I was expecting something like this, to make Arduino take advantage of the AI revolution. It's happening. Next: make arduino use a camera and AI magic to make stunning projects on the cheap.

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

      Neat idea! Yes, I have some more ideas about how to leverage the textual AI with Arduino, still a work in progress though.

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

    Looks like fun...add voice recognition and you've built an Alexa!

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

      I totally want to! I just want to make sure it hears clearly, as sometimes Alexa seems to not quite do the language parsing well. I am thinking about a couple different angles to approach this...

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

    Make it voice acceptable and speak the output using speaker