Bluetooth LE Audio Receiver

Posted on
  • I have seen work done other places to get audio streaming working over Bluetooth LE (hearing aids for example). Would it be possible to get BTLE audio streaming of any kind working on Espruino?

  • Don't know about the Nordic chips - the esp32 has had recent support for Bluetooth audio - nothing has been added on the espruino port yet.

  • You shouldn't need anything specific for Bluetooth LE audio in Espruino - you can just take the data and push it into a double-buffered Waveform class.

    Having said that, the data transfer rates sending on 'standard' Bluetooth LE are really quite low (2.5kBytes/sec) so you're not going to be looking at anything that's very good quality.

    Hopefully at some point soon we'll add support for the increased MTU sizes which will give the data transfer rates a big boost, and then it'll get a lot more sensible.

  • Post a reply
    • Bold
    • Italics
    • Link
    • Image
    • List
    • Quote
    • code
    • Preview
About

Bluetooth LE Audio Receiver

Posted by Avatar for calebbrewer @calebbrewer

Actions