Hi,
Trying to build a simple wireless sensor control, passing values/variable back and forth over BLE to iPhone, using tiny screen to display status of wireless sensor.
Working from TinyShield_NRF8001_BLE_Example adding Tinyscreen functionality to sketch seemed easiest way to implement something that also writes back (not only reads).
However, writing to screen stalls NRF8001. In first instance, app writes BLE status to screen and consequently stops NRF8001 from working/discoverable
Thanks in advance,