BLE Android App Tutorial Source Code Issue

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
lock attach
Attachments are accessible only for community members.
Anonymous
Not applicable

Hi,

   

I'm trying to make and Android app with BLE and followed this tutorial: http://www.cypress.com/training/psoc-video-tutorial-series-how-create-android-apps-interact-cypress-... .  The tutorial links to this git repo with the source code from the project https://github.com/cypresssemiconductorco/bleapp .  I downloaded the files and the cypress board appears to be working the but Android app I'm running on a Samsung Galaxy S4 (Android version 4.4.2) can't connect. When I hit "Start Bluetooth" I get "Unfortunately, BLE101 has stopped." Attached is the logcat. I'm fairly new to Android dev so any insight into what's going wrong is appreciated.

0 Likes
3 Replies
rola_264706
Level 8
Level 8
50 likes received 25 likes received 10 likes received
        You must use CYSMART to connect to PSOC ble.   
0 Likes
Anonymous
Not applicable

Thanks for the fast response.

   

I've used CYSMART to connect to the PSoC ble to verify I programmed it correctly. However, the cypress tutorial I'm referencing is specifically for developing your own Android app and they provide the git repo of the tutorial app source code.

0 Likes
Anonymous
Not applicable

Based on the cat log, it looks like the ble101 server PSoCCapSenseLedService is failing to run/be referenced.

   

Double check that you installed/are running it correctly?

0 Likes