Created
January 20, 2017 00:07
-
-
Save TrevorJTClarke/3ce91740700f2006fdf4784370577e77 to your computer and use it in GitHub Desktop.
BlueSmirf: Bluetooth Notes - How I got data passthrough working
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Reference Doc: https://cdn.sparkfun.com/assets/1/e/e/5/d/5217b297757b7fd3748b4567.pdf | |
Initial Setup Doc: https://learn.sparkfun.com/tutorials/using-the-bluesmirf#example-code-using-command-mode | |
Final Setup: (Data Passthrough settings) | |
$$$ Type this within 60 sec of turning modem on. You get a "CMD" response. | |
+ This turns on echo so you see what you are typing. | |
SU,96 This sets 9600 baud to Uno. | |
ST,255 This disables that pesky 60 sec timer. | |
--- This ends the command session. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment