Search found 7 matches

by pauljurczak
Sat Jan 06, 2024 6:39 pm
Forum: IDEs for ESP-IDF
Topic: Espressif-IDE vs. Visual Studio Code extension and other options.
Replies: 0
Views: 21451

Espressif-IDE vs. Visual Studio Code extension and other options.

I've been using PlatformIO and sometimes Arduino IDE for ESP32 development. I would like to know how Espressif-IDE compares to Visual Studio Code extension and the other two options. Is Espressif-IDE the best supported option for "serious" development, with most comprehensive features and new chips ...
by pauljurczak
Tue Aug 02, 2022 3:48 am
Forum: General Discussion
Topic: How to use Adafruit libraries with ESP32-IDF on VSCode?
Replies: 1
Views: 1886

How to use Adafruit libraries with ESP32-IDF on VSCode?

I would like to get a simple blink test running on Adafruit QT Py ESP32-C3 board (https://www.adafruit.com/product/5405) using C/C++ on VSCode and Ubunto 22.04. I installed ESP-IDF VS Code Extension. What is the standard way of using Adafruit or other libraries to control the neopixel on this board?...
by pauljurczak
Mon Jun 13, 2022 6:25 pm
Forum: Hardware
Topic: Scrambled data from ESP32-CAM-MB
Replies: 2
Views: 3255

Re: Scrambled data from ESP32-CAM-MB

Thank you, this solved my problem. For future readers, my issue was compounded with having two different types of ESP32-CAM boards. They have identical layout and differ only by ESP32-S module, which I just discovered. The modules with Espressif logo work just fine. They don't even need GPIO1 shorte...
by pauljurczak
Fri Jun 10, 2022 7:18 pm
Forum: General Discussion
Topic: MicroPython support for ESP32-CAM
Replies: 1
Views: 3200

MicroPython support for ESP32-CAM

What is the easiest way to get image capture capability with basic camera control on ESP32-CAM board using MicroPython? Preferably, a module I can just "pip install".
by pauljurczak
Sat Apr 09, 2022 7:57 am
Forum: General Discussion
Topic: Booting or loading the program from TF card on ESP32-CAM
Replies: 1
Views: 1358

Booting or loading the program from TF card on ESP32-CAM

I would like to boot ESP32-CAM or load the program from TF/SD card. Is that possible? Preferably, using Platform I/O.
by pauljurczak
Fri Feb 04, 2022 6:11 pm
Forum: Hardware
Topic: Scrambled data from ESP32-CAM-MB
Replies: 2
Views: 3255

Scrambled data from ESP32-CAM-MB

I'm using ESP32-CAM, which works fine with an external CP2102 USB/serial adapter, but gives me problems with two different ESP32-CAM-MB boards using these USB/serial chips: - QinHeng Electronics HL-340 - CH340C I'm testing with a simple blink script: #include <Arduino.h> void setup() { Serial.begin(...
by pauljurczak
Tue Jan 25, 2022 12:57 pm
Forum: Hardware
Topic: Searching for a wide angle camera module for ESP32-CAM with lens not glued to its holder
Replies: 0
Views: 2292

Searching for a wide angle camera module for ESP32-CAM with lens not glued to its holder

There are a lot of wide angle camera modules for ESP32-CAM available, but as far as I know, almost all of them have glue applied to lens thread. I'm looking for a supplier of modules with lens not glued to its holder, so I can easily adjust the focus to extreme closeup, about 2-3". I would appreciat...