BS2 without any boards?
tianshiz
Posts: 6
Is it feasible to hook up a BS2 onto a clean breadboard and connect it to the PC with a FTDI usb breakout board? I tried simply lining up the Vin, Vss, Sout and Sin and ATN, but the ID process only showed an echo from the port. Loop back displayed "no" and device type was blank.
Am I wasting my time here? I do have a BOE, but I need to do without the big size of the board.
Any help is appreciated!
Am I wasting my time here? I do have a BOE, but I need to do without the big size of the board.
Any help is appreciated!
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
This is what I did essentially. However, my ftdi breakout board only supplies 3.3v to the Bs2 which does not meet the 5v requirement. So, I hooked up a 6 volt battery with the vin and vss.
No luck with this...thanks for the help!
Regardless of that, does this setup look theoretically correct?
http://www.parallax.com/Portals/0/Downloads/docs/prod/schem/BS2revJSchematic.pdf
still, i get only an echo. No loopback what so ever...I'm really stuck on this, but I know that using the stamp as a standalone is entirely possible. Are there any tutorials out there for this?
The picture really isn't clear on the Sin and Sout pins connected to the module. However, the Loopback stating no is an indication of the cable or adapter being used. Have you installed the FTDI drivers for that module?
Mike, you are correct; the BASIC Stamp uses inverted baud to communicate to the PC. From the picture above, it also looks like the voltage·(Vin) is connected to the voltage coming from the USB port. That voltage doesn't exceed 5 VDC; with that in mind, you could connect that voltage input directly to the Vdd pin of the BASIC Stamp since it only uses 3 mA for operation and will not exceed the 5 volt tolerance of the pin. The Vin pin is connected to the 5 volt LDO regulator; so you would want to apply more than 5 VDC to that·pin to get it running accurately. The Vss pins (4 and 23) on the BASIC Stamp are connected internally, so by connecting one you have a common ground. It is strongly suggested that you use the connections stated in the BASIC Stamp Syntax and Reference Manual (page 28) when connecting to a serial port as Mike Green offered. If you do not have this manual you can download it for free at the link below. I hope this helps, and even though this isn’t a supported connection to the BASIC Stamp, we will try to help however we can.
BASIC Stamp Syntax & Reference Manual:
http://www.parallax.com/Portals/0/Downloads/docs/prod/stamps/web-BSM-v2.2.pdf
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Respectfully,
Joshua Donelson
www.parallax.com
I have tried to follow the schematic in the page here:
www.parallax.com/Portals/0/Downloads/docs/prod/schem/BS2revJSchematic.pdf
I connected the Sin and Sout with the respective pins tx and rx as well as provided an external battery pack for the 5v+ requirement. I even used capacitors as suggested, but I'm still getting the same result here.
As for the FTDI driver, I have it installed and the breakout board worked with my arduino.
Thanks for your help!
Sorry for the poor illustration, but this is essentially what I did:
Post Edited (tianshiz) : 4/2/2009 6:26:14 PM GMT