Search found 8 matches
- Tue Jul 30, 2024 10:31 pm
- Forum: ESP-IDF
- Topic: RGBW Support?
- Replies: 3
- Views: 1061
Re: RGBW Support?
Thanks for the heads up. Unfortunately, with the convoluted setup (for a beginner anyway I should add) for a simple example, I could not find a way to "initialize it with LED_PIXEL_FORMAT_GRBW". And I broke something in the process, not sure what, that I could not recover from. Not even using the ve...
- Tue Jul 30, 2024 12:36 am
- Forum: ESP-IDF
- Topic: RGBW Support?
- Replies: 3
- Views: 1061
RGBW Support?
Greets All, I am dusting off my C++ skills and revisiting the ESP32S3. I have a few development boards, and currently using the ESP32-S3-DevKitC-1U-N8R8 which I feel is a great inexpensive development board to get my feet wet again. Setting it up in VSCODE was almost uneventful, and everything is go...
- Sun Jan 29, 2023 7:58 pm
- Forum: Hardware
- Topic: ESP-Prog cannot connect to ESP32-S3
- Replies: 6
- Views: 4072
Re: ESP-Prog cannot connect to ESP32-S3
According to your fuse dump, the fuse for switching internal/external JTAG through GPIO3 is set to false, which I assume means it has not been burned. STRAP_JTAG_SEL (BLOCK0) Enable selection between usb_to_jtagor pad_to_jtag = False R/W (0b0) through GPIO3 This is the fuse I want to burn so I can s...
- Thu Jan 19, 2023 12:27 am
- Forum: General Discussion
- Topic: Unable to Debug ESP32-S3-DevKitC1 v1.1
- Replies: 1
- Views: 1340
Re: Unable to Debug ESP32-S3-DevKitC1 v1.1
Well 44 views but no replies yet, but I did not include enough information I believe. And once I get that together I will post it. In the meantime, I am reading up on Espressif's guides on using openocd and their xtensa gdb from the command line when concerning an internal JTAG interface like they h...
- Tue Jan 17, 2023 11:39 pm
- Forum: General Discussion
- Topic: Unable to Debug ESP32-S3-DevKitC1 v1.1
- Replies: 1
- Views: 1340
Unable to Debug ESP32-S3-DevKitC1 v1.1
Greets All, Summary - I bought 3 ESP32-S3-DevKitC1-v1.1 devices with two USB ports. One is USB-UART and the other is USB, which when connected this way, allows for debugging using the internal JTAG circuitry. I have not been able to debug at all. I am using ESP-IDF 5.0, ESP-IDF extension version 1.5...
- Tue Jan 17, 2023 10:26 pm
- Forum: ESP32 Arduino
- Topic: Can JTAG Pins be Rerouted?
- Replies: 2
- Views: 1333
Re: Can JTAG Pins be Rerouted?
Thank you for the reply! As it turns out, the JTAG pins were different on this board, according to what they are on the ESP32-S3. And they are left alone. I did not notice it until just yesterday. And now I have a esp32-s3-devkitc-1 v1.1 that has internal JTAG but I am having a heck of a time gettin...
- Wed Jan 11, 2023 10:07 pm
- Forum: ESP32 Arduino
- Topic: Can JTAG Pins be Rerouted?
- Replies: 2
- Views: 1333
Can JTAG Pins be Rerouted?
Hello All, Can ESP32 JTAG pins be rerouted? I just received 2 development boards that have an OLED attached. The device uses GPIO15 as one of the pins to control the display. I want to use the ESP-PROG to interface with the board to allow debugging, but the JTAG connections use GPIO 12 through 15. I...
- Mon Sep 03, 2018 9:09 pm
- Forum: ESP32 Arduino
- Topic: Arduino Example Sketches for Makerfocus M5Stack ESP32 Camera Module OV2640
- Replies: 0
- Views: 5215
Arduino Example Sketches for Makerfocus M5Stack ESP32 Camera Module OV2640
Hi! I bought a specialized ESP32 board on Amazon that has a OV2640 mounted on board. The maker is Maker Focus. I have been able to flash it just fine with example sketches, namely the WiFi scan sketch, and it works just fine. I am having issues finding example code that uses the camera though. The o...