Shop OBEX P1 Docs P2 Docs Learn Events
HC-06 BLUETOTH — Parallax Forums

HC-06 BLUETOTH



I have been using the HC-06 bt module for 2-4 yr now with the bs2 and the keuwl bluetooth app.
you can get them on e-bay for about $2.
HC-08 BLE Is now avalable.
it works great with the build your own controller. here is a sample code block that i use for many bots.


main:
SERIN rx,84,100,mode,[bt]
'DEBUG DEC bt
SELECT bt
CASE <= 58
bt = bt - 48
CASE <= 91
bt = bt - 55
CASE <= 123
bt = bt - 61
ENDSELECT

DEBUG " bt>",DEC bt, "<bt "
BRANCH bt, [na,forr,tr,revv,tl,rt,rtr,ltr,lt,sl,sr,fll,rf,bl,br,beep,lazer]


Comments

Sign In or Register to comment.