• You're welcome. If it is still not enough then you may also add your own characteristic. since you already use custom code like

    await client.start_notify(UUID_NORDIC_RX, uart_data_received)
    

    then keeping standard console away from this and using same start_notify code just with your own one instead of UUID_NORDIC_RX (or even one of standardized ones for this) could make it a faster and you'd have it more under control as then from accelerometer event you would simply update the characteristics value directly with no nordic uart buffering or limitations.

About

Avatar for fanoush @fanoush started