Hi, I'm trying to make BLE hardwares on both s110 and s120. There are two devicees one for S110 peripheral and the other for s120 central.
S110 pheriperal device has to functions.
- Using general profile, communicate with phone, something like heart beat profile.
- With custom profile, communicate with the s120 device.
S120 central device scans for the s110 pheriperal device. when connection made, they communicate like zigbee or other communication protocol. S120 device is connected to pc with usb, so PC can send UART message to the S120 device, and it send the data to S110 device.
I want to communicate with two nRF chips. There are many examples on S110, but there is very few examples on S120.. it look like Nordic is also work on it.
So the question is:
- Can i make UART ble app (like SPP profile) on S120 device? (if i can, is there any examples or documents?)
I think i can handle S110 part, there is an example of UART ble app, but S120 don't. I'm first on bluetooth, so please help me.