Do you have any experience with running Kotlin on ...
# embedded-kotlin
p
Do you have any experience with running Kotlin on a LEGO Mindstorms EV3 set? Either JVM, Javascript or native when it comes to runtime
👀 4
I ended up writing an Android app in Kotlin that communicates with a stock Mindstorms library via BT. https://github.com/mit-cml/appinventor-sources/ is a great source of inspiration
(for now my program just plays a tone, one day I’m going to control the motods and so on)
l
Did you look at kable? It might help for BLE
a
A little late, but I believe I used ev3dev-java a couple years ago to accomplish this.