2
\$\begingroup\$

I'm using a known good FTDI USB -> UART bridge to talk to a 3rd part module on my board. I've just assembled the board, and it's not impossible that I fried a component in the process (it's what I'm trying to understand right now)

When I send data through the UART, I get this:

enter image description here

The yellow is the incoming TX (RX from the module's perspective) line and the blue is the RX. As you can see, data is coming in fine, but it's causing this weird "echo" effect on the module's TX pin, with no response from the module (I'd expect something back).

The module is a Bluetooth module I've worked with before, connected like this:

enter image description here

(the TX and RX lines are flipped appropriately on the FTDI connection)

Any ideas what this is? Is it just a fried module?

\$\endgroup\$
8
  • \$\begingroup\$ That's an incredible amount of crosstalk... \$\endgroup\$ Commented Mar 5, 2015 at 0:15
  • \$\begingroup\$ it's possible - the UART is just for debug purposes, and I've got a 4" long ribbon cable taking it off-board. If that were the case, would the cross-talk prevent the module from responding? \$\endgroup\$ Commented Mar 5, 2015 at 0:16
  • 1
    \$\begingroup\$ No, the response signal would be superimposed on the crosstalk noise. \$\endgroup\$ Commented Mar 5, 2015 at 0:20
  • \$\begingroup\$ Is the part marked incorrectly or have you pulled the active-high reset high? \$\endgroup\$ Commented Mar 5, 2015 at 0:29
  • \$\begingroup\$ Nice scope capture, often they're pretty unreadable. \$\endgroup\$ Commented Mar 5, 2015 at 0:31

1 Answer 1

3
\$\begingroup\$

The serial BT module can be checked easily without any tools. Short TX to RX then pair the module with a phone, PC, etc., open a terminal and type something. If module is working you'll get echo back. Make sure 'local echo' is turned off in the terminal. If you have known good module practice on it first.

FTDI USB to serial can be tested using the same technique.

\$\endgroup\$
1
  • \$\begingroup\$ That's a fair point. Even having it show up in a pairing list would mean it's not completely dead. \$\endgroup\$ Commented Mar 5, 2015 at 3:59

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.