Hi, I am configuring for the esp32s2 and I can't see Bluetooth in the components submenu. Did you have a solution for this?ESP_Roland wrote: ↑Wed Jul 22, 2020 1:56 pmHi 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: 4965
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: 2197
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 the...
- Mon Feb 14, 2022 12:23 pm
- Forum: ESP-IDF
- Topic: unit-test-app has no COM port
- Replies: 4
- Views: 2197
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. With c...
- Sun Feb 13, 2022 10:19 pm
- Forum: ESP-IDF
- Topic: unit-test-app has no COM port
- Replies: 4
- Views: 2197
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-components [/...