use FDTI friend instead of propeller plug
lee oswald
Posts: 11
could someone tell me how to use FDTI friend, in place of the
propeller plug, and if is safe to use.
since FDTI friend has 6 pins and not have the RST pin.
grateful for any help.
propeller plug, and if is safe to use.
since FDTI friend has 6 pins and not have the RST pin.
grateful for any help.
Comments
The Propeller needs 3.3V logic Transmit and Receive signals plus ground plus a "switch closure" to ground for reset, usually furnished by a switching transistor when DTR goes from false to true (with a capacitor in series with the DTR signal). Look at the PropPlug circuit or the circuit for the USB Protoboard for an example.
http://www.ladyada.net/learn/breakoutplus/ftdifriend.html
At the end of the day, it is up to the buyer of alternatives to become aware of the engineering involved. If you buy the Propeller Plug, you just use it without the additional hassle.
I have another brand of AVR programmer that offers TTL RS233 and it appears to be useful for programming the Propeller, but I've never tried as I've enough other projects to think about and build. This is just another hack that can be done, if you wish to pursue it.
Prop Plug:
http://www.parallax.com/Portals/0/Downloads/docs/prod/prop/32200-32201-PropClipPlug-v1.3.pdf
I have only one propeller plug that I use a lot.
I also have a FDTIfriend who I bought on adafruit for another purpose.
see below the url (from schill).
http://www.ladyada.net/learn/breakoutplus/ftdifriend.html
I started thinking that yesterday, i should have already an alternative
beyond that.
look good,
the value USP is high and for my to buy only one propeller plug,
I can not speak here in the company to make a request just 1 propeller plug.
and if something happen ?.
Note that the FTDI cable does not provide a DTR line but fortunately the propeller tool allows one to use the RTS signal instead; see the 'Operation' tab in the <edit><preferences> menu in the Propeller tool.
I also use these cables for general serial comms on some projects and use a multipole connector other than a standard usb connector.
that uc could be fashioned into a super cheap replacement
for a prop plug? Perhaps zeners could handle the drop to
3.3 level somehow?
The Tiny25 does not even need a crystal to do USB1.1 because
you can have the programmable internal rc timer auto adjust to
work with the USB port.
There are 150ohm resistors inline with tx and rx on the usb2ser itself.
The FT232RQ can be reconfigured to have 3.3 IOs, but that would require modifications to the usb2ser.
VSS, TX, RX from pins 1,5,6 of FDTI.
RST as was said by professionals, comes from the DTR signal, after passing through a 10nF capacitor, and the cheapest NPN transistor, standing before a pull down resistor (33k).
thanks for the help.