Skip to main content

Questions tagged [ftdi]

Typically refers to a specific type of device which allows raw serial communication with a PC via USB.

Filter by
Sorted by
Tagged with
1 vote
0 answers
180 views

I'm using the Arduino IDE to program my STM32 using an ST-Link. Everything works fine, but I can't receive any data from the STM32 in the Serial Monitor. So, I decided to use an FTDI232 for serial ...
user avatar
-1 votes
2 answers
164 views

When I program atmega328 PU on breadboard,vwhat programmer do I have to use and what arduino board type I have to choose? I am trying this with ftdi converter I have already done the connections and ...
Alexis Tsetsonis's user avatar
-2 votes
2 answers
612 views

I have an issue with my Arduino pro mini. Yesterday, I uploaded a sketch a few times on the pro mini, with an FTDI adapter, and everything worked fine. Today I'm trying to re-upload a sketch, but now, ...
BruceWawe's user avatar
2 votes
4 answers
17k views

I have ESP32-CAM that I plan to use as a simple security camera. I tested the software and it was working perfectly. I programmed it using FTDI programming board with 5V. After testing everything I ...
Eren Sönmez's user avatar
1 vote
1 answer
11k views

I'm following this tutorial on how to install FTDI drivers on macOS, but am facing some issues. After downloading the USB Serial Driver version 2.4.4 (for OS X 10.14) from FTDI Chip's virtual COM port ...
ttoshiro's user avatar
  • 181
1 vote
2 answers
311 views

I took a look at a barebones Arduino schematic. It had three different ways of programming the chip. The first interface is for programming through SPI (For example with "Pocket AVR Programmer&...
user1584421's user avatar
  • 1,435
2 votes
1 answer
118 views

I have a SparkFun RedBoard PTH Kit. It's not made by SparkFun, but by https://inmotion.pt (that doesn't exist anymore). I soldered it, and bought a FTDI adapter, but when I try to upload the blink ...
Ayo Reis's user avatar
  • 121
1 vote
1 answer
3k views

I have built a arduino midi octapad with a Clone of arduino nano that contain a ch340 chip but hairless midi says FTDI driver doesn't installed i installed that driver but it still show that error so ...
Thusitha's user avatar
3 votes
1 answer
5k views

Hi my USB to UART bridge (CP2102) seems to be broken on one of my NodeMCU Dev Boards with ESP8266. It seems to be just that specific board since all other boards that I have can be flashed without ...
shyney's user avatar
  • 73
1 vote
0 answers
193 views

Hi i just wanna ask if its possible to do this on HC05. So i can send some keyboard function? and if yes can you tell me how. Thanks
Jonathan Agravante's user avatar
2 votes
0 answers
776 views

