Will this work?
Jack3
Posts: 55
I have a couple mini B/USB adapters, with FTDI chip FT232RL,
outputs: gnd, cts, vcc, tx, rx, dtr
I do not have a prop plug, but I do have an integrated board, I want to do this all on the breadboard as per the BOE manual
My assumption is that I use the (gnd, tx, rx, and dtr) pins, with tx going to rx on the Prop, and rx to tx, and dtr to reset. (This is as per my interpretation -of the drawing in the manual showing the Prop tool, eeprom, clock, and chip.
Is this a viable solution?
outputs: gnd, cts, vcc, tx, rx, dtr
I do not have a prop plug, but I do have an integrated board, I want to do this all on the breadboard as per the BOE manual
My assumption is that I use the (gnd, tx, rx, and dtr) pins, with tx going to rx on the Prop, and rx to tx, and dtr to reset. (This is as per my interpretation -of the drawing in the manual showing the Prop tool, eeprom, clock, and chip.
Is this a viable solution?
Comments
If you want to do it right then add the R-C-Transistor circuit between DTR and Reset (first circuit in the picture).
If you don't have the parts you can also add only a series capacitor and invert the DTR output of the FT232 with the help of the PC-Tool: FT_Prog.
Andy
Since it's only needs an edge to reset you don't even need to invert the DTR as I have gotten by with just a 1,000pF (or more) cap from the FT232 to the Prop's reset.
With the Propeller code in EEPROM both should work.
Andy
I forget:
Make sure that the FT232 adapter works with 3.3V levels otherwise you need to add a series resistor (~2.5k) between the TX and P31.
Andy
Yes, the adaptor has a choice between 3.3 and 5
I am still a beginner, what is the 1n, a capacitor?
The value is not that important, I would say something in the range of 0.5 ... 10 nF (nano farad)
If you want to build the first circuit:
10k = 10 kiloOhm resistor
NPN = a general purpose NPN Transistor like 2N3904
Andy
It works quite well with RS232 from a USB to RS232 adapter.