Commit graph

187 commits

Author SHA1 Message Date
Kristian Lauszus 7e31990a57 Renamed L2CAP states 2012-08-17 14:18:55 +02:00
Kristian Lauszus f21ebf858f Decreased data buffer 2012-08-17 14:16:37 +02:00
Kristian Lauszus 1ba56d3f05 Return service ID to service 2012-08-17 14:15:39 +02:00
Kristian Lauszus d33c436b5b Release PS3 controller bugfix 2012-08-10 18:40:03 +02:00
Kristian Lauszus 7ca5fcf048 Added delay between l2cap disconnection requests 2012-08-10 01:02:53 +02:00
Kristian Lauszus c72c9a4578 Removed L2 and R2 from digitalOutput string 2012-08-09 21:51:29 +02:00
Kristian Lauszus 780ce9abeb Minor edit 2012-08-09 21:41:32 +02:00
Kristian Lauszus c349327c88 Renamed BTD_NUMDEVICES to BTD_NUMSERVICES 2012-08-09 21:35:27 +02:00
Kristian Lauszus 9e51675c18 Added note about SRAM and FLASH
You will need a Arduino Mega 1280/2560 to run the sketch
2012-08-09 21:34:51 +02:00
Kristian Lauszus cfbf693384 Minor edit 2012-08-09 21:22:55 +02:00
Kristian Lauszus e55e78450b FIxed bug 2012-08-09 20:30:47 +02:00
Kristian Lauszus acf47a683d Reset l2cap states at new connection request 2012-08-09 20:30:32 +02:00
Kristian Lauszus 5a2faf3855 Minor edit 2012-08-09 20:22:11 +02:00
Kristian Lauszus cc897632f9 Removed unused buffer 2012-08-09 00:59:32 +02:00
Kristian Lauszus 334afebf2b Updated SPP keywords 2012-08-09 00:15:50 +02:00
Kristian Lauszus 4d933592de Minor edit 2012-08-09 00:15:45 +02:00
Kristian Lauszus e89c68482b Now works with hubs 2012-08-08 21:30:00 +02:00
Kristian Lauszus 459c5b7984 Edited sketch text 2012-08-08 21:28:25 +02:00
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 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 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