You can find more information in the support section of the Bluegiga website . After registering, you have access to additional documentation and to the software and tools provided by Bluegiga.
BGScript is a scripting language that runs on the BLE112 chip (which has several IOs and an ADC in addition to BLE radio).
In more complex situations, the BLE112 can be connected to the microcontroller via serial lines. The serial protocol is a proprietary protocol (BGAPI), which allows you to access all the functions of the chip (BLE, IO, ADC, ...). Bluegiga provides good documentation on this protocol and implementation of C (it is quite compact and implemented in standard C, so it should work in a variety of environments). For our application, we have developed a JAVA implementation that also works great.
Documentation and Software BLE112
Franck
source share