I'm trying to read a sensor with Arduino, then transmit the signal to an iPhone device by BLE112.
I read a lot about this device, and I updated the firmware (Gatta and hardware.xml files). There is a library to use it (BGlib) but I don't know where to start, since there are not enough comments.
I connected it with BLUEGUI. I can see it in BLE applications in the iPhone with the services (UUID) I need to use. I managed to communicate with it (BLUEGUI) using the API, but with Arduino I can connect to it but not communicate with it. I don't know how to deal with it (hardware connection RX and TX in Arduino with TX and RX in ble112)
Does anyone have any idea about this?