Search found 10 matches

by mediaRif
Thu Dec 21, 2023 10:52 pm
Forum: ESP-IDF
Topic: ESP32-S3-DevKitC-1 UART vs USB with Tiny USB MIDI
Replies: 2
Views: 1373

Re: ESP32-S3-DevKitC-1 UART vs USB with Tiny USB MIDI

By way of further clarification on my question. I'm a little confused with the differences of the two ports. Here is what is written in the documentation for the description of the two ports: - - - documentation - - - - USB-to-UART Port A Micro-USB port used for power supply to the board, for flashi...
by mediaRif
Thu Dec 21, 2023 6:58 pm
Forum: ESP-IDF
Topic: ESP32-S3-DevKitC-1 UART vs USB with Tiny USB MIDI
Replies: 2
Views: 1373

ESP32-S3-DevKitC-1 UART vs USB with Tiny USB MIDI

I'm programming a ESP32-S3-DevKitC-1 to be used as a midi device. I've been connecting it to my computer and flashing it through the USB port (as opposed to the UART port). When I go to flash it (to be used as a USB MIDI device), after I execute the flash update, .. my computer now immediately recog...
by mediaRif
Sat Apr 01, 2023 5:05 am
Forum: Hardware
Topic: USB Host example on ESP32-S3-DevKitC-1
Replies: 9
Views: 9610

Re: USB Host example on ESP32-S3-DevKitC-1

I did some searching and got the ESP32-S3-USB-OTG device to work by adding this code to enable power on the host USB connector. gpio_set_direction(12, GPIO_MODE_OUTPUT); gpio_set_direction(13, GPIO_MODE_OUTPUT); gpio_set_direction(17, GPIO_MODE_OUTPUT); gpio_set_direction(18, GPIO_MODE_OUTPUT); gpi...
by mediaRif
Fri Mar 31, 2023 4:10 pm
Forum: Hardware
Topic: Control the onboard LED on the ESP32-S3 - ESP32-S3-DevKitC-1
Replies: 2
Views: 9707

Re: Control the onboard LED on the ESP32-S3 - ESP32-S3-DevKitC-1

Yes, this is what I was looking for, thank you so much! ...
by mediaRif
Tue Mar 28, 2023 4:45 am
Forum: Hardware
Topic: Control the onboard LED on the ESP32-S3 - ESP32-S3-DevKitC-1
Replies: 2
Views: 9707

Control the onboard LED on the ESP32-S3 - ESP32-S3-DevKitC-1

I am trying to create the most simple way to control the on board LED on the ESP32-S3-DevKitC-1. I am using IDF 5.0.1. Using the component registry I am planning to use the LED_strip component. The documentation for the component in the component registry shows the following (as the most simple way ...
by mediaRif
Sun Mar 26, 2023 4:24 pm
Forum: Hardware
Topic: esp32-S3 ADC2 hardware limitation workaround
Replies: 2
Views: 1706

Re: esp32-S3 ADC2 hardware limitation workaround

I believe the implication of this response means to enable this flag CONFIG_ADC_CONTINUOUS_FORCE_USE_ADC2_ON_C3_S3 ... but my question is, ... will it work? (or will it continue to be unstable?)
by mediaRif
Sun Mar 26, 2023 3:15 am
Forum: Hardware
Topic: esp32-S3 ADC2 hardware limitation workaround
Replies: 2
Views: 1706

esp32-S3 ADC2 hardware limitation workaround

I have something in development that uses most of the esp32-S3's ADCs (both ADC1 & ADC2) in continuous mode and am disappointed to learn this conclusion on the esp32-S3 ADC2 hardware limitation (as stated in the Espressif documentation here below ... about halfway down) : https://docs.espressif.com/...
by mediaRif
Tue Mar 21, 2023 1:57 am
Forum: ESP-IDF
Topic: IDF migration from version 4.4.4 to version 5.0.1 - test.h
Replies: 0
Views: 516

IDF migration from version 4.4.4 to version 5.0.1 - test.h

I am working on a migration from IDF v4.4.4 to 5.0.1. I have a sample test project to prove a concept. here is the sample directory structure: c:\test\CMakeLists.txt c:\test\sdkconfig c:\main\CMakeLists.txt c:\main\test.c c:\main\test.h I would like to have a header file for test (test.h) Here are t...
by mediaRif
Thu Mar 24, 2022 5:05 pm
Forum: Sample Code
Topic: LVGL sample code to change font
Replies: 2
Views: 6595

Re: LVGL sample code to change font

Thank you so much!!
by mediaRif
Tue Mar 22, 2022 5:10 am
Forum: Sample Code
Topic: LVGL sample code to change font
Replies: 2
Views: 6595

LVGL sample code to change font

I'm hoping somebody can post a very simple example of how to change the font size in the ESP32 port of the LVGL library (LVGL V8).

Go to advanced search