BTLE SDK and Comm
Posted by Taylor Bernard on June 19, 2013
supposedly a simple XCode sample/example file for talking to arduino in:
release-master -> BLEMini -> SDK - > SimpleControls
release-master -> BLEMini -> SDK - > SimpleControls
Comments
Justin Bernard on June 19, 2013:
found this
https://github.com/jamieowen/AirNativeiOS-Bluetooth
Justin Bernard on June 19, 2013:
another possibly helpful lib:
https://code.google.com/p/as3-arduino-connector/
Taylor Bernard on June 19, 2013:
Taylor Bernard on June 19, 2013:
Taylor Bernard on July 19, 2013:
"Hello, I received the BLE mini module about a week ago and after a lot of testing I figure out there is a problem sending data from arduino (connected to BLEmini via UART) to the iphone app. I initially though it was a bug in my code but I finally discovered there is the same issue in your demo app BLE Chat as well. The problem is basically that some bytes will get lost during the communication between the module and the iphone app. If you try to send a meaningful string from the arduino serial monitor to the ble chat demo app the text is often incomplete (displayed with some missing characters). Any help would be appreciated, Thanks, Enrico"
Taylor Bernard on July 23, 2013:
sending data to iOS
https://redbearlab.zendesk.com/entries/24068706-BLEMini-receives-data-now-how-to-send-data-to-iOS-
Justin Bernard on July 23, 2013:
good find. saved me some work.
Taylor Bernard on July 23, 2013:
so, the Serial1 fix shouldnt need to be implemented on the UNO we're using now.
Taylor Bernard on July 24, 2013:
Taylor Bernard on August 9, 2013:
BTLE running on droid now via system update.
Justin Bernard on August 9, 2013:
Taylor Bernard on August 12, 2013:
TinyCircuits TinyDuino is clone of Arduino UNO chipset. Renaming to Serial0 or Serial1 on BT commands is NOT needed as it was on Arduino Micro prototype.
Taylor Bernard on September 5, 2013:
http://protolab.pbworks.com/w/page/19403651/TutorialFlashSetup2009
Justin Bernard on September 6, 2013: