what is the smallest/cheapest device I could buy t...
# getting-started
a
what is the smallest/cheapest device I could buy that would run Kotlin? Something like a Raspberry Pi? Any Kotlin target is fine (JVM, Native, JS, Wasm?)
This is for a hobby IOT project, where I want a few devices to monitor some environmental sensors. I have something working with running C on a ESP32, but I’m curious about whether 100% Kotlin is possible.
j
It seems like, in 2018, Kotlin Native needed 200 to 300 KB of memory. (but this quite old so might want to double-check that) Recent Arduino boards provide 1MB of memory. This is probably a bit too heavy for Arduino hardware, but the Raspberry Pi starts at 1GB of RAM.
p
#embedded-kotlin may be a good place to check and ask around