Hi Mudita team,
I’ve been exploring ways to send SMS from my Linux (Ubuntu) desktop using the Mudita Kompakt and wanted to summarize the approaches I’ve tried so far:
What I’ve Tried
1. USB modem (AT commands)
ttyACM0
appears when the Kompakt is connected via USB.- Tested with
minicom
andgammu
. - No echo or AT command response received.
- Appears that Kompakt does not expose a functional AT-compatible modem interface over USB.
2. Bluetooth MAP profile
- Paired and trusted the Kompakt via
bluetoothctl
. - Device advertises Message Access Server UUID (
00001132-0000-1000-8000-00805f9b34fb
). - Used
obexd
and D-Bus to attempt session creation withorg.bluez.obex
. - D-Bus call to
CreateSession
consistently times out withorg.bluez.obex.Error.Failed
.
This strongly suggests that although the Kompakt advertises MAP, it doesn’t support actual message access over Bluetooth for external clients — at least not in a standard, open way.
My Questions
-
Does the Mudita Kompakt officially support sending SMS over USB or Bluetooth from a Linux desktop, using either AT commands or the Bluetooth MAP profile?
-
If not currently supported, is such functionality — e.g., sending SMS from a Linux machine using Mudita Center or a CLI interface — on your development roadmap?
Thank you for building minimalist and privacy-respecting devices. Having a documented and supported way to automate or script SMS sending would be incredibly valuable for users on free software systems.
Best regards,
Kostas