About 50 results
Open links in new tab
  1. How does an FTDI chip work? - Electrical Engineering Stack Exchange

    The FTDI chips implement the USB protocol stack. The responsibility of this hardware is to tell your PC what it is (using some identification information) such that your computer can load the right driver for …

  2. What is a FTDI chip? How does USB communicate with Arduino?

    May 29, 2018 · What is a FTDI chip? Is this used in Arduino to communicate to the laptop? I think that the voltage levels are different on USB and Arduino?

  3. ESP32 with FTDI programmer - Electrical Engineering Stack Exchange

    Jul 13, 2019 · Yes, you can program the ESP32 DevKit v1 using an FTDI (Future Technology Devices International) USB-to-Serial converter. The ESP32 DevKit v1 typically comes with a built-in USB-to …

  4. FTDI connection to ESP32 S3 for read/write

    Mar 20, 2023 · FTDI GND -> ESP32S3 GND FTDI TXD -> ESP32S3 U0RXD (GPIO44) FTDI RXD -> ESP32S3 U0TXD (GPIO43) GND -> ESP32S3 IO0 (GPIO0) This is the command I'm running, which …

  5. Do FTDI serial port chips use a soft UART, or a hardware UART?

    Nov 5, 2022 · I'm considering using an FTDI cable for RS-485, and I'm wondering who controls the driver enable and how. Is it in a hardware UART, a soft UART, or by the PC the USB is plugged into …

  6. How to config Channel A/B of FTDI FT4232H to JTAG

    Mar 31, 2024 · As for configuration of the FT4232H EEPROM, Application Note AN_124 User Guide for FTDI FT_PROG Utility doesn't list a specific configuration option to select JTAG, but in section 5.9 …

  7. Programming an ATmega328 with Arduino bootloader via a FTDI USB …

    Apr 17, 2014 · I would like your advice relating to using the Arduino IDE and avrdude to program an ATmega328 which is preloaded with an Arduino bootloader. I am using a USB to TTL-serial breakout …

  8. USB-C replacing 6-Pin FTDI Header - Electrical Engineering Stack …

    Aug 7, 2020 · The adapter connects to a 6 pin FTDI header on the PCB. I want to connect the FTDI Chip Adapter to the board using a USB-C Connector instead of the 6 pin header.

  9. FTDI and ST LINK devices together to STM32

    Aug 10, 2020 · So, I am planning to use the FTDI when running and the ST LINK adapter when uploading codes. My question (before I short circuit something doing it): Can I connect the two …

  10. auto reset an Arduino using ftdi - DTR signal stays low and needs to go ...

    Your title says "reset an Arduino". Arduinos have an onboard circuit that times the reset pulse, so they do not require DTR to go high after 1-50ms. DTR normally stays low during the bootloading sequence.