Commit graph

272 commits

Author SHA1 Message Date
Kristian Lauszus
856b027e7b Removed whitespace 2012-08-08 20:21:35 +02:00
Kristian Lauszus
58ecd212a7 Added comment about hci local version 2012-08-08 20:17:14 +02:00
Kristian Lauszus
f17a3a2233 Minor edit 2012-08-08 20:16:03 +02:00
Kristian Lauszus
55ba0911fb Removed return 2012-08-08 20:08:09 +02:00
Kristian Lauszus
7a867e68ed Use pointer instead of buffer 2012-08-08 20:01:10 +02:00
Kristian Lauszus
9fe088f39d Fixed typo 2012-08-08 19:59:43 +02:00
Kristian Lauszus
c8e89283d5 Reorganized examples 2012-08-08 19:27:32 +02:00
Kristian Lauszus
961a5005dc Save all strings in string buffer to prevent the dongle from overflowing 2012-08-08 19:23:03 +02:00
Kristian Lauszus
5ce7cc2b55 Updated example for RFCOMM/SPP 2012-08-08 19:22:47 +02:00
Kristian Lauszus
d495336442 Minor edit 2012-08-08 19:22:07 +02:00
Kristian Lauszus
0719b242af Increased timeout before scanning again 2012-08-08 19:21:57 +02:00
Kristian Lauszus
76020527f8 Updated to work with BTD instance 2012-08-08 19:21:40 +02:00
Kristian Lauszus
77d72d49b2 print error code as hex 2012-08-08 18:00:02 +02:00
Kristian Lauszus
c42a770909 Fixed hub support 2012-08-08 17:32:45 +02:00
Kristian Lauszus
1ff0135b31 Some minor changes 2012-08-08 05:40:53 +02:00
Kristian Lauszus
a70deaf5cc Added check for length of l2capoutbuf 2012-08-05 01:52:00 +02:00
Kristian Lauszus
ec53a2e4ba Added printNumber()
Still not working 100% - crashes sometimes
2012-08-05 01:14:39 +02:00
Kristian Lauszus
0cfe91a044 Added support to send Strings 2012-08-04 20:57:37 +02:00
Kristian Lauszus
6dc2b6e09d Ignore if the incoming device is not supported 2012-08-04 20:38:57 +02:00
Kristian Lauszus
b2d6e4313f Replaced pointer with buffer 2012-08-04 20:10:59 +02:00
Kristian Lauszus
8d3b8b2adb Added BTD example
Shows that one can now use PS3BT and SPP at the same time
2012-08-04 20:10:00 +02:00
Kristian Lauszus
a093e777d3 Several minor changes 2012-08-04 19:46:32 +02:00
Kristian Lauszus
234685359b Updated keywords 2012-08-04 19:09:54 +02:00
Kristian Lauszus
136d854cef Now works properly with hubs 2012-08-04 19:08:43 +02:00
Kristian Lauszus
a5e1755fa7 First release 2012-08-04 12:20:47 +02:00
Kristian Lauszus
b967d610c0 Fixed rumble issue in example sketch 2012-08-03 02:42:48 +02:00
Kristian Lauszus
8b7efc3ed6 Now sends credit, so the communication never terminates
The Arduino has to keep sending credit, so the other device knows that
it can keep sending bytes to the Arduino
2012-08-02 00:48:14 +02:00
Kristian Lauszus
b833daeec7 Better print strings from flash routine 2012-08-01 13:33:02 +02:00
Kristian Lauszus
ea575c3999 Added ability to store strings in flash 2012-07-31 22:53:32 +02:00
Kristian Lauszus
2fb8dcf8ae Better print routines
Also added ability to print arrays
2012-07-31 21:10:25 +02:00
Kristian Lauszus
90f477a1c0 Fixed bug in L2CAP_Command 2012-07-31 20:10:36 +02:00
Kristian Lauszus
abd6048bab Now works with Galaxy S running Gingerbread
Thanks to Sebastian for feedback
2012-07-31 19:07:23 +02:00
Kristian Lauszus
a8e751bb3f Now disconnects properly 2012-07-27 11:32:31 +02:00
Kristian Lauszus
abf19a924e Edited debug text 2012-07-27 10:18:06 +02:00
Kristian Lauszus
0c56bfdb81 Added text about RFCOMM 2012-07-27 01:42:45 +02:00
Kristian Lauszus
b2df888783 Added RFCOMM keywords 2012-07-27 02:19:52 +03:00
Oleg Mazurov
325b722957 modified keywords.txt 2012-07-26 17:15:30 -06:00
Oleg Mazurov
9a58f9b94d RFCOMM 2012-07-26 17:02:12 -06:00
Oleg Mazurov
1c5553e7bf fixing conflict 2012-07-26 16:59:41 -06:00
Oleg Mazurov
6f456f1c12 Merge branch 'dev' of github.com:felis/USB_Host_Shield_2.0 into dev 2012-07-26 16:32:54 -06:00
Kristian Lauszus
2dc6583f06 Fixed printReport() 2012-07-27 00:21:26 +02:00
Kristian Lauszus
2d4548e310 Windows can now also send data to the Arduino 2012-07-27 00:02:13 +02:00
Kristian Lauszus
85af55e0aa Added delay in example sketch
Some devices resets when it tries to send several bytes in each loop
2012-07-26 21:34:06 +02:00
Oleg Mazurov
f7b967bcfb Merge branch 'dev' of github.com:felis/USB_Host_Shield_2.0 into dev 2012-07-26 13:05:13 -06:00
Kristian Lauszus
7b1f2df212 Now working with Windows 2012-07-26 21:03:06 +02:00
Oleg Mazurov
8f2e695465 Merge branch 'dev' of github.com:felis/USB_Host_Shield_2.0 into dev 2012-07-26 11:41:24 -06:00
Kristian Lauszus
d06da65bb1 Combined L2CAP commands 2012-07-26 19:34:01 +02:00
Oleg Mazurov
becfcd0270 Merge branch 'dev' of github.com:felis/USB_Host_Shield_2.0 into dev 2012-07-26 11:31:25 -06:00
Kristian Lauszus
0c6d208823 Moved a lot of data to flash 2012-07-26 19:17:52 +02:00
Oleg Mazurov
a0593410c9 Merge branch 'dev' of github.com:felis/USB_Host_Shield_2.0 into dev 2012-07-24 15:49:00 -06:00