Search found 6 matches

by sarogersz
Tue Jun 27, 2023 4:54 pm
Forum: Hardware
Topic: Best Processor and Devkit to Use
Replies: 2
Views: 1028

Best Processor and Devkit to Use

For convenience in my simple datalogger product, I want to use a devkit as the main component in my datalogger product. As an example, I have developed the product over the last couple of years using DOIT version of the devkit v1, which uses the ESP32-WROOM-32D MCU. As I go into product release phas...
by sarogersz
Thu Dec 08, 2022 12:49 am
Forum: ESP32 Arduino
Topic: ESP-WROVER-KIT Missing Libraries
Replies: 2
Views: 2142

Re: ESP-WROVER-KIT Missing Libraries

You are correct. I drilled into libraries and fixed up the include paths and that fixed it!

Thanks
by sarogersz
Thu Dec 08, 2022 12:46 am
Forum: Hardware
Topic: ESP32 Timed out waiting for packet content
Replies: 1
Views: 1037

Re: ESP32 Timed out waiting for packet content

I found that the devkit was somehow toasted (used to work). I built up another breadboard with a new devkit and it works. I.e. it was a hardware problem.
by sarogersz
Thu Dec 08, 2022 12:43 am
Forum: Hardware
Topic: ESP-WROVER-KIT SD Card Setup
Replies: 0
Views: 1026

ESP-WROVER-KIT SD Card Setup

I am trying to use ESP-WROVER-KIT for development, in particular because I need the built-in debugger support for VSCode using PlatformIO. My project requires use of an SD card as it is a datalogger. I read in the ESP-WROVER-KIT getting started docs that SD and JTAG cannot be used together because o...
by sarogersz
Mon Dec 05, 2022 11:13 pm
Forum: ESP32 Arduino
Topic: ESP-WROVER-KIT Missing Libraries
Replies: 2
Views: 2142

ESP-WROVER-KIT Missing Libraries

I have purchased an ESP-WROVER-KIT because of its built in support for debugging, its built-in SD reader, and other features. I am using Platformio and VSCode with Arduino framework as such: [env:esp-wrover-kit] platform = espressif32 board = esp-wrover-kit framework = arduino However, upon compilin...
by sarogersz
Fri Nov 04, 2022 12:14 am
Forum: Hardware
Topic: ESP32 Timed out waiting for packet content
Replies: 1
Views: 1037

ESP32 Timed out waiting for packet content

I am using a esp32doit-devkit-v1 with Arduino framework, with a straightforward breadboard project, using Platform IO. Yesterday all was working fine. Today when I sat down to continue development, I am no longer able to upload the code to the board via USB. I have rebooted both the project and the ...