Hi, I am pretty new to this community and just bought a nano 2 days ago along with a few other things to experiment with (ESP32 Cam, Some Equipment, LCD Display, 4 LED Display in 1, and more). I wanted to turn my ESP32 cam into a Wifi security cam so I hooked up a youtube video and started following. Skip forward to 2 days later, I now realize I bought an UART USB chip thing instead of a FTDI one, so now in order to save a few bucks,
is there any way to use my newly bought Nano as a FTDI converter?
It's a clone.
The official Arduino nano has the FTDI FT232RL on it that you could actually use as a USB to UART TTL converter. Most clones have a CH340.
This "UART USB chip thing" should work. Wire it up like this: Getting Started With ESP32-CAM: A Beginner's Guide see " Programming the ESP32-CAM". FTDI is a brand name for a USB/UART adapter. Show a picture of it to be sure.
That is not correct if you are using an FTDI or USB/UART adapter. It would be correct, however, if you were using a Nano or Uno etc. as a USB/UART adapter.
Thanks a lot bro,
It started working (The LED kind of dimly glowed on the first try, can't tell if it is on on the second try)
Anyways, thanks for helping out a newbie like me
Listen, I have connected all the pins now, when i touch the io4 pin the led glows, I get an error like -> Error compiling for AI Thinker ESP32 or ESP Dev Module and sometimes Port not detected, What do I do now? @6v6gt
I can't say much more than follow the guide here: https://lastminuteengineers.com/getting-started-with-esp32-cam/
Ensure that you select the correct board (Probably Ai Thinker ESP32-CAM).
If you get compilation errors, then supply a link to the code you have found and copy the error messages into your post (as text, not pictures).
@6v6gt Nothing is wrong with the code but still here you go https://github.com/s60sc/ESP32-CAM_MJPEG2SD @jim-p What? and how are those drivers actually gonna help me
And don't worry I have already been driven to insanity as I have been stuck on this for the past 2 days.
Latest Error - Board not detected =(
PS. I am using a raspberry pi for my programming & internet purposes
As @6v6gt pointed out the USB-TTL thing you have uses the CP210x chip and unless your computer already has the drivers for that chip installed, you will need them.