Retired engineer, old enough to be your grandpa. Really enjoyed your tutorial. Discussing really simple steps is critical to start the learning process. :)
@edibandulan526611 ай бұрын
I just know ESP32 for camera by combine it with arduino? Actually what's the exact function of ESP32?
@Rushil6942010 ай бұрын
@@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.
@yasirpunathil714310 ай бұрын
@@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
@picolo1217 ай бұрын
Same here
@partybrawl17642 ай бұрын
Broooo💀💀i mean uncle l.... No gramps✅
@sbromley67392 жыл бұрын
Best beginning ESP32 tutorial on KZbin. Worked immediately on a Windows 10 laptop. Much appreciated! Now on to bigger and better projects :-)
@tomasztarnowski44342 жыл бұрын
Great to hear that it worked immediately for you without any issues, S Bromley :)
@karlsangree2 ай бұрын
Brilliant. The simplest and most compete ESP32 beginner's tutorial on KZbin. Well done, Tomasz.
@AjazHussain34942 жыл бұрын
Bro, you're simply amazing. Probably the best getting started video for ESP32 on KZbin.
@tomasztarnowski44342 жыл бұрын
Thank you, Ajaz Hussain!
@jackflash63772 жыл бұрын
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
@tomasztarnowski44342 жыл бұрын
Great to hear that, thank you Jack!
@mikamika7011 Жыл бұрын
Thanks!
@KevinScott-lg7gg3 ай бұрын
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
@originalhotrodder43372 жыл бұрын
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.
@tomasztarnowski44342 жыл бұрын
I'm really glad it helped you :) Thank you for the kind words.
@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!
@technohelp212 жыл бұрын
Excellent video. Just received my ESP32 board a few minutes ago and I got it up and running with this tutorial. Thank You!!
@tomasztarnowski44342 жыл бұрын
Great to hear it worked, Jorge!
@mahatana_r Жыл бұрын
Your tutorial is the most informative for new comers I found so far. Thank you.
@ninto14262 жыл бұрын
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.
@tomasztarnowski44342 жыл бұрын
Great to hear that my video is comprehensive enough to help as many people as possible!
@nikhilrout32872 жыл бұрын
tysm for this tutorial man, fastest ive ever setup a microcontroller with vs code yet
@tomasztarnowski44342 жыл бұрын
Glad it worked for you, Nikhil!
@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 Жыл бұрын
I like how you are pointing the hardware parts with toothpick😂. The video was very informative and helpful 😊
@scythascytha28492 жыл бұрын
Thank you so much. I was finally able to get my esp32 to work after this. You're the best
@tomasztarnowski44342 жыл бұрын
Great to hear!
@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-yvesdufault9875 ай бұрын
Best introduction to ESP32 programming I've seen. Thanks a lot...
@TinyMaths8 ай бұрын
Thank you very much. Just started working with ESP32 for a project using multiple servos; a very helpful intro.
@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
@matiasnovello12322 жыл бұрын
Thank you so much for sharing your knowledge Tomasz! cheers from Argentina!
@tomasztarnowski44342 жыл бұрын
Gracias, Matias!
@johneagle4384 Жыл бұрын
Thank you. This is a very good introductory video. I am a newcomer to ESP32 and I found it very useful.
@lasthero44192 жыл бұрын
absolument parfait, c'est la meilleure vidéo si vous cherchez comment programmer une ESP avec VS CODE 👍👌
@tomasztarnowski44342 жыл бұрын
Merci beaucoup, Last Hero!
@LrbinMT2 жыл бұрын
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.
@onlyme034910 ай бұрын
we're using the same devices, thanks for the heads up
@josealejandroorbechavarria62292 жыл бұрын
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
@tomasztarnowski44342 жыл бұрын
Thank you, Jose Alejandro! 😃
@TheRein102 жыл бұрын
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 !
@tomasztarnowski44342 жыл бұрын
Thank you! I'm glad you've managed to get it working.
@anithasshenoy66623 ай бұрын
Precise & crystal clear , great job.
@mardanheddeokwa9 ай бұрын
Thanks Tomasz, this video is just what I needed to get started. Now I can build and upload and test my code. Many thanks.
@ignaciovalderrama673 ай бұрын
Thank you very much for this tutorial! It was a perfect start for this new journey.
@ziri54802 жыл бұрын
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!
@tomasztarnowski44342 жыл бұрын
thank you, ziri for clarification. You're right baud is more of an abstract term and what's important is the context :)
@MindfulDiariesSofia2 жыл бұрын
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
@tomasztarnowski44342 жыл бұрын
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.
@soofadivision5 ай бұрын
Very good tutorial, love the step by step simplicity
@DERKONIG123455 ай бұрын
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.
@irshami2 жыл бұрын
Hi, Thank you for the great tutorial. I am looking to build a multiroom audio player. can you suggest or create a video?. Thanks
@tomasztarnowski44342 жыл бұрын
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 :)
@0124akash15 күн бұрын
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 ?
@corollayanki2 жыл бұрын
Thank you so much! Using this with VS code is very comfortable!
@bhagmeister9 ай бұрын
TY! Wish I had seen this before having my connectivity issues. Thankfully I had stumbled into installing the USB-UART driver…
@SoftAndQuiet4 ай бұрын
Excellent video! I would like to power it with an equally small 230V power supply. Can you recommend any?
@PiotrSygutPL3 жыл бұрын
👍 - dzięki za tutorial ! Świetny jest ten ESP32
@tomasztarnowski44343 жыл бұрын
spoko, nie ma za co :)
@filipkaczmarek54542 жыл бұрын
This moment kiedy słuhasz jak gość szpraha po angielsku a wiesz że jest polakiem.
@bill_automated12263 жыл бұрын
I appreciate the setup video Tomasz. Keep up the great work, it was insightful.
@tomasztarnowski44343 жыл бұрын
I'm glad you enjoyed it :)
@maro1977pl2 жыл бұрын
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
@maro1977pl2 жыл бұрын
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.
@tomasztarnowski44342 жыл бұрын
I'm glad you've found the solution to your problem :)
@elielepetit81072 жыл бұрын
i have a question,on this line "serial.begin(921600)"in void set up,what does this number"921600"mean?what does it represent?
@tomasztarnowski44342 жыл бұрын
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_no7 ай бұрын
Best beginners tutorial, thanks!!!
@B0M0A0K7 ай бұрын
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_dennis3 жыл бұрын
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?
@tomasztarnowski44343 жыл бұрын
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_dennis3 жыл бұрын
@@tomasztarnowski4434 thank you so very much for the detailed response. It is quite helpful.
@Workshop-9002 жыл бұрын
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.
@tomasztarnowski44342 жыл бұрын
Good to hear Chris that my video helped you :)
@BilgiSayar-ot7yk28 күн бұрын
Subbed my friend! Thanx for this good tuorial :) Keep it up 💪
@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?
@antiminddamping20963 жыл бұрын
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.
@tomasztarnowski44343 жыл бұрын
Hey, thanks for confirming this with ubuntu. Looks like the most popular Linux distributions support CP21xx out of the box :)
@42orbit Жыл бұрын
Very nice conetn Tomasz ! This video is a real pleasure for onboarding when starting from scratch
@John_Smile2 жыл бұрын
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?
@tomasztarnowski44342 жыл бұрын
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_Smile2 жыл бұрын
@@tomasztarnowski4434 Thanks!
@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 Жыл бұрын
the driver is maintained by the linux if you read the explenation about the download links
@dirkfrancen266228 күн бұрын
Top info, & super tutorial, stepbystep , thx
@davidellwood59742 жыл бұрын
Great video, Im just getting started with ESP32 and this was a smashing help.
@tomasztarnowski44342 жыл бұрын
Thanks, David! I'm glad I helped you!
@pipinopal2 жыл бұрын
Ottimo grazie. Saluti dall'Italia
@tomasztarnowski44342 жыл бұрын
Grazie! :)
@jensg.52562 жыл бұрын
Great Video please more from ESP32
@tomasztarnowski44342 жыл бұрын
Thank you! Working on it :)
@gaborpinter686310 ай бұрын
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.
@calebmateiciuc46372 жыл бұрын
Hi! The board you are using. Is it compatible with GSM SIM880L
@tomasztarnowski44342 жыл бұрын
yeah, you should be able to wire it up with GSM SIM880L
@Addlonfire2 жыл бұрын
This was a great kick start!
@tomasztarnowski44342 жыл бұрын
Thank you!
@ahmedu9212 жыл бұрын
Hello Sir , please can you make a video to troubleshoot why the esp32 can’t connect to Wi-Fi. Thanks
@tomasztarnowski44342 жыл бұрын
Hi Ahmedu, Good idea! I will add it to my todo list. Thank you!
@rafalis23 жыл бұрын
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?
@tomasztarnowski44343 жыл бұрын
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.
@MikaelLevoniemi2 жыл бұрын
clang-format doesn't work without the executable which does not come with the wrapper extension.
@tomasztarnowski44342 жыл бұрын
Hi Mikael, good point! looks like I've missed it. To install clang-format: github.com/xaverh/vscode-clang-format#installing-clang-format
@alirezak03ak2 жыл бұрын
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
@tomasztarnowski44342 жыл бұрын
hey Alireza, you should be able to find "SparkFun ESP32 Thing" on the board list when creating new project with PlatformIO
@rohanshusharma47793 жыл бұрын
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??
@tomasztarnowski44343 жыл бұрын
hey Rohanshu, thanks. What is the error message you're getting and at what stage it's happening?
@kamranrashid85932 жыл бұрын
Do you have any video on stm32 to control sensors bldc motor
@tomasztarnowski44342 жыл бұрын
hey Kamran Rashid, I don't have any stm32 videos yet but I have it on my todo list.
@menscherde2 ай бұрын
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_2583 жыл бұрын
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.
@tomasztarnowski44342 жыл бұрын
Hey, I'm gonna put this project on my todo list.
@chadreshpatel23392 жыл бұрын
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.
@tomasztarnowski44342 жыл бұрын
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.
@bennguyen13132 жыл бұрын
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?
@tomasztarnowski44342 жыл бұрын
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 :)
@josephminja46955 ай бұрын
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
@rainnychangfree2 жыл бұрын
Our HMI displays can work with STM32, ESP32 and Arduino by UART communication. Could you please make some Sponsored videos for our HMI LCD?
@tomasztarnowski44342 жыл бұрын
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
@matiasrodriguez15883 ай бұрын
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.
@droidgull2 жыл бұрын
Great video! 👍
@tomasztarnowski44342 жыл бұрын
Glad you liked it, thank you!
@ahmadhussainwebshare10012 жыл бұрын
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)
@ahmadhussainwebshare10012 жыл бұрын
It's working. Thank you 😊 💓 ☺ so much
@tomasztarnowski44342 жыл бұрын
I'm glad that you've managed to fix it :) Great to hear that it's working!
@ahmadhussainwebshare10012 жыл бұрын
@@tomasztarnowski4434 You are a superman , pls keep it up. Waiting for your new video.
@amerigo178 ай бұрын
Hello, do you perhaps have information on how to make an internet radio receiver with ESP32? Thank you for your reply! Sascha
@DataLog3 жыл бұрын
Thanx bro, you helped with the driver. I thought I needed CP210X, but I needed the CH340 that I didn't even know about.
@tomasztarnowski44343 жыл бұрын
No problem 👍 I'm glad I could help :)
@sounatanmartins Жыл бұрын
Amazing video . I'm actually very new to the iot area , should i learn electronics first ?
@hygo646 ай бұрын
Wonderful explanation, thanks!
@bazrazin13 жыл бұрын
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.
@SingKoonChoo3 жыл бұрын
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.
@tomasztarnowski44343 жыл бұрын
hey, yep I will make a video about it. I've added this subject to my todo list :)
@SingKoonChoo3 жыл бұрын
@@tomasztarnowski4434 thanks
@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?
@skbiswas99911 ай бұрын
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 Жыл бұрын
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
@zahidfaheem32332 жыл бұрын
SUBSCRIBED!! Thank you very much for the extremely helpful video.
@tomasztarnowski44342 жыл бұрын
Thanks for the sub, Zahid!
@claytsunami80842 жыл бұрын
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
@tomasztarnowski44342 жыл бұрын
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)
@claytsunami80842 жыл бұрын
@@tomasztarnowski4434 Thank you for explaining it Again, very helpful video
@pawerapta95252 жыл бұрын
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.
@tomasztarnowski44342 жыл бұрын
Dzięki!
@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?
@kanishkawijayananda69572 жыл бұрын
Great teacher keep on doing Everything thing is very clear good job
@tomasztarnowski44342 жыл бұрын
Thank you! 😃
@Adriel_Sandoval8 ай бұрын
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.
@sntshkmr602 жыл бұрын
Where is the playlist link for this series?
@tomasztarnowski44342 жыл бұрын
hey, I haven't created a playlist as this is more of an independent video
@barbarasalinas90946 ай бұрын
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 Жыл бұрын
On Linux the cp210x and ch341 drivers are included by default
@qzorn44402 жыл бұрын
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.
@tomasztarnowski44342 жыл бұрын
hey, q zorn, thank you. I haven't tried to use Modbus with ESP32 yet. I'll look into it in the future.
@Analyte1 Жыл бұрын
Thank you very much. Great simplified video.
@nickthiru2 жыл бұрын
Life saver! Thanks Tomasz, and keep it up!
@tomasztarnowski44342 жыл бұрын
Thank you, Nick!
@manigoyal48722 жыл бұрын
thanks, man. Appreciate it will share among others as well, don't want to use Arduino ide anymore
@tomasztarnowski44342 жыл бұрын
I'm glad it helped! Yeah VS Code with PlatformIO is way better experience once configured properly :)
@lancedyer48702 жыл бұрын
Great tutorial, thank you!
@tomasztarnowski44342 жыл бұрын
You're very welcome, Lance!
@dieboodskapper3 жыл бұрын
Please make video on ESP32-S2 dev on PlatformIO - cannot get it working!!!
@tomasztarnowski44343 жыл бұрын
Thank you for your suggestion. Just added the video about ESP32-S2 to my to do list!