Getting Started with ESP32 - Step-By-Step Tutorial

  Рет қаралды 416,961

Tomasz Tarnowski

Tomasz Tarnowski

Күн бұрын

Пікірлер: 338
@gcg8821
@gcg8821 Жыл бұрын
Retired engineer, old enough to be your grandpa. Really enjoyed your tutorial. Discussing really simple steps is critical to start the learning process. :)
@edibandulan5266
@edibandulan5266 11 ай бұрын
I just know ESP32 for camera by combine it with arduino? Actually what's the exact function of ESP32?
@Rushil69420
@Rushil69420 10 ай бұрын
@@edibandulan5266 It's basically made for IOT applications - it's an SOC that integrates WiFi/Bluetooth so you can have multiple microcontrollers/processors, communicating with one another over your home network (or on their own private network), and controlling things via GPIO accordingly. They can also do interesting things by themselves - act as a super low power DNS server, and other things I don't understand lol.
@yasirpunathil7143
@yasirpunathil7143 10 ай бұрын
@@edibandulan5266 Hi, ESP32 is microcontroller. There are many microcontrollers like TI MSP430 series, NXP KM series, etc. Microcontrollers unlike simple processors come with alot of peripherals integrated into the single chip, like UART module and SPI for communication, ADCs to convert analog signal to digital values, etc. ESP32 comes with, one can say, peripherals needed for WiFi and Bluetooth communication, other than regular peripherals like UART, SPI, I2C, etc. And the processor is very powerful, plenty of memory, and extremely cheap as compared to other chips with similar features. So if you want to give your system, maybe camera, or maybe sensor system, wireless communication capability, ESP32 is a good choice
@picolo121
@picolo121 7 ай бұрын
Same here
@partybrawl1764
@partybrawl1764 2 ай бұрын
Broooo💀💀i mean uncle l.... No gramps✅
@sbromley6739
@sbromley6739 2 жыл бұрын
Best beginning ESP32 tutorial on KZbin. Worked immediately on a Windows 10 laptop. Much appreciated! Now on to bigger and better projects :-)
@tomasztarnowski4434
@tomasztarnowski4434 2 жыл бұрын
Great to hear that it worked immediately for you without any issues, S Bromley :)
@karlsangree
@karlsangree 2 ай бұрын
Brilliant. The simplest and most compete ESP32 beginner's tutorial on KZbin. Well done, Tomasz.
@AjazHussain3494
@AjazHussain3494 2 жыл бұрын
Bro, you're simply amazing. Probably the best getting started video for ESP32 on KZbin.
@tomasztarnowski4434
@tomasztarnowski4434 2 жыл бұрын
Thank you, Ajaz Hussain!
@jackflash6377
@jackflash6377 2 жыл бұрын
I've watched several videos on how to get PlatformIO going in VSCode and this is the best of them all. I followed along and BOOM working right out of the gate. Nothing like hands on to get the brain cells lined up. Thank you
@tomasztarnowski4434
@tomasztarnowski4434 2 жыл бұрын
Great to hear that, thank you Jack!
@mikamika7011
@mikamika7011 Жыл бұрын
Thanks!
@KevinScott-lg7gg
@KevinScott-lg7gg 3 ай бұрын
This is the most clearly given explanation for this stuff I’ve ever seen. I just learned more in 20 minutes than I have in the past year
@originalhotrodder4337
@originalhotrodder4337 2 жыл бұрын
I totally agree with Jack Flash. Your method of explaining and the speed that you show us how to do the individual tasks is perfect. I've subscribed and I'm going to walk through all of your videos. Thank you for putting this together.
@tomasztarnowski4434
@tomasztarnowski4434 2 жыл бұрын
I'm really glad it helped you :) Thank you for the kind words.
@RiverExplorerGames
@RiverExplorerGames Жыл бұрын
I have been programming mostly on UNIX/Linux for over 45 years. Just bought an ESP32 and ESP8266 and a starter kit. You got me up in 1 day. Already have my RiverExplorer logo showing on the OLED and connected to WiFi !! - Thanks! I have Halloween plans with an ESP and my 3D printer!
@technohelp21
@technohelp21 2 жыл бұрын
Excellent video. Just received my ESP32 board a few minutes ago and I got it up and running with this tutorial. Thank You!!
@tomasztarnowski4434
@tomasztarnowski4434 2 жыл бұрын
Great to hear it worked, Jorge!
@mahatana_r
@mahatana_r Жыл бұрын
Your tutorial is the most informative for new comers I found so far. Thank you.
@ninto1426
@ninto1426 2 жыл бұрын
Thanks a lot! This was the only tutorial I could find, which actually went over the multiple types of bridges. I almost gave up before.
@tomasztarnowski4434
@tomasztarnowski4434 2 жыл бұрын
Great to hear that my video is comprehensive enough to help as many people as possible!
@nikhilrout3287
@nikhilrout3287 2 жыл бұрын
tysm for this tutorial man, fastest ive ever setup a microcontroller with vs code yet
@tomasztarnowski4434
@tomasztarnowski4434 2 жыл бұрын
Glad it worked for you, Nikhil!
@Dieswarthond
@Dieswarthond Жыл бұрын
Thank you so much Tomasz for this brilliant introduction to esp! Your video is very well structured and all your instructions are clear and make perfect sense. Very encouraging and I am really excited to get stuck into this now.
@akhilesh7313
@akhilesh7313 Жыл бұрын
I like how you are pointing the hardware parts with toothpick😂. The video was very informative and helpful 😊
@scythascytha2849
@scythascytha2849 2 жыл бұрын
Thank you so much. I was finally able to get my esp32 to work after this. You're the best
@tomasztarnowski4434
@tomasztarnowski4434 2 жыл бұрын
Great to hear!
@joaom4582
@joaom4582 Жыл бұрын
I don't know if it helps after all these years, but I believe you recommend short cables because your monitor speed/baudrate is way too high...change it to 9600 and you can get a few meters of cable...thank you for the tutorial, helps a lot!!!
@jean-yvesdufault987
@jean-yvesdufault987 5 ай бұрын
Best introduction to ESP32 programming I've seen. Thanks a lot...
@TinyMaths
@TinyMaths 8 ай бұрын
Thank you very much. Just started working with ESP32 for a project using multiple servos; a very helpful intro.
@StudentoftheUniverse-f7z
@StudentoftheUniverse-f7z Жыл бұрын
Thanks for the great tutorial. I've been and embedded systems developer/IC Designer/Test Engineer, and I have to tell you, VSCode is very difficult to learn. Not only that, PlatformIO helps, but it's tutorials like yours to get one started that are REALLY appreciated. A suggestion for a project: I2C Audio using a Diligent Pmod I2S. 73's
@matiasnovello1232
@matiasnovello1232 2 жыл бұрын
Thank you so much for sharing your knowledge Tomasz! cheers from Argentina!
@tomasztarnowski4434
@tomasztarnowski4434 2 жыл бұрын
Gracias, Matias!
@johneagle4384
@johneagle4384 Жыл бұрын
Thank you. This is a very good introductory video. I am a newcomer to ESP32 and I found it very useful.
@lasthero4419
@lasthero4419 2 жыл бұрын
absolument parfait, c'est la meilleure vidéo si vous cherchez comment programmer une ESP avec VS CODE 👍👌
@tomasztarnowski4434
@tomasztarnowski4434 2 жыл бұрын
Merci beaucoup, Last Hero!
@LrbinMT
@LrbinMT 2 жыл бұрын
Using an ebay ESP32 ESP-WROOM-32 ESP-32S Development Board 2.4GHz WiFi & Bluetooth I found LED_BUILTIN didn't work, undefined; found the blue led on the board (other was a red Power LED) is GPIO_NUM_2 , changed that plus used 115200 as the baud rate and it worked. Linux Mint using the VS Code flatpak. Only changed the baud rate because I recognize 115200 not the 921600. Also used the ESP32 DEV Module. Appreciate the video.
@onlyme0349
@onlyme0349 10 ай бұрын
we're using the same devices, thanks for the heads up
@josealejandroorbechavarria6229
@josealejandroorbechavarria6229 2 жыл бұрын
I loved your video and your diction, my first language is not English and it is difficult for me to understand it. but I understood you perfectly and you explained very well. keep it up please
@tomasztarnowski4434
@tomasztarnowski4434 2 жыл бұрын
Thank you, Jose Alejandro! 😃
@TheRein10
@TheRein10 2 жыл бұрын
Cool video. In my case I use a WROOM32 board and I can't upload a code. So I change board id to esp32dev and now it works. Thanks !
@tomasztarnowski4434
@tomasztarnowski4434 2 жыл бұрын
Thank you! I'm glad you've managed to get it working.
@anithasshenoy6662
@anithasshenoy6662 3 ай бұрын
Precise & crystal clear , great job.
@mardanheddeokwa
@mardanheddeokwa 9 ай бұрын
Thanks Tomasz, this video is just what I needed to get started. Now I can build and upload and test my code. Many thanks.
@ignaciovalderrama67
@ignaciovalderrama67 3 ай бұрын
Thank you very much for this tutorial! It was a perfect start for this new journey.
@ziri5480
@ziri5480 2 жыл бұрын
hey quick remark 1 baud means 1 symbol transmitted per second. A symbol can be more than one bit. This is why we don't have to create confusion between bps, bit per second, and baud!
@tomasztarnowski4434
@tomasztarnowski4434 2 жыл бұрын
thank you, ziri for clarification. You're right baud is more of an abstract term and what's important is the context :)
@MindfulDiariesSofia
@MindfulDiariesSofia 2 жыл бұрын
Can I use sample codes for ESP32 WROOM and libraries with the ESP32 - mini-c3 ??? I need to do a low power project, so that's why I'd rather used the ESP32miniC3? Thanks
@tomasztarnowski4434
@tomasztarnowski4434 2 жыл бұрын
Hi Sophia, I think it should work with ESP32 mini-c3 as long as you select the right board when creating a new project in PlatformIO however if your board is not on the list then it might be a bit more complicated and I'd suggest checking PlatformIO forum. If your board is ESP32-C3-DevkitM-1 it should work fine.
@soofadivision
@soofadivision 5 ай бұрын
Very good tutorial, love the step by step simplicity
@DERKONIG12345
@DERKONIG12345 5 ай бұрын
For ESP8266 you keep boot pin grounded, then you ground reset (or push buttons if buttons are connected). So the mcu starts in Flash mode. It is about espressif cpu I suppose.
@irshami
@irshami 2 жыл бұрын
Hi, Thank you for the great tutorial. I am looking to build a multiroom audio player. can you suggest or create a video?. Thanks
@tomasztarnowski4434
@tomasztarnowski4434 2 жыл бұрын
Sounds like a great idea! I'm planning to make a few videos about ESP32 and audio, it may take a while, though. Stay tuned :)
@0124akash
@0124akash 15 күн бұрын
Hello sir, I had a chopper circuit using in IGBT switching frequency is 18KHz working proper. When am considering esp32 with LAN module in same enclosure then data is not recieved by esp on PC. So I think due to magnetic field if am right then please suggest me how to prevent my esp ?
@corollayanki
@corollayanki 2 жыл бұрын
Thank you so much! Using this with VS code is very comfortable!
@bhagmeister
@bhagmeister 9 ай бұрын
TY! Wish I had seen this before having my connectivity issues. Thankfully I had stumbled into installing the USB-UART driver…
@SoftAndQuiet
@SoftAndQuiet 4 ай бұрын
Excellent video! I would like to power it with an equally small 230V power supply. Can you recommend any?
@PiotrSygutPL
@PiotrSygutPL 3 жыл бұрын
👍 - dzięki za tutorial ! Świetny jest ten ESP32
@tomasztarnowski4434
@tomasztarnowski4434 3 жыл бұрын
spoko, nie ma za co :)
@filipkaczmarek5454
@filipkaczmarek5454 2 жыл бұрын
This moment kiedy słuhasz jak gość szpraha po angielsku a wiesz że jest polakiem.
@bill_automated1226
@bill_automated1226 3 жыл бұрын
I appreciate the setup video Tomasz. Keep up the great work, it was insightful.
@tomasztarnowski4434
@tomasztarnowski4434 3 жыл бұрын
I'm glad you enjoyed it :)
@maro1977pl
@maro1977pl 2 жыл бұрын
Cześć u mnie po instalacji PlatformIO krzyczy o instalację Python 3.6 - coś się zmieniło?: Can not find working Python 3.6+ Interpreter. Please install the latest Python 3 and restart VSCode
@maro1977pl
@maro1977pl 2 жыл бұрын
Ok rozwiązanie: The first thing I’d recommend is just a clean uninstall and reinstall of PlatformIO. Remove the PlatformIO extension from VSCode, close VSCode, remove the entire /Users//.platformio folder, restart VSCode, add back the PlatformIO extension and let it install.
@tomasztarnowski4434
@tomasztarnowski4434 2 жыл бұрын
I'm glad you've found the solution to your problem :)
@elielepetit8107
@elielepetit8107 2 жыл бұрын
i have a question,on this line "serial.begin(921600)"in void set up,what does this number"921600"mean?what does it represent?
@tomasztarnowski4434
@tomasztarnowski4434 2 жыл бұрын
921600 is a call baud rate. It represents the speed of data transfer between ESP32 and computer over the serial connection. en.wikipedia.org/wiki/Baud
@gilad_no
@gilad_no 7 ай бұрын
Best beginners tutorial, thanks!!!
@B0M0A0K
@B0M0A0K 7 ай бұрын
Any idea how you would program the new ESP32-S3 Development Board with 1.28" IPS Round LCD? Great video for a complete newbie by the way!
@dave_dennis
@dave_dennis 3 жыл бұрын
I was able to follow this flawlessly. You style is methodical and very easy to follow. THANKS. I have one question. How does VS code know which COM port to use to upload the code?
@tomasztarnowski4434
@tomasztarnowski4434 3 жыл бұрын
Thanks for the kind words, David. I'm glad I could help. In terms of the port detection PlatformIO loops through all the available ports and tries to match the device by hardware id/model - you can find more in this thread community.platformio.org/t/auto-detect-port-explained/16062/2. Also if you'd like to specify the port of upload you can do it by adding "upload_port = /dev/ttyUSB*" or "upload_port = COM[13]" to platformio.ini config file - have a look at this page in the PlatformIO docs: docs.platformio.org/en/latest/projectconf/section_env_upload.html#id1
@dave_dennis
@dave_dennis 3 жыл бұрын
@@tomasztarnowski4434 thank you so very much for the detailed response. It is quite helpful.
@Workshop-900
@Workshop-900 2 жыл бұрын
Many thanks, ESP32 now working. I tried some other approaches but they seemed to over complicate the set up, or not support the NodeMCU-ESP32.
@tomasztarnowski4434
@tomasztarnowski4434 2 жыл бұрын
Good to hear Chris that my video helped you :)
@BilgiSayar-ot7yk
@BilgiSayar-ot7yk 28 күн бұрын
Subbed my friend! Thanx for this good tuorial :) Keep it up 💪
@techsupport9064
@techsupport9064 Жыл бұрын
I have done this and it uploads to my board and then the boards does not give me any blue light only the red on showing power. Im I missing something?
@antiminddamping2096
@antiminddamping2096 3 жыл бұрын
Hi. Tomasz. I repeated your video tutorial on my laptop with Linux Ubuntu operating system. But before starting the download of HelloWorld code to the esp32 microcontroller, I did't install any driver for uart-bridge CP2102 (I haven't used any boards with any CP21xx chip before on my laptop, for sure. I installed the system just a couple of months ago.). But despite this, everything was loaded and the board passed the LED blinking and sending text to the terminal. I think at the moment newer Linux Ubuntu versions already support the CP2102 chip out of the box.
@tomasztarnowski4434
@tomasztarnowski4434 3 жыл бұрын
Hey, thanks for confirming this with ubuntu. Looks like the most popular Linux distributions support CP21xx out of the box :)
@42orbit
@42orbit Жыл бұрын
Very nice conetn Tomasz ! This video is a real pleasure for onboarding when starting from scratch
@John_Smile
@John_Smile 2 жыл бұрын
I managed to install the ESP32 camera software myself. But now I want to ask how do I set the camera to record something and how can I see what is on the card without removing the card ? Can I see online what is on the card?
@tomasztarnowski4434
@tomasztarnowski4434 2 жыл бұрын
Hi John, I think the board that you have is ESP32-CAM which is different to the one I used in the video but no worries I'm going to make a video tutorial about ESP32-CAM soon.
@John_Smile
@John_Smile 2 жыл бұрын
@@tomasztarnowski4434 Thanks!
@aarondcmedia9585
@aarondcmedia9585 Жыл бұрын
I tried to follow this but the VSCode / PlatformIO functionality seems broken. I click Open like you do at 10:38, it says Loading... on the RHS and nothing happens. Kinda disappointed to say the least.
@kitastro
@kitastro Жыл бұрын
the driver is maintained by the linux if you read the explenation about the download links
@dirkfrancen2662
@dirkfrancen2662 28 күн бұрын
Top info, & super tutorial, stepbystep , thx
@davidellwood5974
@davidellwood5974 2 жыл бұрын
Great video, Im just getting started with ESP32 and this was a smashing help.
@tomasztarnowski4434
@tomasztarnowski4434 2 жыл бұрын
Thanks, David! I'm glad I helped you!
@pipinopal
@pipinopal 2 жыл бұрын
Ottimo grazie. Saluti dall'Italia
@tomasztarnowski4434
@tomasztarnowski4434 2 жыл бұрын
Grazie! :)
@jensg.5256
@jensg.5256 2 жыл бұрын
Great Video please more from ESP32
@tomasztarnowski4434
@tomasztarnowski4434 2 жыл бұрын
Thank you! Working on it :)
@gaborpinter6863
@gaborpinter6863 10 ай бұрын
Thank you, this was very helpful. For some reasons, my ESP32-S3 devkit can update programs without pushing any of the buttons. I will have the carefully read the manual.
@calebmateiciuc4637
@calebmateiciuc4637 2 жыл бұрын
Hi! The board you are using. Is it compatible with GSM SIM880L
@tomasztarnowski4434
@tomasztarnowski4434 2 жыл бұрын
yeah, you should be able to wire it up with GSM SIM880L
@Addlonfire
@Addlonfire 2 жыл бұрын
This was a great kick start!
@tomasztarnowski4434
@tomasztarnowski4434 2 жыл бұрын
Thank you!
@ahmedu921
@ahmedu921 2 жыл бұрын
Hello Sir , please can you make a video to troubleshoot why the esp32 can’t connect to Wi-Fi. Thanks
@tomasztarnowski4434
@tomasztarnowski4434 2 жыл бұрын
Hi Ahmedu, Good idea! I will add it to my todo list. Thank you!
@rafalis2
@rafalis2 3 жыл бұрын
maybe I wasn't too attentive, but I couldn't see info on which pins to plug vs. the serial adapter which was the info I was looking for. Is it the same as the esp8266 probably?
@tomasztarnowski4434
@tomasztarnowski4434 3 жыл бұрын
hey, I'm not sure if I understood it correctly but do you mean the pinout reference - like what digital pins can be used to connect an external diode or other electronic part? if so you're right I haven't covered it with this video but I can cover it in the future.
@MikaelLevoniemi
@MikaelLevoniemi 2 жыл бұрын
clang-format doesn't work without the executable which does not come with the wrapper extension.
@tomasztarnowski4434
@tomasztarnowski4434 2 жыл бұрын
Hi Mikael, good point! looks like I've missed it. To install clang-format: github.com/xaverh/vscode-clang-format#installing-clang-format
@alirezak03ak
@alirezak03ak 2 жыл бұрын
What if i have ESP 32 Thing, which option should i chose when im selecting my bord under NEW Project option? thanks for ur video
@tomasztarnowski4434
@tomasztarnowski4434 2 жыл бұрын
hey Alireza, you should be able to find "SparkFun ESP32 Thing" on the board list when creating new project with PlatformIO
@rohanshusharma4779
@rohanshusharma4779 3 жыл бұрын
Hey Tomasz, the video was great and very detailed. But the Cp210x driver shows some errors when installed and so the esp32 can’t be flashed can you please help me out with it??
@tomasztarnowski4434
@tomasztarnowski4434 3 жыл бұрын
hey Rohanshu, thanks. What is the error message you're getting and at what stage it's happening?
@kamranrashid8593
@kamranrashid8593 2 жыл бұрын
Do you have any video on stm32 to control sensors bldc motor
@tomasztarnowski4434
@tomasztarnowski4434 2 жыл бұрын
hey Kamran Rashid, I don't have any stm32 videos yet but I have it on my todo list.
@menscherde
@menscherde 2 ай бұрын
Unfortunately, the upload to my dev board is not working. Yes, I pressed the boot button -while plugging the cable in, after plugging the cable in, before plugging the cable in -it does not matter. There is no device found. I chose usbmodem as a connection, since I use an Xiao ESP32C3 board which should have a usb controller built in. But the Uart connection does not work either -also no device found. Any Idears? Thank you!
@Office_258
@Office_258 3 жыл бұрын
HIII. Turn on the lights on the ESP32 using the Google Calendar command . Please. For example, if you set an alarm on the google calendar at 8 pm, ESP32 will turn on at that time.
@tomasztarnowski4434
@tomasztarnowski4434 2 жыл бұрын
Hey, I'm gonna put this project on my todo list.
@chadreshpatel2339
@chadreshpatel2339 2 жыл бұрын
Great tutorial. I am using Esspresif framework but every time I click on "Build", it simply build entire library and takes long time. I don't understand why it build whole library again and again. Do you know how to compile only those files which are modified.
@tomasztarnowski4434
@tomasztarnowski4434 2 жыл бұрын
Hi Chadresh, this shouldn't be the case with PlatformIO. Have you got it upgraded to the latest version? Generally the whole project gets recompiled only if there's a change in the includes.
@bennguyen1313
@bennguyen1313 2 жыл бұрын
Is there a way to program the board without installing anything (Arduino IDE , ESP IDF, MU or VS Code editors) nor creating projects? I'd just like to upload micropython through something like thonny/putty and then toggle my ESP32-C3H4-RGB pins via REPL! My board doesn't seem to have an official port in the micropython download page, but I've read that it should work with the (latest?) 1.18 port: "ESP32-C3 with USB" and the board description "01SPACE_C3_RGB" But how can I upload it? I've seen people use the python module 'esptool'.. and that you must keep the power-on with the boot button pressed while powering-on... but how can I upload the bin?
@tomasztarnowski4434
@tomasztarnowski4434 2 жыл бұрын
hey Ben, to be honest I haven't played around with micropython yet and don't know how this should be compiled to get the binary. Regarding the upload as far as I know there are 3 ways of uploading the code to the board: - upload a binary using esptool via usb cable connected to the computer (that's how Arduino IDE and PlatformIO do it under the hood by the way) - OTA - over the air update - board downloads the binary from the internet/local network and update itself automatically - USB OTG (works only on ESP32-S2) - this potentially could be as simple as connecting the board to the computer and then drag and drop the binary file although I haven't seen any working solution yet Also I have project on my TODO list to build a tool to write and upload code to ESP32 from the browser so no editor is required however I need to make a few videos before that :)
@josephminja4695
@josephminja4695 5 ай бұрын
hi , a complete newbie here. I followed the above tutorial with a board bought online, I get this error when uploading. I can see board connected on COM port in dev manager. what do I need to do? I tried boot press to reset board, unplug and plug but still get same error. Bought new data cables from fasgear still same issue A fatal error occurred: Could not open COM3, the port doesn't exist Failed uploading: uploading error: exit status 2
@rainnychangfree
@rainnychangfree 2 жыл бұрын
Our HMI displays can work with STM32, ESP32 and Arduino by UART communication. Could you please make some Sponsored videos for our HMI LCD?
@tomasztarnowski4434
@tomasztarnowski4434 2 жыл бұрын
Hey Rainny, for any business/sponsored videos related requests please contact me on my email address that you can find in the about section of my channel: kzbin.info/door/eWDDxqfxpKucuPt5elzmiQabout
@matiasrodriguez1588
@matiasrodriguez1588 3 ай бұрын
Around how long should it take to start a new PlatformIO project? I have left mine running (on good wifi) for more than an hour, and nothing has changed.
@droidgull
@droidgull 2 жыл бұрын
Great video! 👍
@tomasztarnowski4434
@tomasztarnowski4434 2 жыл бұрын
Glad you liked it, thank you!
@ahmadhussainwebshare1001
@ahmadhussainwebshare1001 2 жыл бұрын
Thank you so much 💓 Tomasz for the great video. I followed through the all steps of video every thing went through. But when I uploaded got error could open COM11, then I device manager in Ports I saw one yellow mark at silicon Lab CP210X USB to UART Bridge(COM11)
@ahmadhussainwebshare1001
@ahmadhussainwebshare1001 2 жыл бұрын
It's working. Thank you 😊 💓 ☺ so much
@tomasztarnowski4434
@tomasztarnowski4434 2 жыл бұрын
I'm glad that you've managed to fix it :) Great to hear that it's working!
@ahmadhussainwebshare1001
@ahmadhussainwebshare1001 2 жыл бұрын
@@tomasztarnowski4434 You are a superman , pls keep it up. Waiting for your new video.
@amerigo17
@amerigo17 8 ай бұрын
Hello, do you perhaps have information on how to make an internet radio receiver with ESP32? Thank you for your reply! Sascha
@DataLog
@DataLog 3 жыл бұрын
Thanx bro, you helped with the driver. I thought I needed CP210X, but I needed the CH340 that I didn't even know about.
@tomasztarnowski4434
@tomasztarnowski4434 3 жыл бұрын
No problem 👍 I'm glad I could help :)
@sounatanmartins
@sounatanmartins Жыл бұрын
Amazing video . I'm actually very new to the iot area , should i learn electronics first ?
@hygo64
@hygo64 6 ай бұрын
Wonderful explanation, thanks!
@bazrazin1
@bazrazin1 3 жыл бұрын
yes, cheaper than nano, & much faster AVR & memory good build quality, i have one for future projects, haven;t even unboxed it, currently doing on nano's and still figuring pro mini.
@SingKoonChoo
@SingKoonChoo 3 жыл бұрын
Can u please make a video about how to connect an esp32-s2 with a 1602A. An how wire them together and to program it.
@tomasztarnowski4434
@tomasztarnowski4434 3 жыл бұрын
hey, yep I will make a video about it. I've added this subject to my todo list :)
@SingKoonChoo
@SingKoonChoo 3 жыл бұрын
@@tomasztarnowski4434 thanks
@Andonchoto
@Andonchoto Ай бұрын
This is the most helpull video on the subject. Could you make a video about how to uploads code to a Lyrat mini board?
@skbiswas999
@skbiswas999 11 ай бұрын
Can you please make a project for esp32 for audio applications like, it will receive audio stream in Bluetooth APTX HD Codec format or LDAC format and outputs the signal as i2s format?
@ccedraro3878
@ccedraro3878 Жыл бұрын
Dear Mr. Thomaz great tutorial but for me didn’t work, there is a connection error or the computer cannot connect im not a software eng so there is anyway to test the connection between the ESP 32 and the computer it seem the drivers that installed
@zahidfaheem3233
@zahidfaheem3233 2 жыл бұрын
SUBSCRIBED!! Thank you very much for the extremely helpful video.
@tomasztarnowski4434
@tomasztarnowski4434 2 жыл бұрын
Thanks for the sub, Zahid!
@claytsunami8084
@claytsunami8084 2 жыл бұрын
This is a great video!!! Thanks for teaching me on the basics of an ESP32. One question I had is. How do you terminate the process? When I kill the terminal, the diode is still blinking and it won't stop
@tomasztarnowski4434
@tomasztarnowski4434 2 жыл бұрын
Hi Clay, the code runs on a microcontroller so it will run as long as you provide a power to it so the simplest way to "terminate" it is to disconnect it from the power source although if your goal is to be able to run and kill processes on ESP32 you can either program it so external control is possible (you can check my other videos on how to control it over WiFi/internet) or you can put it to sleep after X number of seconds (I don't have a video on it yet but I'll make one soon)
@claytsunami8084
@claytsunami8084 2 жыл бұрын
@@tomasztarnowski4434 Thank you for explaining it Again, very helpful video
@pawerapta9525
@pawerapta9525 2 жыл бұрын
Super materiał, pół dnia spędziłem próbując skonfigurować esp32 w ESP-IDF explorer a z pomocą PlatformIO można to zrobić w 15 minut.
@tomasztarnowski4434
@tomasztarnowski4434 2 жыл бұрын
Dzięki!
@Synth_Tools
@Synth_Tools Жыл бұрын
Excellent guide!! Is there any way to write pure C/C++ code without that setup/loop functions? I mean, a tradicional main method, function prototype declaring, callbacks, etc. Also, can assembly code be used here?
@kanishkawijayananda6957
@kanishkawijayananda6957 2 жыл бұрын
Great teacher keep on doing Everything thing is very clear good job
@tomasztarnowski4434
@tomasztarnowski4434 2 жыл бұрын
Thank you! 😃
@Adriel_Sandoval
@Adriel_Sandoval 8 ай бұрын
I really like using the arduino IDE. I was looking for another way to program an ESP32 but it didn't work for me, I did try using this program but it isn't for me. I also tried ESP-IDF but wow programming with that is a nightmare.
@sntshkmr60
@sntshkmr60 2 жыл бұрын
Where is the playlist link for this series?
@tomasztarnowski4434
@tomasztarnowski4434 2 жыл бұрын
hey, I haven't created a playlist as this is more of an independent video
@barbarasalinas9094
@barbarasalinas9094 6 ай бұрын
You are a great Teacher, thanks a lot for sharing your knowledge 🙏😃 Sorry for bothering, but I am trying to connect Arduino Uno to the ESP32 so I can control an automatic irrigation system using IoT linking it with an app. I am using Arduino IDE to code, could you help me? 🥺
@davidclark3558
@davidclark3558 Жыл бұрын
On Linux the cp210x and ch341 drivers are included by default
@qzorn4440
@qzorn4440 2 жыл бұрын
this is a wonderful esp32 platformio vsc video.. platformio is new to me 🤔 is there a simple way to test the esp32 serial2 with rs485 module for modbus rtu master test? thank you.
@tomasztarnowski4434
@tomasztarnowski4434 2 жыл бұрын
hey, q zorn, thank you. I haven't tried to use Modbus with ESP32 yet. I'll look into it in the future.
@Analyte1
@Analyte1 Жыл бұрын
Thank you very much. Great simplified video.
@nickthiru
@nickthiru 2 жыл бұрын
Life saver! Thanks Tomasz, and keep it up!
@tomasztarnowski4434
@tomasztarnowski4434 2 жыл бұрын
Thank you, Nick!
@manigoyal4872
@manigoyal4872 2 жыл бұрын
thanks, man. Appreciate it will share among others as well, don't want to use Arduino ide anymore
@tomasztarnowski4434
@tomasztarnowski4434 2 жыл бұрын
I'm glad it helped! Yeah VS Code with PlatformIO is way better experience once configured properly :)
@lancedyer4870
@lancedyer4870 2 жыл бұрын
Great tutorial, thank you!
@tomasztarnowski4434
@tomasztarnowski4434 2 жыл бұрын
You're very welcome, Lance!
@dieboodskapper
@dieboodskapper 3 жыл бұрын
Please make video on ESP32-S2 dev on PlatformIO - cannot get it working!!!
@tomasztarnowski4434
@tomasztarnowski4434 3 жыл бұрын
Thank you for your suggestion. Just added the video about ESP32-S2 to my to do list!
@ProEdi
@ProEdi 2 жыл бұрын
Crystal clear. Thank you
@tomasztarnowski4434
@tomasztarnowski4434 2 жыл бұрын
You're welcome, Pro Edi!
Introduction to ESP32 - Getting Started
47:57
DroneBot Workshop
Рет қаралды 1,7 МЛН
Connect ESP32 to WiFi - Step-By-Step Tutorial
21:47
Tomasz Tarnowski
Рет қаралды 89 М.
Mom Hack for Cooking Solo with a Little One! 🍳👶
00:15
5-Minute Crafts HOUSE
Рет қаралды 23 МЛН
Installation and Use of the Visual Studio Code ESP-IDF Extension
11:40
Forget WiFi! This Wireless Method is WAY Better? (ESP-NOW)
12:14
GreatScott!
Рет қаралды 779 М.
Which ESP32 is Best for Your Project?
11:12
Predictable Designs
Рет қаралды 44 М.
ESP32 Guide 2024 | Choosing and Using an ESP32 Board
41:06
DroneBot Workshop
Рет қаралды 391 М.
The 20 Best ESP32 Projects of 2024!
14:44
ToP Projects Compilation
Рет қаралды 176 М.
YOU can Learn the ESP32 in 15 Minutes:  Hello World!
22:52
Dave's Garage
Рет қаралды 352 М.
Getting Started with PlatformIO
51:54
DroneBot Workshop
Рет қаралды 649 М.
TempleOS in 100 Seconds
2:33
Fireship
Рет қаралды 1,8 МЛН