Bluetooth connects, but can't send commands #578
Unanswered
espruino-discuss2
asked this question in
Interfacing
Replies: 1 comment
-
Posted at 2014-09-22 by @gfwilliams Are you powering the board from USB on a computer? If so, the board will have the 'console' interface on USB, and not Bluetooth. You can power it from a battery or USB wall adaptor, or you can connect via USB and type Of it's not that, i'd check the two connections nearest the aerial on the Bluetooth module. Those are TX and RX, and if there is a bad connection it will have the effect you describe. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Posted at 2014-09-22 by user48740
I've connected the HC-05 bluetooth module and I appear to be able to connect to the board via bluetooth, but I cannot send commands through the Web IDE. Basically, I connect to the proper COM port, and the bluetooth settings in Windows changes from 'Not Connected' to 'Connected', but I cannot type in the left side of the IDE, and nothing I send from the right side appears to work either.
Any thoughts?
Beta Was this translation helpful? Give feedback.
All reactions