Has Anyone Built an Android App to Interface with STM32 Boards?
Hi everyone,
I’m exploring the idea of creating an Android app that can communicate with STM32 boards, mainly for controlling peripherals and monitoring sensor data. I know there are examples for Bluetooth and USB connectivity, but I haven’t seen much discussion around best practices for building a reliable Android-side implementation.
For those who’ve tried this:
-
Did you go with native Android development (Java/Kotlin) or use a cross-platform framework?
-
How did you handle real-time data streaming from the board to the app?
-
Any pitfalls or lessons learned regarding power management, latency, or connection stability?
I’d love to hear what approaches others here have taken. Any insights, references, or even mistakes to avoid would be really helpful.
Thanks in advance!
