I am using the simpleBLEperipheral sample code and trying to periodically take some readings from ADCs and an accelerometer then send the 13 Bytes of via the Characteristic4 notification.
When I try to send anything larger than a byte, nothing shows up in LightBlue when listening for notifications. How can I expand the characteristic to accept and send 13 (or more) bytes?