hi i was making chatbot with https://www.api.ai/ and test it in intellij idea and it works fine and i want to deploy it in microcontroller (arduino, rasberrypi, BeagleBone, Sharks Cove, Minnowboard MAX, Nanode, android things ..............) but i don`t know which microcontroller is compatible with kotlin . which is ? 🤔
d
Draget
05/28/2020, 5:50 AM
It depends on your definition of 'Microcontroller'.
Arduino for example has little RAM typically and is based on the AVR architecture. While in theory possible, I have not seen examples of this yet.
ARM boards with more resources should not be an issie (like BeagleBone Black or Raspberry Pi)