Lawrence Lee
/
Bluetooth_HC-05_ATmode_DEMO
hc-05 atmode set
Prerequisite
HC-05 Bluetooth ATmode setting
BlueTooth Configuration
Serial Command
at at+name= at+pswd= at+reset
Hardware Configuration
WIZwiki-W7500 Pin map
Software
none
Caution
Revision 1:0122c3d1e431, committed 2017-04-18
- Comitter:
- joon874
- Date:
- Tue Apr 18 02:36:06 2017 +0000
- Parent:
- 0:55488a36f1c4
- Commit message:
- code update;
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 55488a36f1c4 -r 0122c3d1e431 main.cpp --- a/main.cpp Tue Apr 18 01:20:59 2017 +0000 +++ b/main.cpp Tue Apr 18 02:36:06 2017 +0000 @@ -17,7 +17,8 @@ pc.baud(9600); bt.baud(38400); - pc.printf("BT AT mode test\n\r"); + pc.printf("WIZwiki-W7500\n\r"); + pc.printf("HC-05 SET\n\r"); char ch; @@ -34,6 +35,5 @@ ch = bt.getc(); pc.putc(ch); } - } }