I have an nRF52805-based BC805M module from Fanstel. I need to control it from an MCU over serial/I2C/SPI to implement Bluetooth profiles like BIP and FTP. I prefer canned firmware to avoid learning yet another development environment. The BC805M datasheet says it comes preloaded with firmware that supports AT-style serial commands (BT840_AT_3in1PC181113.hex = softdevice S140v6.1.1+BT840_AT_UARTwithout32K+bootloader). That sounds great, but the documentation is minimal and I'm finding no examples online. (It's technically the firmware they use internally for testing. They just don't bother to erase it.) Is there a Nordic SoftDevice that implements a serial/I2C/SPI interface and supports custom profiles (and is well-documented)? Or other third party firmware options?