Shop OBEX P1 Docs P2 Docs Learn Events
Basic Stamp to Spinneret Problem — Parallax Forums

Basic Stamp to Spinneret Problem

worthyamherstworthyamherst Posts: 46
edited 2011-07-14 07:13 in Accessories
Okay, so I am working on a project that involves a unit with ping sensors sending data to a control board which will then send the data to a self designed website via the spinneret. Our problem is that we cannot connect a basic stamp to the spinneret to send data (I2C from stamp to spinneret). We can send Ping))) data to the control board, but we cannot send it to the spinneret. We tried just hard-wiring a prop board to the spinneret and then used the codes found at http://forums.parallax.com/showthread.php?126718-Communication-Propeller-Basic-Stamp to try and send simple letters, which we could not do. We think that it is because of the different voltages of the boards. What I am getting at is, where could we find codes that show communication between basic stamp and spinneret? Any help is greatly appreciated. :smile:

Comments

  • Mike GMike G Posts: 2,702
    edited 2011-07-14 07:13
    As I suggested before, use SEROUT SERIN on the STAMP and FullDupexSerial on the Propeller. Two wires and a resistor, very easy.

    For help with your current setup, post all source code and schematics.
Sign In or Register to comment.