Shop OBEX P1 Docs P2 Docs Learn Events
Parallax EmbeddedBlue connection problem — Parallax Forums

Parallax EmbeddedBlue connection problem

toreiltoreil Posts: 1
edited 2012-01-18 11:14 in BASIC Stamp
Hi..
Just bought a Embedded blue module, and Im using it with a Home work board..
I can send commands to the module
SEROUT 1,84,["rst factory",CR]
SERIN 0,84,[WAIT("ACK",CR)]
DEBUG "ACK on factory reset" ,CR
PAUSE 5000
SEROUT 1,84,["con 00:0C:84:00:54:2D",CR] (((from the GET ADRESS command)))
SERIN 0,84,[WAIT("ACK",CR)]
DEBUG "ACK RECEIVED" ,CR
PAUSE 1000
SEROUT 1,84,["set connectable ON",CR]
SERIN 0,84,[WAIT("ACK",CR)]
DEBUG "ACK on Connectible" ,CR
PAUSE 1000
SEROUT 1,84,["set visible on",CR]
SERIN 0,84,[WAIT("ACK",CR)]
DEBUG "ACK RECEIVED ON visible" ,CR
PAUSE 1000
SEROUT 1,84,["set name parallax",CR]
SERIN 0,84,[WAIT("ACK",CR)]
DEBUG "ACK RECEIVED ON Name" ,CR

and it works fine...But I cont connect to the module, the green LED is newer lit or blinking..
and pin5 dont go HIGH

Does anyone got some Ide ont this problem


Best

Tore
Sign In or Register to comment.