Hi Stefan,
Congrats for your success. I am now trying to combine my ESP32-S3 DEV Board with cdc_acm_vcp with WLan and ESP-Now as I have run out of the small USB Host Boards from HobbyTronics and don't want to create some new. I am struggling along on a Mac and ESP-Idf.
Have a nice day.
Search found 6 matches
- Sat Jun 07, 2025 9:00 am
- Forum: Sample Code
- Topic: Code cdc_acm_vcp example from esp-idf5.3.2
- Replies: 9
- Views: 18922
- Sat May 31, 2025 9:57 am
- Forum: Sample Code
- Topic: Code cdc_acm_vcp example from esp-idf5.3.2
- Replies: 9
- Views: 18922
Re: Code cdc_acm_vcp example from esp-idf5.3.2
I gave up combining cdc_acm_vcp with ble or wlan using a ESP32-S3. Instead I am using a simple Wemos ESP32 mini with a small usb host board from hobbytronics.co.uk I had lying around. This Board is based around the Microchip 24FJ64GB002 microcontroller which contains a built-in full-speed USB host ...
- Wed Jan 01, 2025 11:02 am
- Forum: Sample Code
- Topic: Code cdc_acm_vcp example from esp-idf5.3.2
- Replies: 9
- Views: 18922
Re: Code cdc_acm_vcp example from esp-idf5.3.2
Hi Stefan,
first of all, a Happy New Year and all the best for you. Sure I would be interested in your Code and try it on my board. I am still stuck in mine. Could you give me a short note (and URL) when you have uploaded it to Github. Thank you for answering my post.
first of all, a Happy New Year and all the best for you. Sure I would be interested in your Code and try it on my board. I am still stuck in mine. Could you give me a short note (and URL) when you have uploaded it to Github. Thank you for answering my post.
- Thu Dec 26, 2024 5:43 pm
- Forum: Sample Code
- Topic: XIAO ESP32S3 with Adafruit USB Host BFF
- Replies: 1
- Views: 14130
XIAO ESP32S3 with Adafruit USB Host BFF
Seems my questions go into wrong directions as i did not receive any answer to my previous posts but I'll try it once again.
Has anybody ever used a XIAO ESP32S3 board connected to a Adafruit USB Host BFF Shield with esp-idf ? I managed to write a software for my ESP32-S3-WROOM-1 N16R8 board that ...
Has anybody ever used a XIAO ESP32S3 board connected to a Adafruit USB Host BFF Shield with esp-idf ? I managed to write a software for my ESP32-S3-WROOM-1 N16R8 board that ...
- Mon Dec 16, 2024 5:06 pm
- Forum: Sample Code
- Topic: Code cdc_acm_vcp example and menuconfig
- Replies: 1
- Views: 15212
Code cdc_acm_vcp example and menuconfig
okay having received no answer to my previous post I think nobody is using this example. But still I have new question to ESP-IDF experts regarding this subject. Why can I not access any UARTS, Bluetooth or Wifi from menuconfig in this example. If I open a new project it is possible. Hope to find ...
- Sat Dec 14, 2024 8:54 pm
- Forum: Sample Code
- Topic: Code cdc_acm_vcp example from esp-idf5.3.2
- Replies: 9
- Views: 18922
Code cdc_acm_vcp example from esp-idf5.3.2
Trying to insert a BLE Client in this example, but I cannot enable Bluetooth either in menuconfig nor in esp-ide. Would like to get data from a ble device and pass it thru the cdc port of the esp32s3 to another device. I can't do it directly as the receiver only has a ch3x serial port and nothing ...