Search found 3 matches

by philipp_u
Mon Apr 25, 2022 6:47 pm
Forum: ESP-IDF
Topic: ESP32-S3 communicating with a Ltd FT2232C/D/H Dual UART/FIFO IC via USB-OTG
Replies: 1
Views: 1645

ESP32-S3 communicating with a Ltd FT2232C/D/H Dual UART/FIFO IC via USB-OTG

Hi, im trying to get a serial connection going from the esp to this device https://www.me-systeme.de/shop/en/electronics/gsv-3-16-bit/gsv-3usb . I managed to get a connection but im not sure where to go from there. After connecting with cdc_acm_host_open_vendor_specific i get the following device in...
by philipp_u
Thu Oct 22, 2020 10:44 am
Forum: ESP-MDF
Topic: ESP-MDF Development workflow
Replies: 5
Views: 8543

Re: ESP-MDF Development workflow

To answer your unanswered questions: 1) Yes there is an ide with intellisense, i personally use VisualStudio Code with the Espressif IDF Extension. It has the typical stuff like build, flash, monitor, ... and supports the mdf framework out of the box. 2) There are libraries for neopixel on github ht...