TinyCircuits Forum

General Category => User Projects / Code Examples => Topic started by: rainnw on May 13, 2015, 01:12:48 PM

Title: BG Script on the BLE112? (BGLib alternative)
Post by: rainnw on May 13, 2015, 01:12:48 PM
Has anyone played with BG Script on the BLE112?

The BGLib example is compiling in at 13kB, not to mention with some significant complexity.

The idea is simple: offload as much functionality as possible onto the BLE112 and run it in stand alone mode. Create a very simple UART control interface for transmitting and receiving data.

Before I start, has anyone already done this?

I did something very similar with the Telit GSM module (Python variant), and I was able to quickly hammer out new sketches without having to bother with all of the overhead.