Hi everybody,
I would like to know how to connect a PSoC 4 BLE device with the Android device using the PSoC Creator software and the MIT App Inventor Software.
I recently had experience with Android Studio, and I understand that the BLE connection is linked the command of setting up the same exact UUID in order for the two devices to share information.
However, on the MIT App Inventor software, it is a bit different in that there is no UUID that you have to synchronize the two devices with. There is, on the other hand, a BluetoothClient component. I have learned, through various videos, to use this by means of connecting two Android Devices together (one being the client and the other being the server). But for my program, I need the PSoC Device to be the server, and the Android Device to be the client. Although it may sound similar, this is completely different, since the programming of App Inventor entirely contrasts the programming of PSoC Creator. Because of this, I am perplexed of the way how to connect the BLE component to have the PSoC and Android device connected together.
Does anybody know how to accomplish this?
Much appreciated,
Andrew Collins