SOLVED! See bottom. I know this question has been asked a lot (believe me, I've been Googling for solutions for 3 days, and have come across many posts on SE), but none of the posts I've found have ...
Carl S's user avatar
  • 21
0 votes
1 answer
3k views

I'm using an Arduino Nano with an Atmega 328p. I would like to attach and use a different USB port instead of the builtin one for supplying power, serial debugging and uploading code. Currently my ...
SpiccyMayonnaise's user avatar
1 vote
2 answers
739 views

so , just bought some pre-bootloaded ATmega328(p/pu) to which I need to upload sketches on a breadboard using uno TX and RX pin as FTDI Here is what I am to do. I connected Uno GND and Reset . ...
Subha Jeet Sikdar's user avatar
1 vote
1 answer
222 views

I am planing on making Arduino from scratch. I found many examples on internet, but they all need another Arduino for programming. How can I make Arduino with USB interface for programming and serial ...
Name's user avatar
  • 135
1 vote
1 answer
2k views

I have a sparkfun AVR Pocket Programmer and have burned the bootloader and uploaded programs using "upload using programmer" via USBtinyISP. It works fantastic. I have a sparkfun FTDI Basic (...
user14446's user avatar
  • 121
1 vote
0 answers
132 views

I have a Duinopeak shield that lets you plug on an ESP-01 and provides a 5V-3.3V regulator and level shifting for the Tx and Rx pins. I cannot get it to work with a setup that has worked with every ...
FDecker's user avatar
  • 11
1 vote
3 answers
3k views

I recently bought an ESP-01 as well as an FTDI programmer (3.3v-5v) and after typing AT+GMR I noticed it said: AT version:0.40.0.0(Aug 8 2015 14:45:58) SDK version:1.3.0 Ai-Thinker Technology Co.,Ltd....
Marcelo_M's user avatar
  • 121
0 votes
2 answers
104 views

I have an Adafruit Metro Mini board that I am using. After soldering the board and accessories to a perfboard the FTDI chip is overheating, the COM port will not show up on the PC, and the 3V pin does ...
Rob's user avatar
  • 21
1 vote
0 answers
429 views

I connected my FTDI (FT232RL) to my PC, windows 8.1. And it gave me a notification saying "USB device not recognized". However, I thought that the problem is from the cable that I am using to connect ...
Hasan Shadi's user avatar
0 votes
2 answers
2k views

Can we just use an ESP32 NodeMCU for example to program an ESP32-CAM? I saw a lot of people programming ESP32-CAM using an arduino Uno, can we do the same for ESP32 NodeMCU? Of course, in the "Arduino ...
Hasan Shadi's user avatar
0 votes
1 answer
186 views

I have 2 questions. Why we have to put our functions before void loop and void setup into VScode+platformio? I switched from arduino IDE to VScode+platformio today, when I upload the sketch with ...
2CoB9's user avatar
  • 103
0 votes
1 answer
2k views

I am trying to use an FTDI breakout board to connect to my custom made Arduino compatible board. I am using a new 16 inch macbook pro with USB-c ports, so I am using a dongle, in case that could be ...
Thijs van der Heijden's user avatar
1 vote
1 answer
4k views

I recently purchased an ESP32-CAM but have had no luck in programming the board or getting any response whatsoever. I first tried to program it using the an FTDI programmer and the Arduino IDE (...
LonelyLodge's user avatar
-2 votes
1 answer
50 views

I have problem with Arduino MEGA, Arduino Deu etc... Those Development board are having separate MCU except main MCU... Why? For what purpose are they used for? as FTDI or bootloader chip or ...
ISURU THIWANKA's user avatar
0 votes
1 answer
4k views

I am trying to upload something directly to the ESP8266 using the ESP8266 IDE. I have configured the ESP8266 to communicate at 9600 using UART_DEF and I have set the ESP8266 IDE at 9600. I see some ...
garson's user avatar
  • 159
1 vote
1 answer
3k views

I have a microcontroller: ATMega328P. I don't have any Arduino Uno board. I want to program the ATMega328P using my FTDI programmer. But when I try to program the ATMega328P without Arduino board I ...
waas1919's user avatar
  • 153
1 vote
1 answer
1k views

I'm pretty new to Arduino programming and i'm trying to connect this ESP8266 module to my FTDI programmer but constantly getting this error on my ARDUINO IDE: esptool.FatalError: Failed to connect to ...
Enes Dedic's user avatar
1 vote
1 answer
970 views

Looks I have a FTDI USB to TTL adapter that doesn't follow the standard Arduino FTDI pinout order. The chipset is FT232RL and here is the link to Amazon page. https://www.amazon.com/Adapter-Serial-...
Arky's user avatar
  • 113
1 vote
1 answer
4k views

I want to program the Robotdyn Mega 2560 PRO MINI which has no USB port. How do I connect the pins to an FTDI? Which setting do I have to use in the Arduino IDE?
Edgar's user avatar
  • 198
0 votes
1 answer
349 views

I am trying to use my Arduino UNO as a programming interface to load sketches on the Espresso Lite v2. I followed the instructions to setup the Wifi network (long press gpio13 and the AP thing), but ...
beppe9000's user avatar
  • 103
1 vote
0 answers
874 views

I am new with arduino and hardwares at all and I am having some problems in a project where I want to assemble the head tracker device from this project https://git.iem.at/DIY/MrHeadTracker/wikis/mrht-...
Enzor's user avatar
  • 11
2 votes
1 answer
248 views

it seems that I accidentally found a way to make my two Arduino nano clones run without resetting on serial connection close/reconnect. On one hand, this behavior is much closer to the desired ...
moestly's user avatar
  • 347
4 votes
1 answer
1k views

As an Arduino newbie I am a little bit confused about possible ways of programming and communicating with this device. I have done some research and it seems that: ICSP is used for programming with a ...
user avatar
-2 votes
1 answer
3k views

My circuit is as seen and I hope there is no error with the wiring. I'm using an ATmega328P. The error suggests that the programmer is not responding and ten attempts issuing not in sync code. There ...
Rahul Guruprakash's user avatar
1 vote
0 answers
418 views

I am using this FTDI connector to power and flash code inside ESP8266 module. Now I am done with adding code to ESP8266, now I just want to power it. but when I connect the mobile charger(5v output) ...
Teenenggr's user avatar
1 vote
1 answer
295 views

I bought an Arduino Mini and also an Arduino USB 2 Serial Converter. While trying to program the Arduino Mini, I get this error: avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x00 ...
Ariel Weinberger's user avatar
1 vote
1 answer
2k views

I have a FT232R that I want to use to flash my ATTiny85 bootloader in the Arduino IDE, can someone help me out on this? I don't want to get a AVR programmer.
Pepperrika's user avatar
0 votes
1 answer
4k views

Is the following connector is valid for Arduino Pro Mini (no BLK and GRN)? I was told to make a certain Arduino application, and got some Arduino Pro Mini (ATmeag328 3.3V 8 MHz) with the connector ...
Jeon's user avatar
  • 123
0 votes
2 answers
827 views

I am making a 100W AC-DC linear power supply, for which I want to show output Voltage and Output current on LCD display. I already used shunt resistor and voltage resistor to bring both values to ...
Jakey's user avatar
  • 196
0 votes
1 answer
5k views

I'm pretty new to this, so forgive me if I get some things wrong. I am working with a piece of equipment that uses an Arduino Pro Mini. When I first got to it, I realized that some of the code was ...
Tamar's user avatar
  • 1
1 vote
6 answers
2k views

I have been using ESP8266 wifi module with Arduino as FTDI. The power for ESP8266 comes from LM317 5V - 3.3v regulated supply(I am sure 5V is powerful enough to give upto 1A of current). The RX of ...
Devesh Saini's user avatar
3 votes
1 answer
52k views

Few weeks ago my Arduino Uno (IDE version 1.8.2) detected the USB port and I was able to do some small IOT projects. I updated my OS to Sierra 10.12.5 and now suddenly the usb serial option has ...
codeinprogress's user avatar
3 votes
1 answer
2k views

I'm trying to connect to my Sparkfun Redboard (Arduino UNO compatible) on Mac OS X 10.12.3 (Sierra). The board comes with a USB mini to USB A FTDI cable. The board lights up and gets power over USB, ...
jozilla's user avatar
  • 43
1 vote
0 answers
221 views

As I couldn't make my ESP8266 be programmed using an Arduino board as FTDI bridge, I decided to buy an FTDI232 board to upload code directly to ESP module via USB. However, when new I connected it to ...
Julio's user avatar
  • 113
1 vote
0 answers
3k views

I'm on a Mac, running 10.11.6 and Arduino IDE 1.8.1. I've been prototyping some projects using an Adafruit Trinket. I was not having any problems, until at some point my Mac stopped recognizing the ...
user379468's user avatar
3 votes
3 answers
3k views

I'm getting the following error with a genuine Arduino Uno on Mac OSX10.11 El Capitan when uploading to it (the green light is on, the orange light flashes intermittently while attempting to upload). ...
Agent Zebra's user avatar
4 votes
4 answers
4k views

This is my first post. I hope that I am posting in the right section of the forum. Otherwise, could an admin move this topic to the appropriate section please? Board : Arduino Pro Mini 3.3V 8MHz ...
Luca Andrei's user avatar
3 votes
2 answers
354 views

I have a question about capacitors in DC (digital) circuits. The picture below is an edited schematic of the Arduino Uno R3. The DTR line is connected to the reset input of the Atmega328 by a 0.1uF ...
hoboBob's user avatar
  • 183
12 votes
2 answers
22k views

TL;DR - Can the six yellow ISP pins be used as a normal ISP? The usual USB-TTL FTDI breakout board looks like this: Recently, I came across a variant of the board shown below. However, what are the ...
Greenonline's user avatar
  • 3,152
1 vote
1 answer
140 views

My Arduino IDE works right out of the box without me having to install any USB to UART drivers. I know the Atmega16U2 on the UNO is acting as UART bridge, but this means that OSX recognizes it on a ...
Alex's user avatar
  • 235