Hi, I am configuring for the esp32s2 and I can't see Bluetooth in the components submenu. Did you have a solution for this?Hi Hugo,
Is it possible that you've configured your project for ESP32-S2?
Search found 4 matches
- Tue Feb 22, 2022 5:01 pm
- Forum: ESP-IDF
- Topic: sdkconfig is missing components
- Replies: 4
- Views: 5512
Re: sdkconfig is missing components
- Tue Feb 15, 2022 10:51 am
- Forum: ESP-IDF
- Topic: unit-test-app has no COM port
- Replies: 4
- Views: 2607
Re: unit-test-app has no COM port
I don't think it changes the configuration.
I checked whether the console is diverted to the UART after I switch to CDC. Nothing comes out of UART0 TX/RX.
So what I did to go around this for anyone else who is in this position:
1. Using the Adafruit ESPtool chromium tool, erase the chip
2. build ...
I checked whether the console is diverted to the UART after I switch to CDC. Nothing comes out of UART0 TX/RX.
So what I did to go around this for anyone else who is in this position:
1. Using the Adafruit ESPtool chromium tool, erase the chip
2. build ...
- Mon Feb 14, 2022 12:23 pm
- Forum: ESP-IDF
- Topic: unit-test-app has no COM port
- Replies: 4
- Views: 2607
Re: unit-test-app has no COM port
Thank you for responding.
I hadn't done that. But now I have. Still no output from the USB COM port.
I know that when I write an application to log to CDC, I can for sure get serial data on the COM port that enumerates with said app.
COM14 comes up when I hold boot button then reset the chip ...
I hadn't done that. But now I have. Still no output from the USB COM port.
I know that when I write an application to log to CDC, I can for sure get serial data on the COM port that enumerates with said app.
COM14 comes up when I hold boot button then reset the chip ...
- Sun Feb 13, 2022 10:19 pm
- Forum: ESP-IDF
- Topic: unit-test-app has no COM port
- Replies: 4
- Views: 2607
unit-test-app has no COM port
Hello,
I followed the steps highlighted in https://docs.espressif.com/projects/esp-idf/en/v4.3.2/esp32c3/api-guides/unit-tests.html
on how to make and run a unit test.
I wrote a simple component and built the project while in the unit-test-app directory with
[Codebox]
-T path-to-custom ...
I followed the steps highlighted in https://docs.espressif.com/projects/esp-idf/en/v4.3.2/esp32c3/api-guides/unit-tests.html
on how to make and run a unit test.
I wrote a simple component and built the project while in the unit-test-app directory with
[Codebox]
-T path-to-custom ...