lancaster-university / codal-microbit-v2

CODAL target for the micro:bit v2.x series of devices
MIT License
43 stars 52 forks source link

Delay from using the microphone and the LED turning off #325

Closed microbit-carlos closed 1 year ago

microbit-carlos commented 1 year ago

CODAL_DATASTREAM_HIGH_WATER_MARK is already at a low value of 4, based on @JohnVidler's recommendation we shouldn't reduce any further. We can try reducing the CODAL_STREAM_IDLE_TIMEOUT_MS value, the OOB is currently using 75 and seems to do okay, but I haven't tried it with other CODAL programmes.

JohnVidler commented 1 year ago

Adjusted CODAL_STREAM_IDLE_TIMEOUT_MS down to 75ms for the next tag, as this seems to be fine from testing locally.