Pert.. you have always been a big help to me! Thanks.
Ok, last test was a standard ESP32 module with USB chip. It connects fine to PC and takes com4.
I have been looking at esp32cams for a bit, all seem to have a TTL UART style i/f, no cp2102 usb stuff. The ones I got were certainly not USB, no room for the chip and connector.. Here is link on amazon, note amazon choice and good feedback:
Admittedly, I am sick and a bit confused, and also this is 1st time I used an FTDI i/f. All else was USB direct to MCUs.
The cams I found using search on amz, "esp 32 cam ai thinker". I was a bit dismayed to get them and no such laser engraving present, just says "ESP 32S, WiFi BT SoC inside"... here is thier link:
The OS is Win8.1 (yuck).
I have to run downstairs to get FTDI module...
I run 6V power brick - to PC chassis, + to "3.3/5V" pin on esp32cam module going by pinout. I assume there is onboard VR to handle the 6V. Othewise I'm screwed. Ok, first unit comes on, the white LED lights up, no "port" show in IDE... hmm- note to self, face detect broken in esp boards definitions v1.0.2...
Here is error from a blank sketch upload
Arduino: 1.8.9 (Windows 8.1), Board: "ESP32 Wrover Module, Huge APP (3MB No OTA/1MB SPIFFS), QIO, 80MHz, 921600, None"
TRUNCATED....
esptool.py v2.6
Serial port COM4
Traceback (most recent call last):
File "esptool.py", line 2959, in <module>
File "esptool.py", line 2952, in _main
File "esptool.py", line 2652, in main
File "esptool.py", line 222, in __init__
File "site-packages\serial\__init__.py", line 88, in serial_for_url
File "site-packages\serial\serialwin32.py", line 62, in open
serial.serialutil.SerialException: could not open port 'COM4': WindowsError(2, 'The system cannot find the file specified.')
Failed to execute script esptool
the selected serial port Failed to execute script esptool
does not exist or your board is not connected
Invalid library found in C:\Users\matt\Documents\Arduino\libraries\juiceSine: no headers files (.h) found in C:\Users\matt\Documents\Arduino\libraries\juiceSine
Invalid library found in C:\Users\matt\Documents\Arduino\libraries\MINE: no headers files (.h) found in C:\Users\matt\Documents\Arduino\libraries\MINE
Invalid library found in C:\Users\matt\Documents\Arduino\libraries\juiceSine: no headers files (.h) found in C:\Users\matt\Documents\Arduino\libraries\juiceSine
Invalid library found in C:\Users\matt\Documents\Arduino\libraries\MINE: no headers files (.h) found in C:\Users\matt\Documents\Arduino\libraries\MINE
TRUNCATED....